Arduino EEPROM - 24C04 | 24C08 | 24C16 | 24C32 | 24C64 (No Libraries)

  Рет қаралды 19,420

SM training academy

SM training academy

Күн бұрын

In this video you will acquire knowledge on interfacing a 24C04 EEPROM IC with the Arduino UNO ,This is a course on programming in Arduino IDE for beginners.
For learning this course for free with all the documents and necessary source code for all the lectures
visit us on : www.smtrainingacademy.com
Here is the Full playlist link for this course:
Arduino Beginner Course Playlist Link:
• Arduino Beginner Course
CONTACT US ON : smtrainingacademy@gmail.com
Advantage of learning the course on our site is you can access all the source code and documents necessary then and there and you can track your progress in the courses. visit our site ,Register for free and login to get access to lot of courses like this for free.

Пікірлер: 38
@ra3apw
@ra3apw 2 жыл бұрын
Thank you, it help me a lot with 24LC04 EEPROM code.
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
Thanks for your support
@jrlvarghese
@jrlvarghese 11 ай бұрын
It was a great help for me, Thank you so much for the video.👍
@SMtrainingacademy
@SMtrainingacademy Күн бұрын
Thanks for your feedback
@coolchriss
@coolchriss 3 ай бұрын
I did not understand, 0xA0 is the device address , 1010000 or 0x50 uesd in writing address, you used in both writing function and reading function, I thought reading function will take the address 1010001 or 0x51!! Could you please explain it😢
@Sekhar_Home
@Sekhar_Home 3 жыл бұрын
Sir, u r giving video back to back. Pls send video day by day. So we will not missed any.
@SMtrainingacademy
@SMtrainingacademy 3 жыл бұрын
Sorry I thought of giving a complete video series fully is it ok so that you can learn everything in a sequence
@siwaneducation7444
@siwaneducation7444 Жыл бұрын
I use at24c64 eeprom
@yashrajshinde1085
@yashrajshinde1085 Жыл бұрын
Don't we have to set the desired BITRATE when using Wire.h lib. ?
@yassinebouanani8702
@yassinebouanani8702 10 ай бұрын
realy a great video from you but just i would now the difference between the differents eeproms ic ( exemple AT24CXX, 24CXX etc....)
@siwaneducation7444
@siwaneducation7444 Жыл бұрын
Hello sir this program only print 255 in my serial print , please help me I want to read and write eeprom in atmel 24c64 , Please send me suitable code for this eeprom ic
@SMtrainingacademy
@SMtrainingacademy Жыл бұрын
Ok that is becoz the line is in high state only that’s y it is read as max value of 8bit variable
@SMtrainingacademy
@SMtrainingacademy Жыл бұрын
Please check the datasheet whether the sequence is ok for that eeprom
@arduinomaquinas
@arduinomaquinas Жыл бұрын
Good job, subscribed and Like 86K full ❤ 👏👏👏👏👏👏👏
@SMtrainingacademy
@SMtrainingacademy Жыл бұрын
Thank you
@kirkkeinanen592
@kirkkeinanen592 2 жыл бұрын
Can an i2c slave microcontroller write to 24c08 eeprom? for example the attiny441 lists only an i2c slave interface. Can it write to eeprom?
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
Actually if a microcontroller supports i2c peripheral it will be able to write or read from i2c bus, since i2c is an multi master communication.
@kirkkeinanen592
@kirkkeinanen592 2 жыл бұрын
@@SMtrainingacademy I guess I’m confused. the atmega328p states that it has master and slave interfaces. The attiny441 states that it just has the slave interface. What’s the difference between the two?
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
@@kirkkeinanen592 give me sometime I’ll refer attiny441 datasheet and I’ll will clarify your doubts
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
I read the datasheet and understood that as per your thoughts you are right, attiny441 cannot be configured as i2C master it is dedicated slave so you cannot use this controller for initiating and fetching data from another slave device like memory or rtc..., instead this can be used a slave for another master device or microcontroller for communication purpose.
@kirkkeinanen592
@kirkkeinanen592 2 жыл бұрын
@@SMtrainingacademy thanks for the insight. I’ve read that i2c devices can be used on an spi bus. I’m going to try this method to write to the EEPROM.
@masoudjafarzadeh
@masoudjafarzadeh Жыл бұрын
Hi sir Thank you for sharing with your code we can just read and write 256 byte (just one block ) how can i read and write mor than 256 byte My eeprom is 24lc04
@SMtrainingacademy
@SMtrainingacademy Жыл бұрын
You may have to use more memory sized eeprom like 24lc08 or 16 or 32
@masoudjafarzadeh
@masoudjafarzadeh Жыл бұрын
@@SMtrainingacademy Hello, thank you for the offer I wrote a program to read and write the second block of EEPROM memory 24lc04 now i can read &write 512 Byte.
@vijukv3546
@vijukv3546 Жыл бұрын
Thanks for your video. can i know how to read and write string from external memory?
@SMtrainingacademy
@SMtrainingacademy Жыл бұрын
You can only write data byte by byte and store as ascii characters you can write your own function for that too
@cristiangs2307
@cristiangs2307 2 жыл бұрын
Hi! question... how to write float number? Regards
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
Ya you can convert the number store it in decimal format right?
@cristiangs2307
@cristiangs2307 2 жыл бұрын
@@SMtrainingacademy i don t know how convert and save...thanks for you repply
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
@@cristiangs2307 if you just multiply any float number with 100 you will get two decimals values into a decimal number so you can store that Ex: 24.754 x 100 = 2475.4 You can store 2475 right 24 is decimal and 75 is fractional part
@cristiangs2307
@cristiangs2307 2 жыл бұрын
@@SMtrainingacademy Now I understand. Thanks for explaining! thanks
@SMtrainingacademy
@SMtrainingacademy 2 жыл бұрын
@@cristiangs2307 🥰🥰
@SsempijjaShakur-h1w
@SsempijjaShakur-h1w 9 ай бұрын
8 is vcc. Where is Rest, BKGD and BGD on 93cxx
PCF8574 GPIO Extender | Arduino (No Libraries)
16:08
SM training academy
Рет қаралды 7 М.
EEPROM Memory - Store Anything - Arduino101
13:16
Electronoobs
Рет қаралды 105 М.
GTA 5 vs GTA San Andreas Doctors🥼🚑
00:57
Xzit Thamer
Рет қаралды 30 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 89 МЛН
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 53 МЛН
EEPROM AT24С02 и Arduino
4:50
arduinoLab
Рет қаралды 69 М.
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 123 М.
#65 Arduino EEPROM Basics - easy to do and useful to implement
26:07
Optimizing Arduino Code: no setup(), no loop() ⛔
9:27
Wokwi
Рет қаралды 203 М.
Build an Arduino EEPROM programmer
57:30
Ben Eater
Рет қаралды 1,5 МЛН
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Using EEPROM with Arduino - Internal & External
31:54
DroneBot Workshop
Рет қаралды 195 М.
Lost All Keys? And Need a New ECM? (EEPROM video)
18:31
Voltage Drop Diagnostics
Рет қаралды 78 М.
Full video - Data recovery from a dead MicroSD card
16:01
DevelopAKR
Рет қаралды 233 М.
GTA 5 vs GTA San Andreas Doctors🥼🚑
00:57
Xzit Thamer
Рет қаралды 30 МЛН