Binary sketch size: 19578 bytes (of a 32256 byte maximum)
(Working sketch BEFORE I add SD.h and (un-rem out the code that stops it from uploading, due to memory constraints)
My idea (place all the html, help commands etc onto the SD card, to "free up memory") but lol, the catch is, when i do
add SD.h my sketch size jumps from 19k to 30k (of 32k? in theory it should work, but no..) so i removed the code and put
it back to how it was (which works fine).
Bugger, is all i have to say without the SD lib, what the attached code does is a few things, it has a bluetooth module (myserial)
it also has ethernet support (to control from the webpage), it also connects to my machine to control it bt > arduino > ethernet > pc ...
www.myarduino.info
Any hacks, all i need to do is read the data and write data, i'm not interested in any kind of file server, just to log/read. any thoughts
or suggestions? cheers.
files on sd card (that are accessible)
help.txt
httpheader.txt
test.html //was going to serve a webpage as a test
Time for a '1284 based board. 16K SRAM, 128K Flash.
Handy with a soldering iron? I sell these bare boards for $4.50 mailed to you. Cross Roads Electronics for the PL
I'll follow you up on that offer (but before i invest time on that project, i've got a few other things "people" want me to make lol)
So in a couple of weeks, probably expect an Instant Message from me thanks.... also it's good to know that this can be done, i was wondering how
to boost ram, i was even looking at old old ram chips wondering if i could somehow "add extra" memory , but I guess this is the best way, less trouble it's all onboard.
Cool, i'll have a play with that code, looks useful - but lol, 4k is a lot of Text Strings lol, if i go over 4k of text strings, i'll swap over, until then i might as well wait and trying with a more powerful atmega processor to do the job, the arduino mega boards seems a little overkill for what i need right now....
Yes, the 1284's seem a great in between chip. 32 IO vs 20 when you don't need 69, 16K of SRAM (Mega only has 8K). Dual hardware serial ports.
You can put my board together for $15-20 depending on what you have to buy new and what you have on hand, vs $55 for a mega.