Skip to content

Instantly share code, notes, and snippets.

View NickChungVietNam's full-sized avatar

Phùng Thái Sơn NickChungVietNam

View GitHub Profile
@yaqwsx
yaqwsx / ESP32RangeTest-Slave.cpp
Last active February 26, 2024 09:34
Simple test for ESP32 WiFi range
#include <Arduino.h>
#include <WiFi.h>
#include <WiFiUdp.h>
#include <esp_wifi.h>
#include "peripherals.h"
#include "credentials.h"
Led redLed( GPIO_NUM_19 );
Led greenLed( GPIO_NUM_21 );
@yaqwsx
yaqwsx / ESP32RangeTest-Master.cpp
Last active September 5, 2022 03:47
Simple test for ESP32 WiFi range
#include <Arduino.h>
#include <WiFi.h>
#include <WiFiUdp.h>
#include <esp_wifi.h>
#include "peripherals.h"
#include "credentials.h"