Checked out the new 1.0.1 IDE and ensured that the “TinyWebServer” for Arduino still functions.
The “TinyWebServer” can be downloaded from:
http://github.com/Hardcore-fs/TinyWebServer
1. download Arduino IDE, tinywebserver from github, extract both
2. rename folder “hardcore-fs-Tinywebserver????” to “Tinywebserver”
3. place folder “Tinywebserver” in Arduino-1.0.1\libraries
4. download flash library
5. place flash library in Arduino-1.0.1\libraries
6. open Arduino 1.0.1 application
7 goto file->examples->Tinywebserver->simplewebserver
8. Select verify/compile.
9 And it works!!
henry z
July 15, 2012 at 7:11 am
Invested HOURS attempting to get this to compile…. Can you help with this error in MS VIsual Studio???
TinyWebServer.cpp* : _FLASH_STRING(char const*)’
avr-objcopy* : No such file
avr-objcopy* : No such file
Couldn’t determine program size: H:\ARDUINO_1_0_1\arduino-1.0.1\hardware\tools\avr\bin\avr-size: ‘H:\Documents and Settings\Ri7\Local Settings\Application Data\VMicro\Arduino\Builds\SimpleWebServer\nano328\SimpleWebServer.hex’: No such file
Destroyer
July 15, 2012 at 7:28 am
You only have to “invest hours” WHEN you do not read the instructions(README).
You are missing a LIBRARY!!!
You need to download and install the “FLASH” library.
see point 4 in the README file that comes WITH the project.
Also you NEED to be using the ARDUINO IDE NOT MS visual Studio.