SkillAgentSearch skills...

Espism

A low cost ISM radio to wifi gateway

Install / Use

/learn @kanflo/Espism
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Espism

This repo contins schematics and code to build a low cost ISM radio to wifi gateway.

Look at hardware/v4 for the hardware and verification for the software used to do hardware verification. The directory mqtt_sniffer contains an ISM to MQTT sniffer. Blog post is here.

Building

git clone https://github.com/kanflo/espism.git
cd espism
git submodule init && git submodule update
cd mqtt_sniffer
vi esp-open-rtos/include/private_ssid_config.h # Fix wifi credentials
make && make flash

Wifi credentials, in case you did not know, are written to esp-open-rtos/include/private_ssid_config.h as

#define WIFI_SSID "your ssid"
#define WIFI_PASS "your key"
View on GitHub
GitHub Stars42
CategoryDevelopment
Updated2mo ago
Forks3

Languages

C

Security Score

95/100

Audited on Jan 5, 2026

No findings