How to configure outputs with time?? ATmega8L-8PU Mohammad, there are easily a dozen tutorials and examples of code on the internet on using internal or external eeprom. Also, there is this: https://www.sparkfun.com/datashe...
sound playback from memory There are MP3 audio modules in the sub $5.00 range that will play clips from SD cards. Search Ebay for "mp3 module arduino".
Need Help Identifying Connector Not to be too obvious, but the listing does say
5 PIN Mini Din Connector
Look HERE
Edit to add: I have used them before.
development kit and board clawson wrote:
However, there is a community/forum near here that would be a far better place to ask about this kind of thing:
https://community.atmel.com/forum...
...
Thursday, 21 January 2016 - 13:09
DS1307 problem Look at page 13 of this data sheet: http://datasheets.maximintegrate...
You are not handling the stop and ack bits correctly in your code.
I believe you are...
Tuesday, 19 January 2016 - 14:32
PCF 8563 RTC reading time incorrectly It looks to me you are not sending a start address of 0x02 before you start reading or writing. Look at the tutorial that was posted.
//send slave address for read...
Tuesday, 19 January 2016 - 14:07
SPI dosen't work I could very well be wrong, but not according to my ex. Sorry.
http://www.atmel.com/images/doc2...
Sunday, 17 January 2016 - 22:01
SPI dosen't work Your connections are wrong:
MISO --> MOSI
MOSI --> MISO
Mohammad, there are easily a dozen tutorials and examples of code on the internet on using internal or external eeprom. Also, there is this: https://www.sparkfun.com/datashe...
It seems the original post has been edited, but this looks like a super simple problem that can be solved with 2 identical resistors and less than 20 lines of code to me. I'm...
There are MP3 audio modules in the sub $5.00 range that will play clips from SD cards. Search Ebay for "mp3 module arduino".
joeymorin wrote:Someguy22 wrote: OK, 20 posts in we get the message that something just "did slip my mind". Here you go: Uh... that wasn't the OP. If you're going to beat...
OK, 20 posts in we get the message that something just "did slip my mind". Here you go: Rezer wrote:Oh, something did slip my mind. Since rgb leds share a cathode, you can'...
Not to be too obvious, but the listing does say 5 PIN Mini Din Connector Look HERE Edit to add: I have used them before.
Sounds like an entry into a "square inch contest". I wonder if the OP does something with this, will all the contributors be credited?
clawson wrote: However, there is a community/forum near here that would be a far better place to ask about this kind of thing: https://community.atmel.com/forum... ...
Look at page 13 of this data sheet: http://datasheets.maximintegrate... You are not handling the stop and ack bits correctly in your code. I believe you are...
It looks to me you are not sending a start address of 0x02 before you start reading or writing. Look at the tutorial that was posted. //send slave address for read...
I could very well be wrong, but not according to my ex. Sorry. http://www.atmel.com/images/doc2...
Your connections are wrong: MISO --> MOSI MOSI --> MISO
Pages