Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.3k Posts
  • RFM69 antennas comparison

    34
    2
    3 Votes
    34 Posts
    8k Views
    gohanG
    I guess so, I was using development branch at that time, so I am expecting to work the same on 2.2
  • Mini wireless battery powered pressure sensors

    3
    0 Votes
    3 Posts
    807 Views
    S
    Small enough to be used with doors (their rubber seal).
  • A conceptual Bluetooth question

    2
    0 Votes
    2 Posts
    679 Views
    gohanG
    @sander-teunissen I think the app just connects individually to each blind according to what you need to control
  • MYSX connector alignment

    Moved
    18
    0 Votes
    18 Posts
    2k Views
    AnticimexA
    @sundberg84 right, but both boards have to be swapped. So boards won't be "off the shelf" if one of the two is swapped.
  • Soil moisture sensor

    2
    0 Votes
    2 Posts
    865 Views
    gohanG
    take a look at capacitive soil moisture sensors.
  • Connecting PROMICRO & NRF24L01 ?

    5
    1
    0 Votes
    5 Posts
    2k Views
    gohanG
    https://forum.mysensors.org/topic/1790/pro-micro-hookup-and-code did you read it already?
  • Easy/Newbie PCB for MySensors

    Locked
    257
    13 Votes
    257 Posts
    105k Views
    sundberg84S
    Im locking this thread (due to multiple threads). Please use this to discuss. https://forum.mysensors.org/topic/2740/easy-newbie-pcb-for-mysensors
  • Powering sensors with a combination of parallel and series batteries

    2
    1
    0 Votes
    2 Posts
    645 Views
    mfalkviddM
    Welcome to the MySensors commmunity @thecricketer! You would probably be better off minimizing power consumption of all components (see https://www.mysensors.org/build/battery for some recommendations and post a list of your components for more specific advice) but yes, what you are suggesting is possible. Easiest way: use 2 2xAA battery holders. Connect + (red wire) of both holders to Vcc on the device and - (black wire) of both holders to gnd on the device. Done.
  • Sensebender_GW / MYSX 2.6 / SD Card / Sensors on GW

    3
    0 Votes
    3 Posts
    715 Views
    JohnRobJ
    @gohan, Thanks for reading and your response. Since posting I've continued to learn and have found the MYSController program which answers my question regarding the convenience to adding sensors to the gateway.
  • Best sensor for quantifying magnitude of vibration?

    5
    0 Votes
    5 Posts
    900 Views
    NeverDieN
    @johnrob said in Best sensor for quantifying magnitude of vibration?: While not specifically answering your question... would loctite help? Yes, I think it would help. Not very easy to apply in this situation though, because most connections are t-nut without much thread pushing through to the other side.
  • $3ish RFM69 + microprocessor like nRF24LE1 (nRF24L01 + 8051)?

    10
    0 Votes
    10 Posts
    2k Views
    mtiutiuM
    For 8051 cores there's the SDCC project but I don't know how stable/mature is and/or what are its limitations. And it's a C compiler only as far as I know.
  • I would like to make my own dissolved oxygen sensor

    1
    0 Votes
    1 Posts
    449 Views
    No one has replied
  • What radio to use? NRF24L01+, RFM69, RFM73 ?

    52
    0 Votes
    52 Posts
    49k Views
    mfalkviddM
    @mahesh2000 please don't post the same question in multiple places. It wastes people's time when some details are available in one thread and some details in another thread. To anyone responding to @mahesh2000's question, please reply in https://forum.mysensors.org/post/85838 instead.
  • Multiple sensors on one Arduino?

    4
    0 Votes
    4 Posts
    2k Views
    chisightC
    @nerukam 10 moisture sensors only requires two analog ports. You don't want the sensors on all the time or they will corrode away quickly, so you always turn them on and off with a transistor anyway. One end of the sensor goes to Vcc. The other end of the sensor goes to the an analog input. The sensor/analog input is also connected to a resistor. The other end of the resistor goes to the transistor's collector. The transistor's emitter goes to ground. A digital output goes through a resistor to the transistor's base. A second sensor goes in parallel to the first with it's own resistor and goes to it's own analog port. The exact values of the resistors isn't critical but 4.7K should be a good value for all of them in a 5V system. To read sensor X1 and X2, turn digital output X on, read the two analog inputs and when done, turn it off. Repeat this 5 times and you have 10 sensors using 2 analog and 5 digital pins. For even better sensor lifespan, use an H bridge and switch the direction of the current on each read. (design left as an exercise for the reader.) You can actually connect up to 8 sensors to each digital output for a total of up to 48 soil moisture sensors on a single Pro Mini + NRF24 and more if you want to resort to port expanders. (As stated before, port expanders are not really realistic due to them costing about the same as a whole Pro-Mini.) Not all Pro Minis expose all 8 analog pins, choose one that does if you want the most possible sensors.
  • [SOLVED] Sensebender GW Not Working - Damaged?

    8
    0 Votes
    8 Posts
    1k Views
    AnticimexA
    Not only a genius, the founding father of the SenseBender series Himself :bow:
  • low voltage temperature sensor in tht package

    23
    0 Votes
    23 Posts
    2k Views
    I
    @rozpruwacz - one more thing you can do is to place a small ceramic capacitor (like 1nF to 10nF ... or just experiment with other values) in parallel to the thermistor, that will also filter noise.
  • Arduino "STRONG" versions, with a lot of pins

    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • Any RFM95 user reports?

    56
    0 Votes
    56 Posts
    14k Views
    S
    I tried both. 3.3/5V over FTDI and 5V externally.
  • Detect change of state on input

    8
    0 Votes
    8 Posts
    2k Views
    P
    So you will be wiring all the switches with "0-5v line" to mega? Then just digitalRead all the pins on loop and compare with previous state. Simple as that.. Perhaps some (de)bounce library could be helpfull since the switches can cause a bit of bounce. Btw. there is also a library to get interrupts from more pins but it wont help too much with Mega(from only 6 to 16 pins interrupt).. https://github.com/NicoHood/PinChangeInterrupt
  • Chinese Arduino Nanos with Atmega328PB

    5
    1 Votes
    5 Posts
    2k Views
    NeverDieN
    I guess the atmega328pb needs a board designed for it, though, if you are to get the benefits of the atmega328pb? If it's just behaving as a regular atmega328p, I'm not sure there's any point to it. https://exploreembedded.com/wiki/Tit,_a_supercharged_Arduino_Pro_Mini_with_Atmega328pb

31

Online

11.7k

Users

11.2k

Topics

113.1k

Posts