Leonardo Bispo

Results 11 issues of Leonardo Bispo

Blynk library version: [0.6.1] IDE: [Arduino] but also on PlatformIO IDE version: [1.8.10] Board type: [ESP32] ESP32 Arduino 1.0.4 (IDF 3.2) Additional modules: [no] Blynk.Inject ESP32 Template break with `dhcps:...

help wanted

Issue to track current when zephyr 3.5.0 is merged > I am not sure if the power consumption is normal after waking up since I don't have a power profiler,...

Related to https://github.com/Xinyuan-LilyGO/LilyGo-T5-Epaper-Series/issues/29 When using the example [examples/GxEPD_Example/GxEPD_Example.ino](https://github.com/Xinyuan-LilyGO/LilyGo-T5-Epaper-Series/blob/master/examples/GxEPD_Example/GxEPD_Example.ino) and `#define LILYGO_T5_V213` the sleep current is 635uA from when measuring from the VBAT pin. ![ppk-20240105T081913](https://github.com/Xinyuan-LilyGO/LilyGo-T5-Epaper-Series/assets/34199302/009eaac6-19b1-436b-83f3-670453129a33) How was the 300uA measured?

Add support for GPIO port 1 -> P1.00 to P1.15 Base address = 0x50000300 [Nordic SDK](https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/gpio?324#topic) https://github.com/arduino-org/arduino-core-nrf52/blob/9cfaadcb15b0750070162c57107955481ee2f71f/cores/arduino/components/device/nrf52.h#L2040

Enable Json is useful to process Gadgetbridge data https://docs.zephyrproject.org/apidoc/latest/group__json.html

enhancement
No Hardware Required
BLE

A wise man once wrote "doing a 2nd connection will break some functionality as the new connection will be used. Things like this for example: https://github.com/jakkra/ZSWatch/blob/main/app/src/ble/ble_comm.c#L336 Maybe we need to...

enhancement
BLE

I have added I2C support for the CH32V003 Risc-v MCU, I cooked my display so will need to wait another week to get it working on the HW, but we...

LE audio broadcast assistant as implemented by https://github.com/AstraeusLabs/web-broadcast-assistant It does something like this: ![2024-06-24_09-30](https://github.com/jakkra/ZSWatch/assets/34199302/8a866a6b-d675-4863-8294-dc343564bee3) The code here is probably functional but partially untested as I do not have the HW...

Interesting, also possibly added a new chip there. May need update of boards at platform-ch32v. _Originally posted by @maxgerhardt in https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk/pull/4#discussion_r1620929970_