zpm1066
zpm1066
Any updates? Thanks.
Unfortunately nothing yet. Pretty disappointing.
Any traction on getting PlatformIO to support Zephyr RTOS v3.x? Is this a dead end for all platforms (nRF 52 series, nRF53, nRF9160, STM32, Raspberry PI Pico, and ESP32) that...
Yes, it’s an unfortunate stand taken up by the PlatformIO folks. Luckily there is a much better solution for nRF52840 and Zephyr. Use the excellent Nordic Semi’s nRF Connect SDK....
@philips77 Thanks again. Not a problem, I just wanted to make sure the request is in the system and didn’t get lost. Any idea when the team will get a...
Hello @dinesharjani Thank you. I'm aware of this alternative solution. However, I'm using the Thingy:53 and would have expected to see the sensor characteristics (temperature, pressure, humidity, red/green/green color, battery...
Understood, but I would have expected the Thingy:53 UUID definitions for the onboard sensors to be already in the Blue Number Database. Purchasers of Thingy:53 shouldn’t be expected to raise...
Thank you. The error is misleading and should say “Success!” if it doesn’t impact the success of the device upgrade process. More importantly, in the case of an image that...
I’m using “DFU” from nRF Connect for mobile iOS and using the defaults.
Yes. The `rssiChar[5]` buffer overrun in `getRSSI()` causes the `ESP32` to crash continuously. A change to `snprintf()` fixes the `ESP32` crashes but only writes four characters. This is expected, `rssiChar[5]...