Yeah, I did that, and just reloaded the ArcadeMenu sketch.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
Tiny Arcade & Pocket Arcade / Re: Displaying the weather in the TinyArcade
March 31, 2017, 02:13:54 PM #2
Tiny Arcade & Pocket Arcade / Re: Displaying the weather in the TinyArcade
March 30, 2017, 09:16:43 PMQuote from: Ben Rose on March 30, 2017, 06:14:33 PMThat worked, and the code uploaded correctly...then promptly bricked the system. I'm trying to recover it now.
Not sure how the original is compiling- try including '<TimeLib.h>', it usually helps avoid conflicts between the Time library and the standard time.h file.

#3
Tiny Arcade & Pocket Arcade / Re: Displaying the weather in the TinyArcade
March 30, 2017, 10:10:31 AMQuote from: kuran_kuran on March 30, 2017, 09:28:06 AMI did. Same error.
Download the Time library on your library folder.
https://github.com/PaulStoffregen/Time

#4
Tiny Arcade & Pocket Arcade / Re: Displaying the weather in the TinyArcade
March 29, 2017, 02:24:17 PM
Got an error when trying to upload this:
Code Select
Arduino: 1.8.2, Board: "TinyScreen+, TinyArcade Menu"
/tinyarcade-weather-display/weather.ino/weather/weather.ino: In function 'void drawWatch()':
weather:3310: error: 'second' was not declared in this scope
float secondsAngle = second() / float(60);
^
weather:3311: error: 'minute' was not declared in this scope
float minutesAngle = (minute() + secondsAngle) / float(60);
^
weather:3312: error: 'hour' was not declared in this scope
float hoursAngle = (hour() % 12 + hoursAngle) / float(12);
^
/tinyarcade-weather-display/weather.ino/weather/weather.ino: In function 'info splitCommand(String)':
weather:3442: error: 'setTime' was not declared in this scope
setTime(hours, minutes, seconds, 23, 02, 1991);
^
exit status 1
'second' was not declared in this scope
#5
Tiny Arcade & Pocket Arcade / Can't add TinyArcade to Arduino; getting a "no protocol" error.
March 27, 2017, 09:57:32 AM
When I try to install the Tiny boards in Arduino Board Manager, I get the following error:
Any ideas?
Code Select
no protocol: http://files.tinycircuits.com/ArduinoBoards/package_tinycircuits_index.json
Any ideas?
Pages1
SMF spam blocked by CleanTalk