Robobot B: Difference between revisions
From Rsewiki
Line 39: | Line 39: | ||
==Software installation Raspberry Pi== | ==Software installation Raspberry Pi== | ||
===Install on SD=== | ===Install on SD=== | ||
Line 48: | Line 47: | ||
Connect to DTU Wifi | Connect to DTU Wifi | ||
===Additional packages=== | |||
Install command line interface library | |||
cd | |||
cd git | |||
git clone https://github.com/CLIUtils/CLI11.git | |||
Install the GPIO library to access pins on the Raspberry PI. | |||
sudo apt install pigpio | |||
==Teensy== | ==Teensy== |
Revision as of 10:37, 29 June 2023
This page is is for development nodes and user description of the simplified version of Robobot
Robobot B description
This section is intended for users.
Overview
Hardware
Plastic
Electronics
PCB
Software on Raspberry
Software repository
Directory structure
Robot software
Firmware on Teensy
Description
Compile tools
Upload to Teensy
Development notes
This section is for development notes.
Software installation Raspberry Pi
Install on SD
Barebone installation (22.04)
User and network (WiFi)
Connect to DTU Wifi
Additional packages
Install command line interface library
cd cd git git clone https://github.com/CLIUtils/CLI11.git
Install the GPIO library to access pins on the Raspberry PI.
sudo apt install pigpio
Teensy
Software tool chain installation
Old Robobot pages
robobot an extension to Regbot with a raspberry pi for more extended missions, but uses mission code in Teensy, like Regbot.