Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. smilvert
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by smilvert

    • smilvert

      RFM95 RFM95:SWR:NACK
      Troubleshooting • • smilvert  

      3
      0
      Votes
      3
      Posts
      46
      Views

      smilvert

      @lood29 When I use TTGO LORA as a dummy sensor (Node 10 in the above log) it always works without any nacks. The NACK only appears when I connect my own sensor (Node 140 in the log above). So Scenario 1 Dummy sensor (TTGO LORA) <-> MQTT gateway (TTGO LORA) -> Works Scenario 2 My sensor <-> MQTT gateway (TTGO LORA) -> NACK in the Gateway.
    • smilvert

      NRF52 -> Will not wake after sleep
      Troubleshooting • • smilvert  

      9
      1
      Votes
      9
      Posts
      100
      Views

      smilvert

      I have been trying @nagelc code with a lot of debug prints and I think that my device is stuck after MyHwNRF5.cpp inline void hwSleep(void) { CORE_DEBUG(PSTR("In hwSleep, 345\n")); __WFE(); __SEV(); __WFE(); CORE_DEBUG(PSTR("In hwSleep, 351\n")); } int8_t hwSleep(uint32_t ms) { hwSleepPrepare(ms); while (nrf5_rtc_event_triggered == false) { hwSleep(); } CORE_DEBUG(PSTR("In hwSleep, 357\n")); hwSleepEnd(ms); return MY_WAKE_UP_BY_TIMER; } And I will not go to hwSleepEnd 11274 MCO:SLP:MS=5000,SMS=0,I1=255,M1=255,I2=255,M2=255 11280 TSF:TDI:TPD 11281 After transport Disable 11284 Before hwSleep 11286 In hwSleepPrepare, 287 11289 In hwSleepPrepare,300 11291 In hwSleep, 345
    • smilvert

      hwSPI NRF52
      Development • • smilvert  

      1
      0
      Votes
      1
      Posts
      360
      Views

      No one has replied

    • smilvert

      Wierd temp/Hum
      Troubleshooting • • smilvert  

      4
      0
      Votes
      4
      Posts
      1111
      Views

      gohan

      Dht sensors are usually not very quick. I tried nodemanager for one of my nodes but I got sketch size issue so I haven't put too much time into it.