Skip to content

Commit

Permalink
all: more docs updates
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 17, 2023
1 parent 26733cf commit 1dd9906
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 37 deletions.
54 changes: 27 additions & 27 deletions PREP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,64 +8,64 @@ Please add whatever checklist items needed here...

### Tello

- [X] batteries
- [X] chargers
- [X] test joysticks
- [X] verify video
- [ ] batteries
- [ ] chargers
- [ ] test joysticks
- [ ] verify video
- [ ] flightbadge
- [ ] OS check
- [X] Linux
- [ ] Linux
- [ ] macOS
- [ ] Windows

### Minidrone

- [X] batteries
- [X] chargers
- [X] complete steps 2-5+
- [X] test joysticks
- [ ] batteries
- [ ] chargers
- [ ] complete steps 2-5+
- [ ] test joysticks
- [ ] flightbadge
- [ ] OS check
- [X] Linux
- [ ] Linux
- [ ] macOS
- [ ] Windows

## Music Jam

- [X] update code
- [X] organize parts kits
- [X] dupont M2F cables
- [X] sound cables
- [ ] update code
- [ ] organize parts kits
- [ ] dupont M2F cables
- [ ] sound cables
- [ ] OS check
- [X] Linux
- [ ] Linux
- [ ] macOS
- [ ] Windows

## Arduino IoT

- [X] organize parts kits
- [X] update for latest drivers wifinina
- [X] add apconnect tool
- [ ] organize parts kits
- [ ] update for latest drivers wifinina
- [ ] add apconnect tool
- [ ] OS check
- [X] Linux
- [ ] Linux
- [ ] macOS
- [ ] Windows

## Robots

### Spheros

- [X] check batteries
- [X] USB charger
- [X] OS check
- [X] Linux
- [X] macOS
- [X] Windows
- [ ] check batteries
- [ ] USB charger
- [ ] OS check
- [ ] Linux
- [ ] macOS
- [ ] Windows

### Gopherbots

- [X] batteries
- [X] cables
- [ ] batteries
- [ ] cables
- [ ] add bluetooth tutorial/examples

## Raspberry Pi "proxies"
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,23 @@ https://tinygo.org/getting-started/install/

### GoBadge Hacking

![GoBadge](./images/gobadges.jpg)

If you are one of the very fortunate individuals to have received a GoBadge, it is in fact yours to keep!

Go to https://gopherbadge.com/ for more info.

### TinyGo IoT sensors

We have some Arduino Nano RP2040 Connect IoT microcontroller boards for each person to use for the activity.
![Arduino Nano RP2040](./sensor/arduino/assets/step6.jpg)

Looking for the true "parts experience"? Got you covered! We have brought some Arduino Nano RP2040 Connect IoT microcontroller boards for each person to use for the activity.

https://store.arduino.cc/collections/boards/products/arduino-nano-rp2040-connect

These can be programmed using TinyGo.

There are 15 Grove sensor kits that you can use for the activity.
There are some Grove sensor kits that you can use for the activity.

Ready to try this out? Go to [./sensor/arduino/](./sensor/arduino/) to get started.

Expand All @@ -57,17 +61,17 @@ Ready to try this out? Go to [./sensor/arduino/](./sensor/arduino/) to get start

![Tello](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Ryze_Tello.jpg/320px-Ryze_Tello.jpg)

We have three DJI Tello drones for your Go-powered flying activities.
We have brought some DJI Tello drones for your Go-powered flying activities.

In additional to these drones to be to be coded/flown, we also have Dualshock3-clone controllers for flight control. Post your awesome videos using hashtag #gophercon
In additional to the drones to be to be coded/flown, we also have Dualshock3-clone controllers for flight control. Post your awesome videos using hashtag #gophercon

Want to get airborne? Go to [./drone/tello/](./drone/tello/).

#### Parrot Minidrones

![Parrot Minidrone](https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Rolling_Spider.jpg/320px-Rolling_Spider.jpg)

We have three Parrot Minidrones you can fly with Go code to control them using their built-in Bluetooth API.
We have Parrot Minidrones you can fly with Go code to control them using their built-in Bluetooth API.

Post in-flight videos using hashtag #gophercon

Expand All @@ -83,7 +87,7 @@ Check out https://github.com/hybridgroup/gopherbot for more info.

### TinyGo Music Jam

![MakeyBoard](./images/makeyboard.jpg)
![Controller mk2](./images/music-mk2.jpg)

Make your own electronic musical instruments using TinyGo and the Raspberry Pi Nano boards.

Expand All @@ -94,12 +98,12 @@ Add some copper foil tape and high-ohm resistors when we say become part of the
We can make beautiful music together, just go to [./musicjam/](./musicjam/).

### Sphero Ollie robots
![Sphero Ollie](./images/ollie.jpg)

![Sphero Ollie](./images/ollie.jpg)

Turns out we had a few unopened Sphero Ollie robots that we found just in time for Gophercon EU! These fast Bluetooth controlled robotic toys have long been a Go programmer fan favorite.

There are 4 Sphero Ollie robots to help satisfy your need for speed.
There are a few of these cylindrical robots to help satisfy your need for speed.

Want to take one for a spin? Go to [./robot/sphero/](./robot/sphero/).

Expand Down
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Some unfriendly IT departments might not allow access to the USB ports on your c

The best option is to pair up with someone else, which is a big part of the fun.

## My Gopher Badge is not powering up with battery connected
## The drone or robot keyboard commands do not seem to work in Windows

If your battery is connected and switching your badge to ON doesn't power it up, **disconnect your battery, switch to ON and connect your battery again**. If it doesn't power up, then check the battery charge.
Make sure you are running your programs in the normal command prompt and not the git bash prompt, so that go-termbox works as expected.
Binary file added images/gobadges.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1dd9906

Please sign in to comment.