Comments: RedBoard Turbo Hookup Guide

≡ Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • SethCC / about 6 years ago / 2

    After modifying many libraries and pulling my hair out I found a quick solution to the issues associated with the "Serial" call now being "SerialUSB": start your sketch with "#Define Serial SerialUSB" (before all the other library calls) to map the SerialUSB to Serial - then any standard AVR arduino libraries will work with the turbo without modification. I've written code that will work on either board flavor by just commenting or uncommenting that snippet.

    • AVOH Lucky4Leaf / about 6 years ago / 1

      SerialUSB

      I have been working on this as well with the same errors - your fix is not working for my sketch unfortunately. Specifically I am utilizing the SparkFunDS3234RTC library.

  • chrisspurgeon / about 6 years ago / 1

    In regular ol' Arduinos, like the UNO, the double data type has no more precision than the float data type (see https://www.arduino.cc/reference/en/language/variables/data-types/double/ ) . On the RedBoard Turbo, are doubles more precise?

  • Member #600224 / about 6 years ago / 1

    Does the RedBoard Turbo come with MicroPython preloaded? How can the MicroPython version be upgraded to the latest version?

  • Member #1494848 / about 6 years ago / 1

    Will Turbo-compatible Proto Shields be forthcoming?


If you've found an issue with this tutorial content, please send us your feedback!