All Projects → kanflo → espism

kanflo / espism

Licence: MIT license
A low cost ISM radio to wifi gateway

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to espism

Unimidi
Realtime MIDI IO for Ruby
Stars: ✭ 229 (+502.63%)
Mutual labels:  hardware
AXIOM-Remote
A device to control AXIOM cameras.
Stars: ✭ 24 (-36.84%)
Mutual labels:  hardware
me
记录和分享技术的博客
Stars: ✭ 17 (-55.26%)
Mutual labels:  hardware
Thinkfan
The minimalist fan control program
Stars: ✭ 237 (+523.68%)
Mutual labels:  hardware
basic-ecp5-pcb
Reference design for Lattice ECP5 FPGA. Featuring Raspberry Pi interface and 6 PMODs
Stars: ✭ 71 (+86.84%)
Mutual labels:  hardware
arduino-midi-footswitch
USB MIDI Pedal built with Arduino
Stars: ✭ 24 (-36.84%)
Mutual labels:  hardware
Hastlayer Sdk
Turning .NET assemblies into FPGA hardware for faster execution and lower power usage. See the Readme and https://hastlayer.com.
Stars: ✭ 226 (+494.74%)
Mutual labels:  hardware
3d printed keyboard
A fully 3D printed computer keyboard
Stars: ✭ 31 (-18.42%)
Mutual labels:  hardware
diy-synths
List of open-source synths 🎹
Stars: ✭ 56 (+47.37%)
Mutual labels:  hardware
dashcam-rs
Prototype car dashboard camera developed using embedded Rust.
Stars: ✭ 28 (-26.32%)
Mutual labels:  hardware
Open Electronics
📚 💻 Great Resources for Electronics Enthusiasts
Stars: ✭ 242 (+536.84%)
Mutual labels:  hardware
awesome-hwd-tools
A curated list of awesome open source hardware design tools
Stars: ✭ 42 (+10.53%)
Mutual labels:  hardware
SDR Matlab LTE
📡 Using Software Designed Radio to transmit LTE downlink signals at 2.4 GHz
Stars: ✭ 21 (-44.74%)
Mutual labels:  hardware
Axi
AXI SystemVerilog synthesizable IP modules and verification infrastructure for high-performance on-chip communication
Stars: ✭ 227 (+497.37%)
Mutual labels:  hardware
cyclops
Precision current source, with optional optical feedback, for driving LEDs and laser diodes
Stars: ✭ 38 (+0%)
Mutual labels:  hardware
Pikvm
Open and cheap DIY IP-KVM based on Raspberry Pi
Stars: ✭ 3,950 (+10294.74%)
Mutual labels:  hardware
audio-digitization-toolkit
A list of resources for setting up an audio digitization workflow
Stars: ✭ 13 (-65.79%)
Mutual labels:  hardware
TENET
An analytical framework that models hardware dataflow of tensor applications on spatial architectures using the relation-centric notation.
Stars: ✭ 53 (+39.47%)
Mutual labels:  hardware
PsxNewLib
Playstation controller interface library for Arduino
Stars: ✭ 81 (+113.16%)
Mutual labels:  hardware
Hardware.Info
Battery, BIOS, CPU - processor, storage drive, keyboard, RAM - memory, monitor, motherboard, mouse, NIC - network adapter, printer, sound card - audio card, graphics card - video card. Hardware.Info is a .NET Standard 2.0 library and uses WMI on Windows, /dev, /proc, /sys on Linux and sysctl, system_profiler on macOS.
Stars: ✭ 238 (+526.32%)
Mutual labels:  hardware

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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].