Karol

Results 18 comments of Karol

@dclogicsCH @bm16ton any updates? Did you manage to run it on WZ5005e?

@bm16ton I just ordered WZ3605E from ali, it will take a while before I will put my hands on it. Did you open the device to see if there is...

@glatteis Are you using any logic level translator? ESP8266 high level is 3.3V but WS2812B expects 0.7*Vin, in your situation its 3.5V (5V Vin). If you have power supply try...

Any news? There is no point in including this as submodule if you don't update it for over 7 months.

> Hi @KaDw, > > Done for this repo. Still need to do it for both [cmsis_device_wl](https://github.com/STMicroelectronics/cmsis_device_wl) and [stm32wlxx_hal_driver](https://github.com/STMicroelectronics/stm32wlxx_hal_driver) repos. > > With regards, Thank you!

@kanflo @elmorejd You had any problems with software CS? I'm trying to use GPIO4 as CS. ``` void max7219_write(uint8 reg, uint8 value){ uint16_t data = (reg

Thanks for very fast reply! I'm checking if spi is busy like you said and now everything is OK Working code: ``` void max7219_write(uint8 reg, uint8 value){ uint16_t data =...

I also experience similar issue, I'm using Ubuntu 20.04, the message for me is: ``` Tabscolor was unable to write to /snap/code/99/usr/share/code/resources/app/out/bootstrap-window.js ```

> > > ![83BF8C67-D7CE-4FCC-99A3-8D23B8CCEEA9](https://user-images.githubusercontent.com/16964427/76369724-c0a96e80-6334-11ea-8581-15672b2c8d4f.jpeg) > > I built the hardware first, I hope to be able to tell you how the real time kernel works for me soon Any updates...