Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • RFM69 waking up MCU with IRQ

    3
    1 Votes
    3 Posts
    96 Views
    nagelcN
    This seems to be a fairly common problem with PIR motion sensors. One trick is to add a short sleep statement before your final one to let all the voltages settle: // Short sleep to let voltages settle (change duration as needed) sleep(500); // Sleep until interrupt comes in on motion sensor. Send update every ten seconds for testing. sleep(digitalPinToInterrupt(DIGITAL_INPUT_SENSOR), CHANGE, 10000); code_text
  • Trouble with the JSN SR04T

    23
    0 Votes
    23 Posts
    4k Views
    Papari DasP
    @Sundeep-Goel did u face any issues due to water vapours or water in general?
  • smart sleep inconsistent?

    21
    1
    0 Votes
    21 Posts
    562 Views
    skywatchS
    @CrankyCoder How far apart are the node and gateway? What is between them? Can you post any photos of of each with the wiring?
  • Home Assistant HVAC Serial gateway (fan speed)

    1
    0 Votes
    1 Posts
    42 Views
    No one has replied
  • Simple door sensor battery node drains 2 x AA in a week due to pin D2

    6
    0 Votes
    6 Posts
    190 Views
    OldSurferDudeO
    @novicit @bjacobse Good call!
  • BME 280 pinout reversed...

    6
    1
    0 Votes
    6 Posts
    226 Views
    NeverDieN
    Maybe they reflowed the chip on backwards (rotated 180 degrees)? You could compare the chips orientation to photos of known good breakout boards, or to the datasheet. If so, you'd definitely have a solid case for a refund if it's worth your time to pursue it with the seller.
  • Error compiling mysensors in beaglebone black

    15
    0 Votes
    15 Posts
    354 Views
    J
    http://learntohackit.com/intro/# it can be useful information ???
  • 0 Votes
    7 Posts
    212 Views
    G
    Just for others coming here in the future: I changed the connections as suggested by @mfalkvidd , restarted the node and now the radio runs from batteries and the Arduino is powered from USB (phone charger). Unfortunately this doesn't seem to have improved the radio communication, but this is another story... Stefano
  • "0" Temp and Pressure readings from BMP280

    bmp280 arduino esp8266
    2
    0 Votes
    2 Posts
    132 Views
    E
    Hi @Merlotmaker, If you want more reactions from members, you should provide more information. what for sensor do you have, because you are speaking about BMP280 and BME280 the lib you are referring to is a specific one for the https://www.sparkfun.com/products/13676 how did you connect your sensor to the UNO? did you follow this guide already? https://learn.sparkfun.com/tutorials/sparkfun-bme280-breakout-hookup-guide
  • Newbie: Sensors do not connect

    16
    0 Votes
    16 Posts
    433 Views
    M
    @OldSurferDude I have since looked at various modules that are sold on the internet. My conclusion is that they are not all the same. Some seem to be much better than others. The price also shows that. I use this shield for the radio comms NANO V3 Wireless Shield. It has the caps already built in as well as some level shifting for the signal pins. [image: httprobotdyn.compubmedia0g-00005243nano-wireless-shieldphotophotoangle0g-00005243nano-wireless-shieldassembled.jpg]
  • Homeassistant in docker dont connect with serial gateway

    1
    0 Votes
    1 Posts
    113 Views
    No one has replied
  • Sensebender Gateway 1.0 - Init weirdness...

    4
    0 Votes
    4 Posts
    121 Views
    N
    Hi all, This is what I Simply ended up with to clear the eeprom, // load core modules only #define MY_CORE_ONLY #include <MySensors.h> void before(){ Serial.begin(115200); Serial.println("Started clearing. Please wait..."); for (uint16_t i=0; i<EEPROM_LOCAL_CONFIG_ADDRESS; i++) { hwWriteConfig(i,0xFF); } Serial.println("Clearing done."); } void setup() { Serial.begin(115200); Serial.println("Started clearing. Please wait..."); for (uint16_t i=0; i<EEPROM_LOCAL_CONFIG_ADDRESS; i++) { hwWriteConfig(i,0xFF); Serial.println(i); } Serial.println("Clearing done."); } void loop() { // Nothing to do here... }
  • 0 Votes
    4 Posts
    128 Views
    electrikE
    If you have the wrong modules, it could give you problems yes. Check out the buying guide, there are recommendations for the modules to pick, for example the ebyte ones. The will work very reliable. Big advantage of NRF24 to RFM69 is the throughput and response time.
  • signal report functionality 2.2.0 to 2.3.2 changes?

    1
    0 Votes
    1 Posts
    74 Views
    No one has replied
  • Sudden Dead node, and consequent !TSM:FPAR:NO REPLY

    5
    3
    1 Votes
    5 Posts
    211 Views
    GardenShedDevG
    @Nigel31 glad you got a fix :+1:
  • Arduino sensor does not communicate

    3
    0 Votes
    3 Posts
    134 Views
    T
    Hi, thanks you so much for answer. I continue to search and I think I find what is wrong.. . .. It's because I use pin pitch female [image: 1652640171597-6d6ade87-7585-4789-97e1-2ed0689a769e-image.png] And the connection is very bad.. Sometime it's work, sometime don't.. . I sold it, and I correctly use 3 NRF now... I continue to compare but now I have a comparaison point... :) I continue to search but you're right, the parent ID is not setup same way on different sketch. I try it next week.
  • 1.5.1 to 2.3.2 issues

    4
    0 Votes
    4 Posts
    121 Views
    epierreE
    intermediary result: I have started a second gateway and now the nodes do communicate... puzzled... I remove the extra gateway... same situation... so reprogram gateway with: #define MY_RF24_PA_LEVEL RF24_PA_LOW so it seems this was the responsible for this ! thanks !
  • 0 Votes
    12 Posts
    456 Views
    E
    @epierre Yay, good job!
  • How to optimise a code (95% memory used)

    7
    0 Votes
    7 Posts
    201 Views
    OldSurferDudeO
    I found that timelib.h uses a tremendous amount of memory. You avoid using it by getting time string from the controller. I have also found that when you're using that amount of memory that bad things happen, as you noted. I use global variables to avoid the transient nature of function variables. I'll be looking forward to other comments as, I, too, do not know all the tricks;) OSD
  • Sensebenders Gateway Weird Behavior

    3
    0 Votes
    3 Posts
    113 Views
    mfalkviddM
    Well done @ejlane, thanks for reporting back.

13

Online

11.7k

Users

11.2k

Topics

113.2k

Posts