I have tried every possible combination of digitalWrite(pin, HIGH/LOW), still not progressing, it seems its ok to change which device (SD/Ethernet) accesses pin once but try again and things get corrupt?
I've run out of time I'll be able to have a play in about a week.
Search found 3 matches
- Tue Oct 09, 2012 12:02 pm
- Forum: EtherTen
- Topic: Noob needs help.
- Replies: 3
- Views: 3620
- Mon Oct 08, 2012 12:37 am
- Forum: EtherTen
- Topic: Noob needs help.
- Replies: 3
- Views: 3620
Re: Noob needs help.
Maybe i can simplify my last post, what I'm trying to do is:
I can do one or the other but not the two together. I think the issue lies in pin 4 but I can't be sure.
Cheers.
Code: Select all
Get time
*turn off internet & turn on SD*
Write to SD
*turn on internet & turn off SD*
maybe post twitter
loop
Cheers.
- Sun Oct 07, 2012 11:02 am
- Forum: EtherTen
- Topic: Noob needs help.
- Replies: 3
- Views: 3620
Noob needs help.
Hi All, So I've done all the boring copy and paste projects now I'm trying to mash one together; I'm not sure what I'm doing wrong but I think I'm slowly starting to make things more complicated... The aim of this code is to write values to twitter every hour and values to the SD card every 5 minute...