UBISS2024

From Sketching with Hardware at LMU Wiki
Revision as of 17:55, 28 March 2024 by Skwhadmin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)