Show Posts

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.


Messages - cbolgiano

Pages: 1
1
Nothing yet.  I am a little bummed for the lack of support but the Arduino CLI is a good alternative.  https ://playground.arduino.cc/Learning/CommandLine

2
Hi everyone.  I am having trouble uploading an Arduino sketch to the TinyScreen+ using platformio.  The upload is successful but the TinyScreen+ will not boot.  If I use the Arduino ide the upload and boot is just fine. 

I looked into the output of both the Arduino ide and platformio when uploading and everything is the same except for the size of the firmware.  The platformio .bin is bigger by 2 pages.  Does this matter also why the successfully upload but no boot when uploading using platformio?

Here is my platformio.ini:

Code: [Select]
[common_env_data]
lib_deps_builtin =
  TinyScreen
  Wire
lib_deps_external =
  https://github.com/cbolgiano/tinywatch/raw/develop/libs/Time-master.zip
  https://github.com/cbolgiano/tinywatch/raw/develop/libs/arduino-BLEPeripheral-master.zip
  https://github.com/cbolgiano/tinywatch/raw/develop/libs/tinywatch-time.zip

[env:tinyscreen+]
platform = atmelsam

board = mkrzero

framework = arduino

lib_deps =
  ${common_env_data.lib_deps_builtin}
  ${common_env_data.lib_deps_external}

Thank you

Pages: 1
SMF spam blocked by CleanTalk