Skip to content

Commit

Permalink
docs: start update for 2024
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed May 11, 2024
1 parent 8877e84 commit 3ccc207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
25 changes: 1 addition & 24 deletions BOUNTIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,4 @@

We have some cool giveaways as bounties and prizes, thanks to our amazing sponsors!

## Adafruit LoRa Featherwing for your GoBadge

We have the [Adafruit LoRa Featherwing](https://www.adafruit.com/product/3231) which adds long range radio communication to your GoBadge!

It currently has the correct frequency configurations to work in both the EU and Australia. Help us get this working with the correct settings for the US915 frequency range.

Checkout the https://github.com/tinygo-org/drivers/tree/lora-usa branch of the TinyGo Drivers repo, and make it work correctly in the USA to claim your bounty!

## Seeed Studio Xiao ESP32-C3

We have the [Seeed Studio Xiao Xiao ESP32-C3](https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html) development board, a new RISCV microcontroller with onboard WiFi. We need help adding the code to support the built-in serial interface.

## Raspberry Pi Pico W

We've got the [Raspberry Pi Pico W](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#raspberry-pi-pico-w-and-pico-wh) board. This is a board using the RP2040 microcontroller with an onboard WiFi chip.

## Sphero Ollie

Take home your very own [Sphero Ollie](https://support.sphero.com/en-US/ollie-faq-244364) high speed Bluetooth controlled robot. All you need to do is help us implement the calibration code.

The JS library shows what needs to be done:
https://github.com/sphero-inc/sphero.js/blob/master/lib/devices/custom.js#L288-L343

Submit a PR adding the needed code to https://github.com/hybridgroup/gobot/blob/dev/platforms/sphero/sphero_driver.go and claim it!
TBD...
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
First use git to clone this repo to your local machine:

```
git clone https://github.com/hybridgroup/gophercon-2023.git
cd gophercon-2023
git clone https://github.com/hybridgroup/gophercon-2024.git
cd gophercon-2024
```

## Install Go 1.21
## Install Go 1.22

If somehow you have not installed Go 1.21 on your computer already, you can download it here:
If somehow you have not installed Go 1.22 on your computer already, you can download it here:

https://go.dev/dl/

Now you are ready to install TinyGo.

## Install TinyGo

You will need to install TinyGo 0.29.0 in order to do today's activities.
You will need to install TinyGo 0.31.2 in order to do today's activities.

https://tinygo.org/getting-started/install/
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Gophercon 2023
# Gophercon 2024

![](https://res.cloudinary.com/bizzaboprod/image/upload/c_crop,g_custom,f_auto/v1671213785/r7yy81wuzsp4ny0ataty.jpg)

The is the repository for the hardware hack session at Gophercon 2023.
The is the repository for the hardware hack session at Gophercon 2024.

https://gophercon.com/

Expand Down

0 comments on commit 3ccc207

Please sign in to comment.