Skip to content

Hardware

1.8k Topics 18.4k Posts

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.

  • RPi as a node

    1
    0 Votes
    1 Posts
    903 Views
    No one has replied
  • ATtiny supported?

    42
    1 Votes
    42 Posts
    32k Views
    CrankyCoderC
    Does anyone have a working mysensors attiny node?
  • Hi, I'm new. Which radio should I use?

    3
    0 Votes
    3 Posts
    1k Views
    chefC
    Thank you for the prompt reply and resources. It is appreciated.
  • Sensebender Micro + BMP085 Module: Power Consumption

    2
    0 Votes
    2 Posts
    1k Views
    T
    I would remove the regulator, as it's not needed. I have had a node running for the last 6 months based on a Sensebender Micro and a bmp180 (if I remember correctly). Batteries have been used by the Sensebender alone in the 12 months prior to the addition of the bmp180, and the node still reports about 66% battery left (that's 18 months of service time, where the last 6 is with bmp180)
  • Chinese rubbish.... or is it?

    6
    2 Votes
    6 Posts
    5k Views
    F
    @Yveaux said: @FotoFieber yes, I did get it to work with a 3.3v pro mini. But the module you're referring to is not based on the vs1053 mp3 decoder chip, so it has to be controlled differently... Yes, the driver logic is different. But I would be interested, what message types you used. AFAIK there are no matching types defined by the api... :laughing:
  • USB Gateway NRF24L01 external power supply

    4
    0 Votes
    4 Posts
    2k Views
    F
    I mean that you should try with a new nRF. I thought I fixed my problem when it worked for 2 days but I got error again. I finally changed the nRF and all my problems was gone. I recommend to use nRF PA LNA for a gateway then you have a strong nRF where all data shall arrive.
  • C.H.I.P.

    10
    0 Votes
    10 Posts
    4k Views
    fernando alvarez buyllaF
    @vikasjee glady but I follow some one else steps lol https://bbs.nextthing.co/t/domoticz-small-how-to/2585 But instead of wget http://domoticz.sourceforge.net/beta/domoticz_linux_armv7l.tgz Just use Wget https://releases.domoticz.com/releases/beta/domoticz_linux_armv7l.tgz
  • dht11 CR2032 longevity

    21
    0 Votes
    21 Posts
    7k Views
    N
    @fhenryco I agree with you, I find it more simple to just remove the led. Cutting trace can lead to mistake (like you did on your first board) and there are a bunch of different promini clones, some might have traces using different paths than on the example.
  • Knock sensor keeps knocking. Alternative?

    4
    0 Votes
    4 Posts
    1k Views
    S
    @edsteve - thanks for reporting back - it might help someone else in the future :) Great you solved it.
  • MH-Z14A CO2 sensor

    25
    0 Votes
    25 Posts
    19k Views
    K
    I finally found some time to really look in to this 562 issue. I looked at the raw data in DataMine2 and I noticed that the 562 value appeared every 10 minutes on the minute. [image: 1480571212918-dm_co2.jpg] Then I knew that this value cannot possibly come from the sensor. I search around in my Vera device for a bit and I found some lua code that copied the "Variable1" value from the sensor to the "CurrentLevel" every 10 minutes. Then I remembered that in the previous version of this sensor the value was reported via V_VAR1 and I had to copy it to another variable in Vera to be able to draw any graph. The current version of the sensor reports the value directly to the "CurrentLevel" variable and the value 562 that was still in the old variable was copied over the "real" value every 10 minutes. I also previously had some really low values from time to time from the sensor mostly when responseHigh = 1 and responseLow = negative value so I forced the responseLow to always be a positive value like this: int responseLow = abs((int) response[3]); I will keep an eye on the behavior of the sensor now that I have finally removed the confusing 562 value.
  • Battery Sensor with stepup and on/off transistor

    33
    1 Votes
    33 Posts
    23k Views
    abmantisA
    @n3ro Couldn't you power the step-up from one of the arduino's digital pins? Then set the pin to HIGH/LOW to power the sensor on/off? Maybe it draws too much power?
  • esp8266 to dht22

    7
    0 Votes
    7 Posts
    3k Views
    Jim DanforthJ
    @kimot Tried that. Ca't get domoticz to see the sensor.
  • Using gyros with mysensors?

    5
    0 Votes
    5 Posts
    2k Views
    T
    @Cliff-Karlsson said: @tbowmo Like a "flex" sensor? Or loadcell? Like a flex sensor..
  • Arduino Micro suitable for use as MySensors node ?

    2
    0 Votes
    2 Posts
    1k Views
    H
    I think people are running MySensors on ATmega32U4 without any problems... I.e. @fleinze https://github.com/mysensors/MySensors/pull/378
  • Transmission issues, looking for ideas

    13
    0 Votes
    13 Posts
    4k Views
    M
    Juts to leave a record about the issue. I changed the GW radio module with a NRF24L01 + PA + LNA one, powered by the AMS1117 and the ugly fix. Everything seems to working fine now. Thank you to every one.
  • Serial gateway with NRF wireless + RS485 ??

    2
    0 Votes
    2 Posts
    1k Views
    H
    You'll have to use separate gateways.
  • Mysensors 2.0 + Relay, DHT, and PIR - No Relay

    6
    0 Votes
    6 Posts
    3k Views
    D
    I did a similar project that is working well. Mine was powered all the time, so I didn't use the sleep code. The main reason I didn't was so that I could manually control the relay/light when there was no motion detected. It also allowed me to get continuous readings from the LDR so I could use that light level for other things if I ever wanted to. Here is a link to my project. https://forum.mysensors.org/topic/5243/driveway-motion-light . Maybe you can get some ideas from my code.
  • Ultra small ESP8266 node with 2 channel relay&temperature&dimmer Project

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Help with hacking a wireless outdoor weather station

    24
    0 Votes
    24 Posts
    17k Views
    breimannB
    @Boots33 thanks that's really helpful info much appreciated. Now i need to decommission my Mega as my GW ready for RFlink and setup a new gateway.
  • How to mysensorise a new sensor via microUSB?

    9
    0 Votes
    9 Posts
    2k Views
    F
    There is an USB host shield: https://www.circuitsathome.com/arduino_usb_host_shield_projects/ This could be a solution.

25

Online

11.9k

Users

11.2k

Topics

113.4k

Posts