Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • Using the NRF for presence detection

    10
    0 Votes
    10 Posts
    4k Views
    Moshe LivneM
    Just to re-iterate my original question - does any of the forum heroes knows if the same nrf chip can be used for rfid detection of commercial active tags and for mysensors?
  • Sensor PWB, with analog digital I/O, relays, MCP9800, Si7021

    3
    2 Votes
    3 Posts
    2k Views
    L
    Yes, I'm aware of the issues, the Humidity sensor version is mounted inside a well ventilated irrigation box... One board for many sensor devices in my project... Some inside a sealed box, others in the open air... Thanks
  • Oil level sensor

    4
    0 Votes
    4 Posts
    3k Views
    C
    I've had great luck with capacitive sensing and water levels.. In my case I was using the Teensy 3 which has built-in support for cap sensing that seems more reliable than when using the arduino cap sense library. For the sensor, I got a sheet of copper foil with non-conductive adhesive on one side (digikey sells this). Using scissors I cut a 1" wide strip several inches long, with a couple small sections where I removed a piece 3/4 as wide as the strip (sorry.. hard to describe) The end result is sort of "F" shaped (where the horizontal bars are thick and the spaces between are thin). For shielding against outside interference, I put another rectagular piece over the whole thing, attached to a ground lead. Stick the whole thing to your oil tank, and you should see large changes in the cap sense value as soon as the liquid level crosses a gap. here's a web page with something similar http://soulysolar.mudventions.com/?p=681 hope this helps David
  • Arduino UNO: max current on Vin pin?

    7
    0 Votes
    7 Posts
    10k Views
    J
    Ok, as it seems I did not look good enough. There is an diode (smd M7) between the input jack and the vin pin. This diode is rated 1A. So this will be the maximum current available to the whole arduino + shield. I will put a jack on my shield and feed the arduino from the shield and not vice versa.
  • Can't program arduino with NRF connected

    11
    0 Votes
    11 Posts
    4k Views
    SweebeeS
    today i burned a second regulator on a 5V pro mini. I use a car 5V adapter now, but its quite large :P. Any1 experience with good 5V regulators that can handle 12V?
  • WaterMeter and GazMeter - Reed IRQ False positive

    4
    0 Votes
    4 Posts
    2k Views
    BulldogLowellB
    @doblanch said: if (state != laststate) { delay(30); if (state != laststate) { delay(30); if (state != laststate) why do you have these blocking delay()s? I would focus on non-blocking code for such a device... Are you using an interrupt? I think you need to post your entire sketch to get good comments
  • How does MySensors work?

    4
    0 Votes
    4 Posts
    2k Views
    J
    See http://forum.mysensors.org/topic/1194/tutorial-openhab-with-serial-gateway/23
  • arduino pro 3.3 + nrf24l01 smd onboard + On board 4K-Bit Flash memory

    11
    0 Votes
    11 Posts
    6k Views
    M
    No I decide that price is to high. in this price I can buy 2 pro and 2 nrf smd version.
  • Power bus

    7
    0 Votes
    7 Posts
    3k Views
    O
    Thanks for the hints :-) Yes, RS485 would be a very interesting option, but is not implemented yet - and I am modifying my house right now. I think I will add some pins to the power wires for future use...
  • RFID - presence and car

    1
    0 Votes
    1 Posts
    982 Views
    No one has replied
  • Better reception with nrf LPA?

    2
    1 Votes
    2 Posts
    1k Views
    D
    it also amplifies received signals, which works very well. I cover my whole flat (100m²)with this version for the gateway (and only the gateway, rest ist normal nrf24l01 modules) The non PA/LNA was not able to get into all corners of the flat. AFAIK PA stands for Power Amplifier (meant for TX) and LNA for Low Noise Amplifier ( meant for RX).
  • Nice PCB with ATMEGA328P with NRF24L01 & DHT11

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Camera as a sensor

    42
    0 Votes
    42 Posts
    23k Views
    Moshe LivneM
    @Mickey Thanks. will give it a try!
  • help newbie: MEGA2560 + Ethernet Shield = always fails

    6
    0 Votes
    6 Posts
    4k Views
    HeinzH
    Hi ruslan, sorry for delay. I am not sure but I think I did not change anything in RF_Config.h but found out that the radio needs to be connected to those pins 50, 51, 52. Have a look at the mega pinout sheet. It tells you that 50=miso, 51=mosi, 52=sck. So I connected the radio to those pins and it worked. That configuration runs on a sensor without ethernet shield. I believe that it has nothing to do with the shield but more with that special mega pinout. Could you simply remove the shield, attach the radio and download a sensor sketch to make sure that the mega and the radio work together. After that step attach the shield and try again with a gateway sketch.
  • Arduino Pro Mini (Deek robot) with power consumption and led.

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Battery life of a relay actuator

    11
    0 Votes
    11 Posts
    4k Views
    Moshe LivneM
    @Sparkman ended up ordering http://www.aliexpress.com/item/Passive-Bistable-Latching-DPDT-8-Amp-Power-Relay-Module-5V-Version-RT424F05/2003476647.html as form factor is not really an issue where these relays will be but convenience is. I think it includes the diodes but not the transistor. Thanks!!!!
  • Arduino Options

    6
    1 Votes
    6 Posts
    4k Views
    J
    @gregl I know its been a year+ from your post, but I figured out a way around 'the waiting' ....I order stuff every few days from China that I might/probably will need for another upcoming project & that way have a series of things coming in over a couple of months. Sometimes they screw me up & deliver too fast, but I can live with that!!!!! Now I have a good inventory of 'cheap' items to draw from for projects and of course I continue to order.
  • MySensor lib doesn't work with an chip nrfl24l01/SE8R01

    4
    0 Votes
    4 Posts
    4k Views
    tbowmoT
    @fc31 According to this site, se8r01 uses another onair format, and is NOT compatible with nrf24l01(+). So I don't think that you'll get any success including it in your existing network with nrf24 modules. If you used an se8r01 as gateway, together with sensors that uses the same transciever, you might have some luck.
  • Piezo Buzzer

    3
    0 Votes
    3 Posts
    3k Views
    bjornhallbergB
    I've only tried this module so far for prototyping. Worked as intended using the default code. Haven't made any measurements on it. But it ran fine in a 3,3V circuit. Certainly loud enough. Some current limiting would probably not be a bad idea. Edit: The module I have is of course passive. Not sure if that is what you want or not. Active vs Passive.
  • allow sensors to operate on voltage lower than 2.7v

    3
    2 Votes
    3 Posts
    3k Views
    m26872M
    @Mickey Any progress to share? Do you experience any issues with short battery life due to CR2032s high internal resistance, like reported here ?

17

Online

11.7k

Users

11.2k

Topics

113.2k

Posts