about
Leoni Voegelin
[c]2020, of all contents: Leoni Voegelin | Impressum
contact: leoni.voegelin[at]gmail.com
instagram
data base
veravoegelin
/
vimeo
Leoni Voegelin & Sebastian Altermatt
/
documentation
/
WORKSHOP
//
communicating objects
We will turn an ESP32 to a wifi access point and establish our own local network where devices can be connected over OSC
STEPS
set your ESP as an access point.
install OSC and write your messageSender and messageListener Script.
send some data \o/
1.
2.
3.
*** WORK IN PROGRESS ***
ESP32 DEVKIT
If you’re familiar with the ESP8266, the ESP32 is its sucessor. The ESP32 combines WiFi and Bluetooth wireless capabilities. It can be programmed it with the Arduino IDE, which makes it easy to enhance your project. To get started with the ESP32, check out this links: https://randomnerdtutorials.com/getting-started-with-esp32/ or http://hyperdramatik.net/mediawiki/index.php?title=ESP32_mit_Arduino
-

We want to use two ESPs, one as an sensor input device, which sends the data to the second, which will be our output device. To get there, we will turn one of the ESPs into an Wifi access point. With this access point, for other devices can log into the network and exchange data!
-