Тёмный

Arduino - How to Save a String into EEPROM 

Robotics Back-End
Подписаться 26 тыс.
Просмотров 17 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@dfn808
@dfn808 Год назад
Excellent tutorial, very well explained. Thanks for sharing.
@Fun-io9kv
@Fun-io9kv 3 года назад
Thanks . Good solution and great explanation . I use vscode for writing arduino sketches . It is officially supported and user friendly
@unglaubichuberlieber8048
@unglaubichuberlieber8048 2 года назад
ich bedanke mich , alles gute !!!
@studentofedison421
@studentofedison421 2 года назад
nice topic to cover, and beautiful explaination
@hemersonallan
@hemersonallan Год назад
AWESOME ! Thanks
@gabrielreche3376
@gabrielreche3376 Год назад
great tutorial!
@geralddiaz9758
@geralddiaz9758 Год назад
Thank you!
@saeidpourafshar4824
@saeidpourafshar4824 2 года назад
Hi, I wanted to send the code but it did not work, in my code which works with gsm800l module, Some numbers in the form, ?? , Or blanks, are written Please help Thanks
@p4dr1uh66
@p4dr1uh66 3 года назад
Great video! It helped me a lot
@0124akash
@0124akash 11 месяцев назад
Sir, how to send data through keypad to Arduino EEPROM, and then store data display on LCD, when press '*' button.
@masoudjafarzadeh
@masoudjafarzadeh 2 года назад
At the first tank you Would you pleas how can we extract sms and write number phone in eeprom for use in the program Thanks again
@fadigorgos9510
@fadigorgos9510 3 года назад
Thanks
@shakhky
@shakhky 2 года назад
Thanks .
@spaceshuttle8332
@spaceshuttle8332 2 года назад
Is it possible to do this same thing or something similar with an external flash memory connected to the arduino?
@billglass5160
@billglass5160 2 года назад
It's annoying when one makes comments that are too helpful for others so they are anonymously removed. In the name of myself, I will remove all of my helpful comments. Have a nice day!
@RoboticsBackEnd
@RoboticsBackEnd 2 года назад
What comments are you talking about? I haven't removed any comment on the channel (sometimes youtube removes comments that look like spam but that's about it)
@billglass5160
@billglass5160 2 года назад
@@RoboticsBackEnd It's RU-vid then. I used your idea for my project and then added new features that I wanted to share with you all.
@dhavalshukla6615
@dhavalshukla6615 2 года назад
Hey, I was trying to store like you do here, into a String variable ssid data read from EEPROM, the node mcu I am using is ESP32 WROOM32D and it seems, maybe my logic is wrong? But I am not too sure, what you do here, I have tried to do similar but all I have been getting is inverted question marks instead of actual ssid and pass. here's the code snippet: ssid+=char(EEPROM.read(address)); this is of course in a for loop, somehow a month ago, this had worked without problems when I ran it, and now it's like my knowledge has lost all meaning, idk what is the reason, I have been scratching my head around as to why so sudden and uncharacteristic departure in behavior, sigh. Anything would be helpful for this.
@christygovender4959
@christygovender4959 2 года назад
I experienced the same issue with ESP8266. To solve: 1) Add this line to your setup function - EEPROM.begin(512); 2) Read comment and edit code accordingly in READ function - data[newStrLen] = '\0';
@dhavalshukla6615
@dhavalshukla6615 2 года назад
@@christygovender4959 I unfortunately don't remember. It was a project I was working on and don't know how I figured it out. Might be I might have used Read and Readstring commands from Arduino to read. I hope you figure it out.
@christygovender4959
@christygovender4959 2 года назад
@@dhavalshukla6615 I've figured it out, I've edited previous comment with solution I used. Hope it's helpful to you
@dhavalshukla6615
@dhavalshukla6615 2 года назад
@@christygovender4959 thanks. Had it figured out month ago but I'm sure this will be useful to someone else!
@electronron1
@electronron1 2 года назад
Doesn't EEPROM.put and EEPROM.get do the same thing?
@RoboticsBackEnd
@RoboticsBackEnd 2 года назад
EEPROM.get() is to read from the EEPROM, and EEPROM.put() is to write to EEPROM. Now, with put() it's going to do the same thing as for EEPROM.write(), but it checks the data first, and will only write if the data is different. So in the end, using put() could be better than write(), however as this tutorial is aimed at complete beginners, I wanted to stay with super simple things :)
Далее
Arduino - How to Save an Int into EEPROM
11:18
Просмотров 11 тыс.
EEPROM Memory - Store Anything - Arduino101
13:16
Просмотров 104 тыс.
БАБУШКА УМЕЕТ ВОДИТЬ?? #shorts
00:32
Просмотров 474 тыс.
Using Serial.parseInt() with Arduino
15:39
Просмотров 47 тыс.
Using EEPROM with Arduino - Internal & External
31:54
Просмотров 195 тыс.
arduino   08   strings
11:15
Просмотров 4,5 тыс.
But, what is Virtual Memory?
20:11
Просмотров 263 тыс.