Pinned Repositories
M5ez
Complete interface builder for the M5Stack, an ESP32 based mini tinker-computer
ESP32_RTC_EEPROM
EEPROM for ESP32 that uses Real-Time Clock RAM instead of NVS flash as a store. Survives ESP32's deep sleep, not reset or power-cycle. Can back up to flash.
ezTime
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
heltec_esp32_lora_v3
Proper working Arduino library for the Heltec ESP32 LoRa v3 board, as well as for Wireless Stick v3 and Wireless Stick Lite v3. Uses RadioLib
hyper-pi
Making a usable handheld device using a Raspberry Pi Zero and a HyperPixel 4" capacitive touch screen.
i2c_manager
Fully thread-safe I2C bus communication ESP-IDF component.
LoRaWAN_ESP32
ESP32 persistence (deep sleep) code for RadioLib LoRaWAN. Can also manage provisioning data
m5core2_esp-idf_demo
M5Stack Core2 basic example with plain ESP-IDF (no Arduino)
OOKwiz
Library for receiving, analysing, decoding, encoding and transmitting On/Off keyed signals.
truetype2gfx
Converting fonts from TrueType to Adafruit GFX
ropg's Repositories
ropg/heltec_esp32_lora_v3
Proper working Arduino library for the Heltec ESP32 LoRa v3 board, as well as for Wireless Stick v3 and Wireless Stick Lite v3. Uses RadioLib
ropg/ezTime
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
ropg/i2c_manager
Fully thread-safe I2C bus communication ESP-IDF component.
ropg/LoRaWAN_ESP32
ESP32 persistence (deep sleep) code for RadioLib LoRaWAN. Can also manage provisioning data
ropg/m5core2_esp-idf_demo
M5Stack Core2 basic example with plain ESP-IDF (no Arduino)
ropg/ipocalypse
FreeBSD jails with web servers on a single IPv4 address
ropg/pfedit
Edit FreeBSD's /etc/pf.conf. Auto-reverts if you lock yourself out.
ropg/OOKwiz
Library for receiving, analysing, decoding, encoding and transmitting On/Off keyed signals.
ropg/ESP32_RTC_EEPROM
EEPROM for ESP32 that uses Real-Time Clock RAM instead of NVS flash as a store. Survives ESP32's deep sleep, not reset or power-cycle. Can back up to flash.
ropg/HotButton
Button library for Arduino. The usual, plus "if (button.event(LONG, SHORT, LONG))" and more.
ropg/LVGL_CYD
Using the "Cheap Yellow Display" with LVGL graphics library.
ropg/tweetzhot
Screenshots of single tweets / replies
ropg/atom2radio
Adapter between M5Atom / M5AtomS3 and common radio boards with 2x4 pin header
ropg/heltec_boards
Arduino Board manager definitions for a few Heltec boards
ropg/zhot
Web screenshots made super-easy
ropg/board_definitions
ropg/board_experiments
ropg/compressedstorage
Transparent proxy to compress data in localStorage or sessionStorage
ropg/library-registry
Arduino Library Manager list
ropg/litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
ropg/local-session-storage-proxy
Work with window.localStorage, window.sessionStorage as if it were an object, using ES6 Proxy
ropg/lvgl
Powerful and easy-to-use embedded GUI library with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
ropg/lvgl_esp32_drivers
Drivers for ESP32 to be used with LVGL
ropg/openwrt
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
ropg/RadioLib
Universal wireless communication library for embedded devices
ropg/SARveillance
Sentinel-1 SAR time series analysis for OSINT use
ropg/spi_lcd_read
Tiny simple library to read data from registers on this class of simple and cheap SPI LCD controllers (ILI9341, ST7789, etc).
ropg/ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
ropg/storage-as-an-object
localStorage or sessionStorage for objects
ropg/uniqarray
Array that will only ever hold unique values