Basebot: Difference between revisions
From Rsewiki
(Created page with "Back to Regbot == Basebot == Basebot is a "raw" version of Regbot with much less firmware. The description is for using this robot and modifying the base Arduino software. == Use == == Install notes ==") |
No edit summary |
||
Line 7: | Line 7: | ||
The description is for using this robot and modifying the base Arduino software. | The description is for using this robot and modifying the base Arduino software. | ||
== | == Overview == | ||
=== Installation === | |||
Installation of Arduino and Teensy libraries. | |||
* Install the newest Arduino - see https://www.arduino.cc/en/software. | |||
* Add the Teensy hardware support - see https://www.pjrc.com/teensy/td_download.html, including | |||
** Add https://www.pjrc.com/teensy/package_teensy_index.json to the file->preferences | |||
[[file:arduino-preferences.png]] | |||
== Install notes == | == Install notes == |
Revision as of 12:37, 5 July 2024
Back to Regbot
Basebot
Basebot is a "raw" version of Regbot with much less firmware.
The description is for using this robot and modifying the base Arduino software.
Overview
Installation
Installation of Arduino and Teensy libraries.
- Install the newest Arduino - see https://www.arduino.cc/en/software.
- Add the Teensy hardware support - see https://www.pjrc.com/teensy/td_download.html, including
- Add https://www.pjrc.com/teensy/package_teensy_index.json to the file->preferences