Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • Nrf24l01 with router antenna

    11
    0 Votes
    11 Posts
    4k Views
    zboblamontZ
    @gohan said in Nrf24l01 with router antenna: You can make a directional antenna to go farther in a specific direction with less power..... Transmission power input can indeed be reduced with any higher gain antenna, even going from a coiled 1/4 to a Dipole can reduce power input to advantage. However, directional and omni-directional arrangements need not be mutually exclusive. In the majority of cases omni-directional antennae are simple to make and quite adequate for most case uses, particularly for sub GHz. In the vast majority of arrangements, the gateway will be physically central to the nodes so has to be omni-directional. It is at the radial nodes where a directional antenna can provide benefits of larger signal or reduced power input, as it only has one direction to aim at, the Gateway. A directional antenna is in simplistic terms an omni-directional antenna with reflectors and directors, but it is the reflector which is crucial. Mounting an omni-directional with a metal reflective surface behind it will squeeze the radiation and receive lobe in the opposite direction, be it the metal siding on a shed, a biscuit tin lid, or a simple trough reflector. Easy enough to make without resorting to higher battery consumption... link text
  • NRF24L01 radio not connecting

    14
    0 Votes
    14 Posts
    2k Views
    K
    @bgunnarb Thanks, I did update the gateway also.
  • Breaduino (Atmega328p) as Mysensors Node (NRF24L01+) - will it work?

    3
    0 Votes
    3 Posts
    890 Views
    Petr NosekP
    Thanks Kimot. I did use 3,3V voltage as the radio NRF24L01+ is supposed to run on 3,3V only. I did not realise that it affect the crystal frequency. When I now tested with 5V it works perfectly! I will purchase an 8Mhz crystal instead and try it all on 3,3V with a step up booster 1,5 -3,3 to 3,3 V with AA batteries. Regarding the "broken" pro mini - I must have broken something else too, as after removing the connection in front of the sms led it unfortunately stopped responding to communicate. So I must have destroyed more than just the LED. Anyway, I am happy I was able to built my own "arduino node" with only the chip, crystal and few capacitors and resistors. It is great to see it working! Thanks for your help.
  • Low power Distance Sensor - Hardware issues

    37
    0 Votes
    37 Posts
    16k Views
    zboblamontZ
    @qqlapraline The 5v and 3v3 pro-minis can both be modified to very similar low power consumption, Google low power pro-mini for a multitude of sites over several years detailing comparatives and examples. I had reason to dig into this as explained below: With combined radio and RTC on a 3v3 pro-mini I was faced with a lack of available pins from the combination to deal with the 5v ultrasonics as well as providing voltage step-up. I tried a plethora of potential solutions before realising it was a losing battle with a single device and so many demands. Adding a low power 5v pro-mini to the node to deal with the US and communicating via I2C to the 3v3 pro-mini ended up the most efficient solution for my case. It may seem counter intuitive to waste energy on two devices and two power sources, but not so, both sleep saving energy. In my own case I was going to end up with two devices and two power supplies anyway, but just two separate radio nodes, so there was no energy penalty. The 5v pro-mini has one interrupt triggered by the 3v3's RTC for US readings, the second interrupt is to be enabled by the adjacent Gas Meter reed sensor, releasing the original dedicated node for other duties. It is not completed and deployed yet as it is still sub-zero here and the ground is rock solid where the sensor head has to run.
  • Bluetooth mesh network

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • RFM69 antennas comparison

    34
    2
    3 Votes
    34 Posts
    9k 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
    878 Views
    S
    Small enough to be used with doors (their rubber seal).
  • A conceptual Bluetooth question

    2
    0 Votes
    2 Posts
    754 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
    954 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
    115k 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
    703 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
    807 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
    999 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
    504 Views
    No one has replied
  • What radio to use? NRF24L01+, RFM69, RFM73 ?

    52
    0 Votes
    52 Posts
    51k 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
    3k 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:

15

Online

11.7k

Users

11.2k

Topics

113.2k

Posts