-
When disconnecting and reconnecting, Gadgetbridge will sometimes log incorrect values in the battery percentage graph. I don't know if this is an issue with Gadgetbridge or InfiniTime. EDIT: Seems lik…
-
I see you added ESP32 sleep examples, though ESP32 is not really designed for good sleep current measurements, is there any sleep examples for the nRF52832 and any current measurements done?
Thanks…
-
Hi,
i have a few question and topic for possible discussion.
My first question would be what the status on the Branch: bt-serial-overhaul is. Is it already merged? Should future commits/pull-request…
-
This is the QMK key tester showing the issue (one tap up and one tap down):
![image](https://user-images.githubusercontent.com/66539/130393117-b6fd79ee-0c55-4c2a-97f7-efb84a5576ed.png)
The expecte…
-
Hello, I recently came across this ble library (https://github.com/Jakeler/ble-serial) and started exploring it to see if its suitable for me to use in my project. While connecting to my ble periphera…
-
Dear Sir,
As you mention that your base library is **_ISP4520_** module based . And you converted into Arduino Library.
Actually Sir I am interfacing nrf52832 with E22900M22s module and using ISP452…
-
In nRF5 SDK 17.0.2 in ble_nus.h BLE_NUS_MAX_DATA_LEN defined as:
#define OPCODE_LENGTH 1
#define HANDLE_LENGTH 2
...
#define BLE_NUS_MAX_DATA_LEN (NRF_SDH_BLE_GATT_MAX_MTU_SIZE - OPCODE_LENGTH -…
-
**Describe the bug**
Hello, I recently came across this ble library and started exploring it to see if its suitable for me to use in my project. While connecting to my ble peripheral device i get the…
-
**Describe the bug**
Hello. I've been trying to move a small project built around Zephyr 2.5 to v2.6 and kept getting one issue which I couldn't figure out - Whenever I've set `CONFIG_NO_OPTIMIZAT…
-
Some devices have flash page protection, but it is transient, and needs to be initialized on every boot. Add platform hooks to mcuboot so that these can be added for these platforms to protect the boo…