Pinned Repositories
Duet
ESP8266_DynDNS
This is my experiment to create an ESP8266 based DDNS client to update the IP address on domain.google.com
i2c_port_address_scanner
This code scans the ports D0 - D7 on an esp8266 looking for i2c devices, if a device is found its address is displayed. It helps eliminate doubts of improper wiring of i2c devices
jainrk.github.io
Personal Webpage
NPT_OLED
Use an ESP8266 to obtain NIST/NTP time and display it on a SSD1306 OLED.
NTPClient
This class encapsulates
RepRapFirmware
OO C++ RepRap Firmware
TimeLibPlusPlus
This repository is my attempt to take TimeLib.h and convert it to C++ class TimeClass as a virtual base class. The classes NISTClass and DS1307RTCClass are the derived class of TimeClass
WiFiConnect
The WiFiConnect class encapsulates everything need to connect an ESP8266 to a router.
jainrk's Repositories
jainrk/i2c_port_address_scanner
This code scans the ports D0 - D7 on an esp8266 looking for i2c devices, if a device is found its address is displayed. It helps eliminate doubts of improper wiring of i2c devices
jainrk/NPT_OLED
Use an ESP8266 to obtain NIST/NTP time and display it on a SSD1306 OLED.
jainrk/TimeLibPlusPlus
This repository is my attempt to take TimeLib.h and convert it to C++ class TimeClass as a virtual base class. The classes NISTClass and DS1307RTCClass are the derived class of TimeClass
jainrk/Duet
jainrk/ESP8266_DynDNS
This is my experiment to create an ESP8266 based DDNS client to update the IP address on domain.google.com
jainrk/jainrk.github.io
Personal Webpage
jainrk/NTPClient
This class encapsulates
jainrk/RepRapFirmware
OO C++ RepRap Firmware
jainrk/WiFiConnect
The WiFiConnect class encapsulates everything need to connect an ESP8266 to a router.