-
Can you tell me if this is normal? I can compile other projects with different libraries, but I cant compile the example of this lib:
C:\Users\*****\Desktop\arduino-1.8.19\portable\sketchbook\libra…
-
Hi,
Thanks for you great work on Ch55x with Arduino. It's quite easy to use.
I have made a USB Audio Speaker based on your USB MSD demo.
You can find my project at
https://mc.dfrobot.com…
-
Good tutorial!
I was wondering if you could help me with the programming tool. I have plugged the tang nano fpga board via usb-c to the pc (OS: Linux Mint), but the device doesn't get recognized. D…
-
# Issue : Simple config problem or possible bug
I was told to open an issue here because this could be a BUG
## Configuration
Operating system: Win 10 x64
PlatformIO core Version (core --versi…
-
Testing the HID Keyboard mouse combo example, the mouse pointer can only move relative. I know that Arduino has a library named Absmouse that can set the absolute coordinates of the mouse, but I'm not…
-
Hi -
I was trying to reprogram the board and had trouble with the documentation. Can you add which board type you select in the Arduino IDE (and what source you are using if that is a custom board …
-
CH582 and CH583 are very useful and well performing BLE SoCs, with the native USB they have the potential to replace NRF52840 and similar in many scenarios.
Sadly, there is no Arduino core for them …
0x0fe updated
8 months ago
-
When running this code:
```
#define ledPin 30
#define delayTime 127
#define fadeMax 31
uint16_t fadeSquared;
uint16_t fadeError=0;
void setup() {
pinMode(ledPin, OUTPUT);
pinMode(34…
-
I read on the forum that there is talk of you being able to maybe distribute the TN20K/BL616 stock firmware, at least in binary form, and hopefully get permission to distribute source code - has there…
rog77 updated
5 months ago
-
Hi,
I'm using WS2812B-Mini now.
The datasheet is below
https://atta.szlcsc.com/upload/public/pdf/source/20190620/C114583_ECCAEB884D1CBA01F5696FFC90F90D84.pdf
I find there is something wr…