Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • ESP8266Wifi Gateway won't connect

    33
    0 Votes
    33 Posts
    3k Views
    OldSurferDudeO
    @mfalkvidd Yes, totally forgot about that link you put there. Thanks for reminding me. :)
  • VL53L0X with water tanks

    7
    0 Votes
    7 Posts
    2k Views
    OldSurferDudeO
    @johnnyfp When first read this I was wondering if the signal would be reflected accurately off the surface. Apparently not. I'm currently using float sensors which gives me full and empty. I would like to get a level sensor that was accurate to a centimeter so that I could measure the rate of fill, too. My current endeavor is to take this tank gauge put eight magnetic switches around it, and a magnet on the wheel inside. The magnetic switches would be connected to an Arduino nano and I could tell where the wheel is. Alas, other projects have higher priority.
  • Question with regards to NRF24 antenna folding

    11
    0 Votes
    11 Posts
    798 Views
    N
    @iguaan I have it wrapped as you mentioned and soldered to the ground. Curiously enough I have the PA set to HIGH (had it set to LOW), but from my understanding, by setting it to HIGH the "power" of the antena is better no?, hence the reception should be better. or what am I missing? Thanks for the feedback as well :-)
  • RFM69 waking up MCU with IRQ

    3
    1 Votes
    3 Posts
    308 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
    6k 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
    2k 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
    156 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
    499 Views
    OldSurferDudeO
    @novicit @bjacobse Good call!
  • BME 280 pinout reversed...

    6
    1
    0 Votes
    6 Posts
    609 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
    1k Views
    J
    http://learntohackit.com/intro/# it can be useful information ???
  • 0 Votes
    7 Posts
    621 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
    323 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
    1k 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
    192 Views
    No one has replied
  • Sensebender Gateway 1.0 - Init weirdness...

    4
    0 Votes
    4 Posts
    349 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
    425 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
    162 Views
    No one has replied
  • Sudden Dead node, and consequent !TSM:FPAR:NO REPLY

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

    3
    0 Votes
    3 Posts
    303 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.
  • 0 Votes
    12 Posts
    2k Views
    E
    @epierre Yay, good job!

19

Online

11.9k

Users

11.2k

Topics

113.3k

Posts