-
### 描述一下这个bug / Describe the bug
用eeprom.get读取只能读取128字节数据,用eeprom.put也是只能写入128字节数据,定义DATA_EEPROM_BASE和DATA_EEPROM_END也不能解决
### 复现步骤 / To Reproduce
#include
#include "Seeed_LDC1612.h"
#include
…
-
I plan to start work on this project when the Arduino Web of Things project is further along, as the C++ should be directly re-usable for the ESP-8266. The main exception is that as far as I am awar…
-
```
I want to make Tiny13A core with Tiny Arduino!
TINY13A core summary
MAX Frq 20Mhz
1KB FLASH
64byte EEPROM
64byte SRAM
Do you know how to make TINY13A core Arduino Tiny ?
```
Original issue rep…
-
```
I want to make Tiny13A core with Tiny Arduino!
TINY13A core summary
MAX Frq 20Mhz
1KB FLASH
64byte EEPROM
64byte SRAM
Do you know how to make TINY13A core Arduino Tiny ?
```
Original issue rep…
-
```
I want to make Tiny13A core with Tiny Arduino!
TINY13A core summary
MAX Frq 20Mhz
1KB FLASH
64byte EEPROM
64byte SRAM
Do you know how to make TINY13A core Arduino Tiny ?
```
Original issue rep…
-
同样的arduino代码,用来控制595读取eeprom芯片,spi控制595连接eeprom的地址线,lgt8f328p的io连接eeprom的数据pin
使用arduino的spi库,连接3片74hc595,使用spi模式发送地址数据
使用atmega168pa没有问题,使用lgt8f328p的片不行
32M内置晶振 16M频率,串口收发正常
调用 SPI.transfer(add…
-
when trying to recive 48 universes of 1020 leds x 8 strips it says impossible to create buffer
even when trying 800 * 8
15:19:56.670 -> [ 1245][I][artnetESP32V2.cpp:233] _initialize(): [ARTNETE…
-
### Describe the problem
I know a number of people have reported this problem for months but still it isn't solved.
When starting Arduino IDE 2.2.1, notification area shows "Downloading index: l…
-
The first 16 bytes of EEPROM are reserved by the Arduboy2 library for user settings.
Evade is overwriting those first 16 bytes which causes a problem for users.
Could someone please patch the code s…
-
We have procured DS2502 and DS28E07+ and we have facing the writing programming issue.
We have connected **Arduino uno to 1 wire DS2502 or DS28E07+ device** but we can't write the device.
Please…