Tag Archives: wifi

Connect to Wi-Fi with the Raspberry Pi Pico W

Checkout the getting started tutorial if you have no experience in programming the Raspberry Pi Pico. This tutorial will first discuss setting up Wi-Fi with the IOTroam service available at the University of Twente, then after that, give some alternatives to get connected, see “Other options”. Although this tutorial is for MicroPython, it is also … Continue reading Connect to Wi-Fi with the Raspberry Pi Pico W

Create a connected distance sensor with an ESP32 module

This short tutorial introduces the ESP32 module (a Lolin32 Lite) and connects an HC-SR04 Ultrasonic sensor. The entire prototype will be powered by a battery and sent its data to a webserver via Wifi. It is assumed you have installed the Arduino IDE and have some basic understanding of using electronics and wiring a breadboard. Although in … Continue reading Create a connected distance sensor with an ESP32 module