How to ping a remote host from the ESP32, using the Arduino core
ESP32 Arduino: Getting station interface hostname
The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will learn how to obtain the hostname of the ESP32, using the Arduino core. To test this functionality, we will first connect the ESP32 to a WiFi network and then obtain the hostname. After that, …
Continue reading "ESP32 Arduino: Getting station interface hostname"
ESP32 Arduino: Receiving a ping
In this tutorial we will check how to send a ping to a ESP32 connected to a WiFi network. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to send a ping to a ESP32 connected to a WiFi network. We …
Micro:bit uPython: Pinging the UART OBLOQ
In this tutorial we will check how to connect the micro:bit board to the UART OBLOQ using the serial interface. Then, we will ping the UART OBLOQ to confirm the connection between the devices is working correctly. Introduction In this tutorial we will check how to connect the micro:bit board to the UART OBLOQ using …
Continue reading "Micro:bit uPython: Pinging the UART OBLOQ"
UART OBLOQ: Pinging the device
In this tutorial we will check how to ping the UART OBLOQ device, to make sure it is working properly and can answer our commands. Introduction In this tutorial we will check how to ping the UART OBLOQ device, to make sure it is working properly and can answer our commands. Since the only interface …
LinkIt Smart Duo: Connection to WiFi Network
The objective of this post is to explain how to connect the LinkIt Smart to a WiFi network and thus, making it able to access the Internet. Configuring the device In order to follow this tutorial, I strongly recommend you to complete the getting started tutorial first, which explains how to connect to the LinkIt Smart …
Continue reading "LinkIt Smart Duo: Connection to WiFi Network"