Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • PIR example doesn`t wake Mega 2560?

    15
    0 Votes
    15 Posts
    3k Views
    V
    According to Mr. Nick Gammon, thats not the case (or I`m missing something): Running from a 9V battery through the "power in" plug, it draws about 50 mA. Running on 5V through the +5V pin, it draws about 49 mA. (Note: around 68 mA on a Mega 2560 board) Now we'll try putting it to sleep: Sketch B #include <avr/sleep.h> void setup () { set_sleep_mode (SLEEP_MODE_PWR_DOWN); sleep_enable(); sleep_cpu (); } // end of setup void loop () { } Now the Uno draws 34.5 mA. A saving, but not a lot. (Note: around 24 mA on a Mega 2560 board) http://www.gammon.com.au/power Also see: https://forum.arduino.cc/index.php?topic=76724.0
  • Issue with Relay + Scene selector sketch

    1
    0 Votes
    1 Posts
    483 Views
    No one has replied
  • 0 Votes
    16 Posts
    7k Views
    M
    @cadet I'm no expert but I would have looked at the data sheet and measured up to make sure that the hardware are not defective in any way. http://ww1.microchip.com/downloads/en/DeviceDoc/39662c.pdf Or the radio. //Mattias
  • Frequent !TSF:MSG:SIGN FAIL issues

    6
    0 Votes
    6 Posts
    2k Views
    AnticimexA
    @erangaj :+1:
  • [Solved] MySensors 2.0 Ethernet gateway (ENC28J60) restart / IP issue

    49
    0 Votes
    49 Posts
    22k Views
    cadetC
    Hi again I have enc28j60 shield UNO Mysensors 2.1.1 avr 1.6.11 and code above I was change ip address BUT no ping comment debug and if I comment NRF24 I have ping Any ideas?? Andrey
  • Receiving but !TSM:UPL:FAIL and no communication? 2.1.1 issue?

    17
    0 Votes
    17 Posts
    4k Views
    F
    @chbla Good news ! Now you can play with sensors !
  • Ethernet Gateway code for UNO with plugged-in ethernet shield

    3
    0 Votes
    3 Posts
    2k Views
    Boots33B
    @ArduiSens I have an uno with w5100 Ethernet shield connecting to Domoticz running on my Synology . So it should work for you too. Have a look at this post and see if the information there helps. If not post your sketch and we may be able to find the problem
  • relay with button...relay not physically changing state

    12
    0 Votes
    12 Posts
    4k Views
    T
    @Boots33 Yess! we got it this time the door relays and limit switch are acting just like i wanted...i will be testing the other 4 relays in the after noon... i wish i could be better at programming without your help i would be stuck thank you!
  • 433 Mhz Sender / Transmitter

    6
    0 Votes
    6 Posts
    2k Views
    AWIA
    A potential free contact will do the trick. Just build a relay MySensors node and a little programming..( I included another link for 433mhz encoding /decoding )
  • Node does not re-connect to the GW after loss of contact

    radio fail
    1
    0 Votes
    1 Posts
    543 Views
    No one has replied
  • temperature and humidity DHT22

    4
    0 Votes
    4 Posts
    2k Views
    Fat FlyF
    What sketch you use ? I cant get yesterday this working. GW is last 2.1, serial monitor printing fine and all is ok but i do not see this sensor in Domoticz
  • RPI Gateway MQTT - Attempting MQTT connection...Connected [Loop]

    4
    0 Votes
    4 Posts
    1k Views
    Luiz Augusto LagoL
    Done! I need reinstall Mosquitto (I don't know why, but works)...anyway... thanks for help!!
  • reporting battery to domoticZ

    47
    0 Votes
    47 Posts
    13k Views
    AWIA
    @Rene046 A 3.6-4.2 V battery with 3.3V ldo is perfectly suited to power the sensors you mentioned . I would replace the DHT22 with a (much better) I2C sensor (si7021/ BME280 /... ). If the measured voltage is not stable then in most cases the power supply or the measured voltage is unstable.
  • Log Parser

    3
    0 Votes
    3 Posts
    2k Views
    E
    Brilliant, THANKS!
  • Nano gateway error (solved)

    3
    0 Votes
    3 Posts
    953 Views
    bobbybobbybobbyB
    @tbowmo Thanks! It indeed was a wire problem..
  • Need help with initial setup :(

    14
    0 Votes
    14 Posts
    2k Views
    gohanG
    https://forum.mysensors.org/topic/838/windows-gui-controller-for-mysensors
  • S_RGBW appearing with V_VAR1 etc instead V_RGBW

    1
    0 Votes
    1 Posts
    629 Views
    No one has replied
  • Ethernet GW WITHOUT radio on Arduino Mega

    10
    0 Votes
    10 Posts
    3k Views
    Sander StolkS
    @gohan Yes I know but the pinout 53, output not. That was all that was needed eventually .
  • Newbie: RFM69 serial gateway

    16
    0 Votes
    16 Posts
    10k Views
    mfalkviddM
    @chrille this thread might help you, I finally got an esp8266 gateway working tonight.
  • ESP + RFM69 Gateway Reset issue

    4
    0 Votes
    4 Posts
    2k Views
    mfalkviddM
    @OpticFroggy sorry for the late reply. I haven't used rfm radios before, but tonight I finally got it working, with a lot of help from @scalz and the rest of the MySensors team. This is my wiring: [image: 1487971221800-connect_nodemcu.png] [image: 1488012242603-img_1614.png] [image: 1487971484973-connect_table_rfm69_esp8266.png] These are my settings in the sketch: #define MY_RADIO_RFM69 #define MY_RFM69_FREQUENCY RF69_433MHZ #define MY_IS_RFM69HW #define MY_RF69_IRQ_PIN D1 #define MY_RF69_IRQ_NUM MY_RF69_IRQ_PIN #define MY_RF69_SPI_CS D2 // NSS D8 cannot be used because it interferes with uploading sketches. With this, I got an nodemcu rfm69H-433 ethernet gateway working, and a wemos d1 mini rfm69H-433 sensor node. I used MySensors 2.1.1.

20

Online

11.7k

Users

11.2k

Topics

113.1k

Posts