Skip to content

Instantly share code, notes, and snippets.

@protongt
protongt / Master01.ino
Created November 29, 2020 08:25
ESP-NOW using WEMOS D1 mini Pro
//=================================================================================================//
// MASTER //
// Board : LOLIN (WEMOS) D1 MINI PRO //
// Upload speed : 92160 //
// CPU frequency : 80 Mhz //
// Flash size : 16MB (FS:14MB OTA:~1019KB //
// Debug port : Disabled //
// Debgu level : None //
// IwIP variant : v2 lower memory //
// VTables : Flash //
@protongt
protongt / IOT_energy_monitor_thingspeak.ino
Created March 27, 2020 07:57
IOT Thingspeak Energy Monitoring
#include <stdlib.h>
#include "EmonLib.h" // Include Emon Library
EnergyMonitor emon1; // Create an instance
#define SSID "SSID" // "WiFi Name"
#define PASS "PASSWORD" // "Password"
#define IP "184.106.153.149"// thingspeak.com ip
String msg = "GET /update?key=APIKEY"; //change it with your key...
#include "EmonLib.h" // Include Emon Library
#include <LCD5110_Graph_SPI.h>
EnergyMonitor emon1; // Create an instance
LCD5110 myGLCD (5,6,3);
extern unsigned char SmallFont[];
extern unsigned char TinyFont[];
void setup()
{
@protongt
protongt / Cuteduino_servo.ino
Created January 2, 2016 17:11
Coding for controlling servo using cuteduino
/*
Project Name : Servo control
Board : Cuteduino
Programmer : Eawan
9W2NFE.blogspot.com
~MechaMotion~
Menggunakan touch sensor activation
Menggunakan servo sebagai end effector
@protongt
protongt / Strobe.ino
Created December 30, 2015 19:00
Coding for LED strobe Light
/*
Project Name : LED Strobe Light
Board : Cuteduino
Programmer : Eawan
9W2NFE.blogspot.com
~MechaMotion~
*/
// the setup routine runs once when you press reset: