-
A couple of issues that I've found whilst trying to install the sketch and libraries:
1. It would probably be better to put the `babuino/babuino.ino` sketch in a directory called `examples` in the …
-
Hi,
I have been at this for 2 months (crying face).
This is my first time using Arduino so could be a very easy fix.
When this code is run it prints "Connection to GitHub lost" which from what I kn…
-
I'm using Arduino 33 IOT on Arduino 1.8.13. I'm trying to compile EEPROM_Example ver 1.0.2
But I received this error
`In file included from /Users/darioconcilio/Documents/GIT/magikboard/EEPROM_Examp…
-
55 | for(register uint32_t i = BITS; i > 0; --i) {
| ^
Using library WiFiManager-master at version 2.0.17 in folder: C:\Users\prase\Documents\Arduino\libraries…
-
Компиляция скетча...
"C:\\Users\\Chetverekow\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -f…
-
Here's my compile errors:
Arduino IDE version: 1.8.12 for Mac OSX
Board M%Stick-C
Upload speed 115200
Partition Schème No Ota
Arduino: 1.8.12 (Mac OS X), Board: "M5Stick-C, Default, 115200, N…
-
Parameters are not surviving reboot/reset. See serial monitor below ....
-------
* Executing task: ~\.platformio\penv\Scripts\platformio.exe device monitor --environment esp32-s3-devkitc-1 --por…
-
Trying to run the latest version on the official STM32 Core v 1.9.0 Arduino board gives me a bunch of errors in the IDE.
What's the last known working version?
```
/home/billy/Arduino/ulisp.cpp/u…
-
I try this soft .It works well.
I change just that : #include
in arduino setup() EEPROM.get(50,FMFrequency);
EEPROM.get(52,AMFrequency);
In arduino loop() in …
-
I have worked on this and have a branch locally I would like to push upstream to get feedback on.
It turned out to be pretty simple and allows for up to 64k of EERPROM storage.
Please advise on h…