Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.3k Posts
  • Contorll 9 duo LED´s

    Locked
    2
    0 Votes
    2 Posts
    806 Views
    mfalkviddM
    @Grave please don't post the same question multiple times. See the answer in your previous post.
  • Keystudio PIR 15uA working.

    3
    0 Votes
    3 Posts
    1k Views
    TerrenceT
    @Nca78 Yes, I have been following along, that is why I posted the link. Maybe this one is comparable or hopefully better?
  • Benefits of using LoRa?

    4
    0 Votes
    4 Posts
    3k Views
    TerrenceT
    Also, the LoRa modules are expensive compared to 69s.
  • Adding local sensor to NodeMCU gateway

    12
    0 Votes
    12 Posts
    5k Views
    mfalkviddM
    @Tmaster I don't know. Maybe ask Vera support?
  • Multiple Servos

    9
    0 Votes
    9 Posts
    3k Views
    numanxN
    Found this on arduino.cc forum. I think there should be a way for creating different servo objects for each servo but I don't know how to do that. Any sugestion from @mfalkvidd ? #include <Servo.h> Servo myservo[6]; int pinAttch = 0; // variable to store pin attachment int servWrite = 0; // variable to store servo writing void setup() { Serial.begin(9600); for(pinAttch = 2; pinAttch < 7; pinAttch++) { myservo[pinAttch].attach(pinAttch); } } void loop() { for(servWrite = 2; servWrite < 7; servWrite++) { myservo[servWrite].write(80); delay(2000); } exit(0); }```
  • 1 Votes
    16 Posts
    5k Views
    R
    @m26872 said in Encapsulated transformers instead of traditional switching power supplies like Hi-Link: for me the sunny season is too short. I havn't yet tried to use solar batteries in winter so maybe I have the same problems (despite the fact that I'm living 3 degrees south of you), but I have backup solution for very cloudy winter days - regular battery charger.
  • Running MySensors on ATTiny85

    9
    0 Votes
    9 Posts
    4k Views
    core_cC
    check! funny.. Your post's image, and ebay's image, are both swapped horizontally. Or is it the chinese printing it wrongly? EDIT: But they have the price just right ;) EDIT 2: Interesting topic tekka. @Tinimini: What did you find out using an ATtiny85? any tests? any results?.. any problems?
  • Finalizing my very simple gateway

    3
    1
    3 Votes
    3 Posts
    1k Views
    L
    I have finally found the time to upload the project here. I really like it so far although I am still trying to make it even better ;)
  • [SOLVED] ISCP programming with radio attached

    3
    0 Votes
    3 Posts
    921 Views
    MiKaM
    Problem solved with pull-up! Thanks!
  • Board and hardware failures

    34
    0 Votes
    34 Posts
    7k Views
    sundberg84S
    Make sure to doublecheck the G on the 4.7uF cap if you have rev 7 or 8 because it may be wrong. (this is fixed in rev 9)
  • [SOLVED] NRF24 Sniffer and V2.1 Library

    5
    0 Votes
    5 Posts
    2k Views
    YveauxY
    @GaryStofer well, great to hear you nailed it!
  • Extending range of regular nRF24L01+

    28
    1 Votes
    28 Posts
    25k Views
    gohanG
    I know but I am not going to waste more time on them
  • Inexpensive Differential Pressure to measure Water Flow?

    2
    0 Votes
    2 Posts
    787 Views
    vorowskiV
    Try flow-meters for coffermakers. Like https://www.juraprofi.de/Jura-Ersatzteile/Sensoren-und-Sicherungen/Flowmeter-Durchflussmelder::2901.html
  • Mosfet with Ceech board

    6
    0 Votes
    6 Posts
    2k Views
    JodailleJ
    Thank you @rvendrame , it works, I attach a Ceech's schema, using D4 instead of D3 :-) [image: 1495557728365-astriarista_mosfet.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    53 Views
    No one has replied
  • Looking for tips on mounting thermal fuses.

    14
    1
    0 Votes
    14 Posts
    5k Views
    S
    @m26872 - I do this too, hotter the iron is the better for me. Hotter and quicker wins the race.
  • Pro Micro Pin out?

    2
    0 Votes
    2 Posts
    1k Views
    mfalkviddM
    Welcome to the MySensors community @g-man ! Use the pins for miso, mosi and sck described at https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide/hardware-overview-pro-micro Looks like they are in the same position as Pro Mini, so you can just use the normal radio connection instructions and pretend you have a Pro Mini :)
  • New high power variant of the RFM95 --> RFM95PW +30dBm

    6
    0 Votes
    6 Posts
    2k Views
    Al85A
    Hello @lafleur ! What do you use as antenna?
  • Sensebender Micro + rfm69w consumption?

    14
    0 Votes
    14 Posts
    3k Views
    alexsh1A
    OK, I have just found out that others are reporting 27uA overheads so my 24uA is conservative. Another Sensebender +nrf24l01+ I have is about 24.5uA during sleeping
  • UPS Monitoring

    3
    1
    0 Votes
    3 Posts
    1k Views
    dbemowskD
    Personally I would use optocouplers. Using optocouplers gives you galvanic isolation of the two systems and prevents one system from negatively affecting the other. Not that it would under normal operation, but if something were to happen to either the UPS or to the node, you wouldn't get a back-feed of bad power into the other system. I have used the approach that @gohan mentions on my garage door opener node, but I only did that after testing the optocoupler approach and failed. Since you have LEDs that are being driven, the optocoupler approach should be no problem.

17

Online

11.7k

Users

11.2k

Topics

113.1k

Posts