Kevin Thomas
Kevin Thomas
@aykevl I am using a Raspberry Pi Pico here and have a 64 array WS2182B strip. This is NOT a RGBA I do not believe. When I set an array...
@aykevl just tested with MicroPython and everything works perfectly as expected. The supply is a 3.3v which is also expected.
``` >>> help(sys) object is of type module __name__ -- sys path -- ['', '/lib'] argv -- [] version -- 3.4.0 version_info -- (3, 4, 0) implementation -- (name='micropython', version=(1,...
Thanks @int19h I will git that a try.
Thank you @Dirbaio for taking the time to respond! Is reqwless and embedded-tls compatiable with Embassy? I think I may have the answer [HERE](https://github.com/drogue-iot/embedded-tls/tree/main/examples/embassy) Regarding BLE thank you for giving...