-
*I'm re-purposing a Chinese fitbit clone that uses the nRF52832 - but hardwire read protected
*I can program it just fine using mbed hex file, Segger J-Flash, nRFGoStudio and a Segger J-Link programm…
-
Currently we can only read and write, but notifications are needed to handle stuff like the Nordic UART nicely
-
Currently it's only UART and HID, but easy enough to change via advertising_init
-
Hello,
I can not progress from the DFUStateEnablingDfuMode state. I've tested the app "nRF Toolbox" and "nRF Connect" but I always get the error that the device has been disconnected.
With the [I…
-
I am using the firmware 1.92.73 in the ESP32.
I tested the following code on ESP32:
`digitalPulse(27, 1, 100)`
and on ESP8266:
`digitalPulse(15, 1, 100)`
On the ESP8266, as expected, I get a …
-
A year ago, I have created bootloader and interface firmware for a custom controller(DAPLink V203) and it's working fine with Target controller LPC1768. I'm able to do Automated testing and everything…
ghost updated
7 years ago
-
https://github.com/espruino/Espruino/issues/959#issuecomment-282958550
https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattdescriptor-readvalue
-
**_Reported by Carles Cufi:_**
Currently the ISR wrapper that envelopes all ISR execution code, and that is automatically called when using the IRQ_CONNECT() macro, adds a certain amount of latency f…
-
In order to save data directly to the flash on the nrf51/nrf52 the nvmc should be implemented.
Requirements:
- Should handle 1k (nrf51) and 4k (nrf52) page size.
- Should allow to operate while B…
-
**_Reported by Johan Hedberg:_**
I was testing samples/boards/microbit/display together with tickless support, and noticed that the timers are way off. It looks like they're several magnitudes larger…