Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • Controlling existing relays

    54
    0 Votes
    54 Posts
    32k Views
    G
    @twosh any update on your project? I have exact the same setup, would love to see your code :-)
  • Sensor board w/ liPo charger and fuel gauge +BMP180 +HTU21

    37
    0 Votes
    37 Posts
    24k Views
    C
    @MikeF Well not limiting, but reducing. Connect one or two ordinary diodes in series with the input, and you will reduce the voltage for 0.7V for every diode.
  • 0 Votes
    12 Posts
    8k Views
    SparkmanS
    @Cliff-Karlsson Hi Cliff, I ordered one a few days ago and as far as I understand, the only other thing you need is an sd card to transfer the design from the editor/pc to the display. You can connect with an ftdi adapter, but it's much faster using the sd card. The cable to connect it to an arduino is included. Cheers Al
  • Good pressure transducer (5-60PSI or so) for Sensebender Micro?

    1
    0 Votes
    1 Posts
    706 Views
    No one has replied
  • Pro Mini is giving a frequent time out on DTH11 read out

    12
    0 Votes
    12 Posts
    7k Views
    TheoLT
    The library which @tomkxy posted works great for 8mhz processors. I have let it run for more than 24 hours without receiving a single timeout or checksum failure.
  • good step up/down regulator for battery-powered sensors (3.3v)?

    6
    0 Votes
    6 Posts
    3k Views
    NeverDieN
    @ahhk said: Hi, i searched a lot and read a lot about step-up and step-down converters in the last days, but i didnt find a really "good one" - and already soldered on pcb. Soldering is in general not a problem for me, except smd (i hate smd soldering). Has anyone a hint for a good booster (2xAA => 3.3V) or a step-down-regulator (3xAA => 3.3V) ? Greetings Andreas How about this? http://www.ti.com/product/TPS82740B/description&lpos=Middle_Container&lid=Alternative_Devices
  • Which is better: RFM69 or NRF24L01+?

    37
    0 Votes
    37 Posts
    45k Views
    Mohsin HassanM
    Hi guyz, i just wanted to ask if I would need to make any modification to the code if i were to switch my current Ethernet gateway and my sensors from NRF24 to RFM69
  • What's the difference between NRF24L01+ and NRF24L01

    4
    0 Votes
    4 Posts
    16k Views
    E
    Use the + version on the gateway ;-)
  • Debugging temp sensor

    2
    0 Votes
    2 Posts
    1k Views
    HeinzH
    I use http://forum.mysensors.org/topic/838/windows-gui-controller-for-mysensors for logging the communication between the controller and the nodes.
  • Getting numbers from Vera to a sensor

    20
    0 Votes
    20 Posts
    10k Views
    D
    is there a way to display these things (temp sensor readings) on to a web page?
  • Pull up resistor question

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • What batteries is best to use for a sensor that sleeps most of the time?

    8
    0 Votes
    8 Posts
    4k Views
    Andy PepA
    i use 2cell 7.4 volt recycled laptop battery packs for my projects thay have a natural discharge of 5% a month but do some reading and research on how to handle and charge them...and you should be fine..plus recycleing lappy batterys is good for the enviroment..and you also learn about the new breed of batterys and cells :)
  • UNO R3 + W5100 Ethernet shield - power/bootup problem

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Future network topology (for discussion)

    gateway network
    13
    2 Votes
    13 Posts
    7k Views
    Swati SharmaS
    Network topology is the bargain of the assorted rudiments (links, nodes) of a computer network. Fundamentally, it is the topological arrangement of a complex & may represent actually or reasonably. link text
  • multiple distance sensor ?

    4
    0 Votes
    4 Posts
    2k Views
    M
    @DNKROZ said: Hi. I recommend you to check the relay example, the sketch includes support for multiple relays and you'll understand what do do in that scenario, but answering you initial question, no, I'm afraid you can't do gw.present(CHILD_ID, S_DISTANCE1, S_DISTANCE2, XXXX); but you can do gw.present(CHILD_ID1, S_DISTANCE); and gw.present(CHILD_ID2, S_DISTANCE); after that one... and... so on, you'll see better reading the relay sketch. Interesting, where is this Relay sketch? Regards
  • Favorite Pro Mini for battery applications?

    10
    0 Votes
    10 Posts
    3k Views
    NeverDieN
    @rvendrame said: Even being the RFM69x demanding for more power? I guess it makes the diference for battery operated nodes. Jeenodes says "The conclusion here is: for these types of uses, with occasional brief wireless sensor data transmissions, the power consumption of the wireless module is not the main issue. It’s far more important to keep the idle (i.e. sleep mode) of the entire circuit under control." http://jeelabs.org/tag/lowpower/ So, taking that literally, hopefully the RFM69HW high Tx current consumption won't be an issue.
  • Cheapest way to build wireless buttons?

    13
    0 Votes
    13 Posts
    9k Views
    Cliff KarlssonC
    Ok I think I will try the original idea with the nrf24l01 and arduino pro mini. But I am still waiting for my pro minis to arrive and only have a old one with a ATmega168. I read something about disabling the debug in mysensors.h. Will I still be able to fit an button sketch with wireless using the smaller ATmega168?
  • **Unnamed Project** USB Hub stick

    19
    0 Votes
    19 Posts
    7k Views
    AnticimexA
    @BulldogLowell http://www.youtube.com/watch?v=aj0ORplI630
  • Talk to 20k sensors?

    9
    0 Votes
    9 Posts
    3k Views
    H
    I'll try to handle crosstalk with software, it shouldn't matter if the data dumps arrive at one or the other GW. If it will pose a problem, wifi space getting too crowded or something, then it's possible to separate the gateways more so they dont interfere.
  • Question about NRF24L01+ and signal issues

    nrf24l01
    16
    0 Votes
    16 Posts
    11k Views
    NeverDieN
    @xefil said: Thanks @hek and @kalle Sorry, but I'm not good to understand the debug of the scanners. In the RF24/examples/scanner/ the range is between 0000->->->7777 Those are the high order nibble of the channel byte. The low order nibble is just below it. The 125 channel numbers are printed "sideways" in hex. I would expect a list of channels between 1 and 13. You're thinking of wi-fi. This isn't wi-fi. In the second scanner (wiFi scanner found on arduino forum) It's more accurate. It seems noisy between channel 3 and 9. So, the questions are: What does default channel 76 mean? 2476Mhz? yes Would mean above channel 13, on channel 14. In this case these channels are free, based on the results. I've seen I can use: #define RF24_CHANNEL 76 //RF channel for the sensor net, 0-127 How to interpret the scanners result? Most of all the "RF24/examples/scanner/" which has an output I cannot identify in a channel. The bigger the number below the channel, the more active it is. I would like to understand the result and so choose the right channel, not only trying without knowing what I'm doing :) Thanks a lot for the support! Simon

17

Online

11.7k

Users

11.2k

Topics

113.2k

Posts