Project is an echo tcp server with Access Point
This is based of the following examples:
https://github.com/raspberrypi/pico-examples/tree/master/pico_w/wifi/tcp_server
https://github.com/raspberrypi/pico-examples/tree/master/pico_w/wifi/access_point
Read HC SR-04+ ultrasonic sensor and send data on tinyUSB.
Read HC SR-04 ultrasonic sensor and display data on LCD ili934x.
Read HC SR-04 ultrasonic sensor and display data on LCD ili934x using both core.
Read HC SR-04 ultrasonic sensor and display data on LCD ili934x using both core and queue between cores.
Read HC SR-04 ultrasonic sensor and send data on tinyUSB using both core.
Read HC SR-04 ultrasonic sensor and send data on tinyUSB using both core and queue between cores.
Calibrate the servo sending commands through tinyUSB.
Just using both core to display a timing.
This is an example how to read distance from IOE-SR05 ultrasonic using pio
This is an example how to read distance from IOE-SR05 ultrasonic using pio, second core and mutex to guard.
This is an example how to read distance from IOE-SR05 ultrasonic using harware uart
This is an example how to read distance from IOE-SR05 ultrasonic using hardware uart, second core and mutex to guard.