ATmega328p EEPROM Programming / Arduino Nano

preview_player
Показать описание
This video will show how to program the EEPROM onboard the ATmega328p microcontroller. The code is interactive so access to the EEPROM will be through the keyboard.
Рекомендации по теме
Комментарии
Автор

Simple and very informative. Thanks.
Glad to know that Nano also has 1kb, just like the Uno.

EgyptFishingVideos
Автор

I am trying to duplicate the reading and writing to EEPROM on the Nano using eforth, but the Bits ( Bit0 through Bit5 ) are not recognized. Can you please let me know what I am doing wrong? Here is some of the tera term output:


: Init.EEprom
Bit4 EECR reset BIT4?
Bit5 EECR reset ; \ erase then write BIT5?


Thank you

joerit
Автор

I am interested in a Forth tutorial as well.

UpcycleElectronics
Автор

Hi, there thanks for the video...do you have another video showing how to do the same with an external EEPROM...i liked the interactive option...thanks.

salahkebi
Автор

Interesting, but .... Could you do a video on how to install Forth on an Arduino ?

TheKetsa
Автор

This looks like exactly what I am looking for. I have currently set up a
bread board with a ardruino nano 2 - 74LS595 shift registers (For 11 Address Lines)
and a 28C16 ROM.

I am having problems reading the data in off the data(I/O) pins. (8 I/O pins)

I have manually programmed my EEPROM with a 0, 1, 2, 3 at addresses 0, 1, 2, 3. I can tell all my wiring and ROM are working correctly as when I set my to 0, 1, 2, 3 I get the correct LEDs to light up on my data (I/O) pins.

So I am sure that it must be a coding problem. At this point I only want to be able to read data in.

This is my current code. The addressing portion is working. It is the reading in, that is the problem.

jeffnay