1
TinyDuino Processors & TinyShields / TinyScreen compiler erroring out (Soil-Moisture-Monitoring)
« on: September 19, 2021, 09:28:06 PM »
Hello,
I'm working on my first project: Soil Moisture Animation https://tinycircuits.hackster.io/kburns/moisture-sensor-wireling-animation-147dbc
I can't compile and upload any code cause Arduino 1.8.16 is not configured to support TinyScreen. The only board available is TinyScreen+. I don't have that one. I have the other board.
Here's the error:
Set binary mode
No device found on COM2
Send auto-baud
Set binary mode
An error occurred while uploading the sketch
Arduino: 1.8.16 (Windows 10), Board:TinyScreen+, Default
I've seen another forum indicate to use "Arduino Pro or Pro Mini."
But I get the following error:
arduino_build_400532\libraries\Soil-Moisture-Monitoring_example\TinyAnimation.cpp.o (symbol from plugin): In function `PercentBarHorizontal::tick(float)':
(.text+0x0): multiple definition of `FallDownSprite::tick()'
\arduino_build_400532\sketch\TinyAnimation.cpp.o (symbol from plugin): (.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
status 1
Error compiling for board Arduino Pro or Pro Mini.
Any and all help would truly be appreciated. Thank you!
I'm working on my first project: Soil Moisture Animation https://tinycircuits.hackster.io/kburns/moisture-sensor-wireling-animation-147dbc
I can't compile and upload any code cause Arduino 1.8.16 is not configured to support TinyScreen. The only board available is TinyScreen+. I don't have that one. I have the other board.
Here's the error:
Set binary mode
No device found on COM2
Send auto-baud
Set binary mode
An error occurred while uploading the sketch
Arduino: 1.8.16 (Windows 10), Board:TinyScreen+, Default
I've seen another forum indicate to use "Arduino Pro or Pro Mini."
But I get the following error:
arduino_build_400532\libraries\Soil-Moisture-Monitoring_example\TinyAnimation.cpp.o (symbol from plugin): In function `PercentBarHorizontal::tick(float)':
(.text+0x0): multiple definition of `FallDownSprite::tick()'
\arduino_build_400532\sketch\TinyAnimation.cpp.o (symbol from plugin): (.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
status 1
Error compiling for board Arduino Pro or Pro Mini.
Any and all help would truly be appreciated. Thank you!