msalat
msalat
I've did something similar in c using fg+bg color and unicode character "upper half block" U+2580 = ▀ = UPPER HALF BLOCK to get double y resolution
clearified micro:bit v1/v2; the »16 k of RAM« are true for v1 only.
https://github.com/bbcmicrobit/micropython/blob/v1.0.1/docs/tutorials/music.rst > It's very easy to generate bleeps and bloops from the device if you **attach a speaker**. Tried it, micro:bit survived it. Then read the micro:bit schematic & NRF52833...
I'm using the "examples/advanced_examples/dlna" (sink) example of esp-adf, I'm getting an error because of a missing colon (port number) sent somewhere (this is perhaps more a compatibility bug on esp-adf)....
### The type of board you are using. Arduino ATmega328* board (UNO, Nano, etc.) ### What IDE are you using? Arduino IDE ### Example(s) you have checked while hunting the...
1. some links have a backslash in their paths 2. Section "For ESP-A1s (ESP32 + AC101 audio chips)" **es8388** instead of **ac101**: > and later > laster , add the...
``` xy@z:~/esp32-a1s-board/ESP32-A1S-AudioKit/examples/player/pipeline_sdcard_mp3_control$ idf.py build Checking Python dependencies... Python requirements from /home/jb/esp32-a1s-board/ESP32-A1S-AudioKit/esp-idf/requirements.txt are satisfied. Running make in directory /home/jb/esp32-a1s-board/ESP32-A1S-AudioKit/examples/player/pipeline_sdcard_mp3_control/build Executing "make -j 6 all"... [ 0%] Built target idf_component_heap [ 0%]...
I've copied a few files from ESP32-A1S-AudioKit/components and copy&pasted a few paragraphs components.mk, CMakefile.txt etc. to esp-adf and `idf.py build` works & runs, but why can't I `git pull https://github.com/espressif/esp-adf`...
Fabulous project; I want to attach my STM32F303 via an uart optocoupler (ch340c + everlight m611 [Vcc=3.3 not mentioned in the datasheet😕]) board, but I don't want to modify my...
These boards seem to support USB with EMBO: ``` STM32F103C8 STM32F103RE STM32F303RE STM32F401CC STM32G431KB STM32L412KB ``` I've tested STM32F303RE with PA11 (USB_DM) & PA12 (USB_DP) (PA12 with 1.5 kOhm pullup...