Skip to content

Instantly share code, notes, and snippets.

View petervanderwalt's full-sized avatar
🏠
Working from home

Peter van der Walt petervanderwalt

🏠
Working from home
  • Graaff-Reinet, Eastern Cape, South Africa
View GitHub Profile
@petervanderwalt
petervanderwalt / tz_data.json
Created June 19, 2024 17:02 — forked from alwynallan/tz_data.json
Worldwide timezone data for iotclock.js
{
"servers":[
{"name":"pool.ntp.org"},
{"name":"asia.pool.ntp.org"},
{"name":"europe.pool.ntp.org"},
{"name":"north-america.pool.ntp.org"},
{"name":"oceania.pool.ntp.org"},
{"name":"south-america.pool.ntp.org"}
],
"regions":[
@petervanderwalt
petervanderwalt / wifiscan_debug.ino
Created September 14, 2022 15:06 — forked from tablatronix/wifiscan_debug.ino
arduino esp8266 wifiscanner with detail, rssi sorting and duplicate filtering
/*
* This sketch demonstrates how to scan WiFi networks.
* The API is almost the same as with the WiFi Shield library,
* the most obvious difference being the different file you need to include:
*/
#include "ESP8266WiFi.h"
void setup() {
Serial.begin(115200);
// Serial.setDebugOutput(true);
@petervanderwalt
petervanderwalt / Attiny85_batteryMonitor.ino
Created October 19, 2018 13:07 — forked from dwhacks/Attiny85_batteryMonitor.ino
Attiny battery monitor with tiny core.
/*
Attiny85_batteryMonitor
Ideas borrowed from: https://github.com/unixbigot/Flat-Mate
modified for arduino tiny core by DWhacks
*@@ Voltage trigger levels.
*