Hello! Here are a bunch of demos for 2.00b 2022 that will hopefully be helpful in making your toy! Feel free to contact #ask-the-tas on Slack or DM Victor directly if you have any questions! It's GO TIME!
Prepared for Elephant Team's Find the Bread. The code uses two Arduino Nano IOT 33
, though it's likely the code also works on the Arduino Nano 33 BLE
if the previously mentioned Arduino flavor is sold out.
The 'central device' is the center loaf. The 'peripheral devices' are the slices of breads at the end.
This demo uses the ArduinoBLE
library.
A quick demo to show how to use the NRF24L01 and the reed switches to get the 'bump' sensor.
A tiny demo based off of Arduino's example button press code to demonstrate how to use a reed switch! (Yes! it is basically just like a button.)
You can also find a bunch of the demos shown during the electronics tutorial in the 200b-eetutorial-2022 repository