Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • New Self Powered Double Relay Board

    2
    2 Votes
    2 Posts
    899 Views
    S
    Would there be much call for the current sensing capabilities on this board? Do people actually care for per module current sensing or would you just rather monitor your main electric board for overall usage?
  • Fritzing and OpenHardware.IO

    3
    0 Votes
    3 Posts
    1k Views
    hekH
    I don't know what kind of html fritzing produces. But you can normally copy html tables into excel/openoffice and export a csv/xls from there.
  • Sonoff Wifi Switch, GPIO14 and interrupts

    2
    0 Votes
    2 Posts
    3k Views
    pansenP
    can you post some code? interrupts work fine with my sonoff: attachInterrupt(PIN_PIR_SENSOR, ISR_PIRPinHasChanged, CHANGE); [...] void ISR_PIRPinHasChanged(){ int currentPinStatus = digitalRead(PIN_PIR_SENSOR); if(currentPinStatus == LOW){ Serial.println("ISR fired, pin LOW"); } else{ Serial.println("ISR fired, pin HIGH"); ToggleRelay(); } } ISR fired, pin LOW ISR fired, pin HIGH toggling relay to OFF switching off sending status to controller ISR fired, pin LOW ISR fired, pin HIGH toggling relay to ON switching on sending status to controller ISR fired, pin LOW ISR fired, pin HIGH toggling relay to OFF switching off
  • TDS and pH Sensors for water quality determination

    1
    0 Votes
    1 Posts
    734 Views
    No one has replied
  • Help a beginner who wants to start microcontroller coding

    9
    0 Votes
    9 Posts
    2k Views
    mfalkviddM
    @Igor-Antolić if you want to help the original author of the question, posting an answer on the linked stackexchange thread will probably be more efficient. The original author is not likely to look in a different forum, almost 5 years later.
  • Microwave motion sensor not functioning at stairwell

    1
    1
    0 Votes
    1 Posts
    544 Views
    No one has replied
  • Ultra low temperature (-80ºC) monitoring probes

    16
    0 Votes
    16 Posts
    11k Views
    E
    @sbpurohit I assume it comes with everything (else it would defeat the point of the kit), but I would suggest you to email PCBway to have direct confirmation with them.
  • Nrf24l01 powering problem with LE33

    7
    0 Votes
    7 Posts
    2k Views
    L
    Ok thanks for your answer
  • What diameter pogo pins to use for ESP-12F?

    2
    0 Votes
    2 Posts
    886 Views
    NeverDieN
    Answering my own question: looks as though 1.02mm diameter should work fine.
  • Homemade anemometer with reed switch

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • In wall light switch node - Custom PCB

    custompcb inwall node light switch switch
    245
    2 Votes
    245 Posts
    141k Views
    S
    @DavidZH - I really hate our electrical system here, but that is coming from an electronics guy, not a electrician. I like the idea of low voltage in the switches, however its AC. I would prefer to see DC, but the voltage drops might be something that they're attempting to avoid by sending AC instead. Yes, i agree about those damn rings and we also don't have the room here in the UK like you mentioned about the NL.
  • How to test/monitor packet loss for each radio node?

    3
    0 Votes
    3 Posts
    2k Views
    G
    @boozz said in How to test/monitor packet loss for each radio node?: https://forum.mysensors.org/topic/3984/nrf24l01-connection-quality-meter Thanks, Ronald. I will definitely be putting together one of these very shortly. Looks handy for testing coverage and new radios. In addition to this approach, has anyone come up with a technique for monitoring all the nodes on an ongoing basis and flagging problems in real time? I greatly appreciate the value of the shared contributions on this forum! Thanks, Tim
  • 0 Votes
    4 Posts
    2k Views
    gohanG
    Consider using the ethernet gateway if you keep having trouble with the serial one
  • Creating a wireless fingerprints sensor !

    arduino
    11
    0 Votes
    11 Posts
    4k Views
    gohanG
    No problem, I am running the nrf24 mqtt gateway on the rpi and it is working with no problem with domoticz. I choose the mqtt client gateway because I wanted to tinker around MQTT, but you could go for the ethernet gateway that is easier to manage.
  • Raspberry PI + MQTT Gateway + Domoticz -> Connection refused

    6
    0 Votes
    6 Posts
    6k Views
    A
    Ok, thanks.
  • Battery based atmega328p sensor (no SMD)

    12
    0 Votes
    12 Posts
    3k Views
    M
    @AWI So I will Keep my batterys above 2.7 Volts ..:-) So in Summary... Hope its now correct Shorting the 3V3 Connections (right site of the Picture) plus from Battery to VBAT minus to any GND Any many many thanks for your Patience !!!!
  • DC-DC Step Up Boost Module 3v3

    3
    0 Votes
    3 Posts
    2k Views
    sundberg84S
    @Lee-Groom - over time the community have found out that its best to power the radio directly from the batteries and not through the booster due to what @AWI said. Thats how i build my PCB. The nrf24l01+ can handle down to 1.9V so you have atleast a span of 1.9 - 3.3v to work with if you are using 2xAA. I would suggest powering your radio directle from battery and the rest throught the booster. Filter the booster with 0,1uF cheramic cap on the output (I dont know why, but learning by doing i have found this to work the best for me). Also be aware of that out of 10 china boosters i get atleast 2 that is so bad they generate so much noice its hard to get a good circiut.
  • Which chip for OTA flash?

    9
    0 Votes
    9 Posts
    2k Views
    tbowmoT
    @shabba As far as I can see (from search on mouser) there is no spi flashes available, which is capable at operating at 5V.. The closest is AT25XV021 / AT25XV041, which have an absolute maximum VCC of 4.4V http://www.mouser.dk/Semiconductors/Memory/Flash-Memory/_/N-488w1?P=1z0y176Z1yzmm0hZ1yzmm18
  • MySensor + Whisper Node + RFM69

    9
    0 Votes
    9 Posts
    4k Views
    Moebius LutchingM
    Hi jfeger, sorry I can't find the sketches anymore... if I end-up finding it I post here. So, I decided to use bare Arduino with the RadioHead RFM69 lib and parts of the Talk2 library. I just didn't feel the need for the whole framework and doing this I was able to customize a bit more the low-power usage and easily integrate with other third-party libraries which weren't playing nice together with MySensor. In terms of messages, protocol I just follow the Talk2 example and I'm using their "Message" format. I just assigned the "id" to a kind of message by convention and use the 8 bytes payload for the data... I normally use only 1 to 4 bytes actually.
  • Soil Moisture Sensor shows strange values

    4
    0 Votes
    4 Posts
    2k Views
    ronnyandreR
    @mfalkvidd Thanks for the careful and understanding explanation. Of course it makes sense that salt water is more conductive than tap water and distilled water. I will calibrate and map according to the specific soil I will use the sensor with. Thanks :smile: @Yveaux I haven't tried that, but that was a good idea to see if the sensor itself has any issues with the conductivity. One can never completely trust cheap chinese hardware.. :smirk:

23

Online

11.7k

Users

11.2k

Topics

113.2k

Posts