Difference between revisions of "UBISS2024"
Jump to navigation
Jump to search
(Created page with "= Tasks = == Task 1: connect a Arduino Nano ESP32 board == * connect the board * control the internal RGB LED == Task 2: connect a Arduino Nano Connect RP2040 == * connect...") |
|||
Line 25: | Line 25: | ||
== Task 3: connect both boards to WIFI == | == Task 3: connect both boards to WIFI == | ||
− | * connect both boards to WIFI using [Tutorial_Network] | + | * connect both boards to WIFI using [[Tutorial_Network]] |
* use the Arduino Nano ESP32 as output (showing a color) | * use the Arduino Nano ESP32 as output (showing a color) | ||
* use the Arduino Nano Connect RP2040 as input (recognize with rules 3 gestures) | * use the Arduino Nano Connect RP2040 as input (recognize with rules 3 gestures) |
Revision as of 16:57, 28 March 2024
Contents
Tasks
Task 1: connect a Arduino Nano ESP32 board
- connect the board
- control the internal RGB LED
Task 2: connect a Arduino Nano Connect RP2040
- connect the board
- read the accelerometer and the gyro and show it in the notebook
Task 2.1: is it moved?
- read acceleration and gyro
- calculate the differences between values
- show an ouput when it is move
- create a file on the device that logs, when it is moved
Task 2.2: it was turned upside down?
- read acceleration and gyro
- make a rule based "AI" that records
- it was put upside down
- it was turned 360
- it was moved "quickly"
Task 3: connect both boards to WIFI
- connect both boards to WIFI using Tutorial_Network
- use the Arduino Nano ESP32 as output (showing a color)
- use the Arduino Nano Connect RP2040 as input (recognize with rules 3 gestures)