-
-
### Description
The default example is supposed to print two lines then let the user type the commands, but on the Nano 33 BLE the two lines are not printed correctly and some characters are mixed …
-
Hi,
I'm trying to get an i2c sensor (the BMP180 from Sparkfun) up and running for the past few days with the arduino environment. However, without any luck. On an arduino I get it up and running in …
-
Hey Greiman
Im working on a BLDC controller hardware project and would like to utilize the eminence power of the T4 for that purpose.
The overall purpose is naturally to empower the emerging EV …
-
- [x] 在Servo和Digital定义中单片机引脚列表顺序没有规律,列表最好能够是PA0--PA15,PB0--PB15,PC0--PC15
- [x] 串口声明时,没有显示串口号,但是在串口中断中是需要选择串口号的,因此,需要在串口声明中增加串口号显示
- [ ] 多个块无法复制粘贴,希望能增加这个功能,disabled...
- [ ] 变量类型:没有包含所有在c中的变量类型,还有…
-
Trying this example:
#include "PluggableUSBAudio.h"
USBAudio audio(true, 44100, 2, 44100, 2);
static uint8_t buf[128];
void setup() {
for (int i = 0; i
-
Trying to use the following module: [url](http://wiki.in-circuit.de/index.php5?title=radino32_SX1272), which required a downgrade to Arduino 1.6.0 to use the compiler it required.
However this puts…
-
With arduino ide:
```
In file included from /home/eg/Arduino/libraries/FastLED/src/FastLED.h:81,
from /home/eg/Arduino/libraries/Corsair_Lighting_Protocol/src/FastLEDController.h:…
-
Not a big deal, since the first iteration of KISS_FFT benchmark works, but 2nd and 3rd iteration report
KISS FFT: N = 1024 in **\* NOT ENOUGH TEMP MEMORY **\*
Is there a memory leak?
FYI, I ran th…
-
Hello,
Firstly, thank you for bringing this cool project to fruition. I'm currently working on implementing a bootloader for an application I've developed using Platformio on VSCode. However, when …