{"id":31748163,"url":"https://github.com/chickendrop89/espnrf24-jammer","last_synced_at":"2026-05-07T09:36:42.638Z","repository":{"id":318350193,"uuid":"1070266077","full_name":"chickendrop89/ESPnRF24-Jammer","owner":"chickendrop89","description":"A low-power 2,4GHz wireless jammer based on ESP32 and nRF24LO1+PA+LNA (PlatformIO)","archived":false,"fork":false,"pushed_at":"2026-03-03T23:45:36.000Z","size":105,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-04T03:51:30.238Z","etag":null,"topics":["24ghz","bluetooth","drone","esp32","esp32s3-devkitc-1","jammer","jamming","nrf24","nrf24l01","platformio","rf24","si24r1","wifi","zigbee"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chickendrop89.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://github.com/chickendrop89/chickendrop89/blob/main/DONATE.md"}},"created_at":"2025-10-05T15:47:30.000Z","updated_at":"2026-03-03T23:45:40.000Z","dependencies_parsed_at":"2025-10-06T18:28:32.171Z","dependency_job_id":"8fd11142-d846-4b58-851e-2b6f92f8767e","html_url":"https://github.com/chickendrop89/ESPnRF24-Jammer","commit_stats":null,"previous_names":["chickendrop89/espnrf24-jammer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chickendrop89/ESPnRF24-Jammer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendrop89%2FESPnRF24-Jammer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendrop89%2FESPnRF24-Jammer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendrop89%2FESPnRF24-Jammer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendrop89%2FESPnRF24-Jammer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chickendrop89","download_url":"https://codeload.github.com/chickendrop89/ESPnRF24-Jammer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chickendrop89%2FESPnRF24-Jammer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["24ghz","bluetooth","drone","esp32","esp32s3-devkitc-1","jammer","jamming","nrf24","nrf24l01","platformio","rf24","si24r1","wifi","zigbee"],"created_at":"2025-10-09T13:54:29.885Z","updated_at":"2026-05-07T09:36:42.633Z","avatar_url":"https://github.com/chickendrop89.png","language":"C++","funding_links":["https://github.com/chickendrop89/chickendrop89/blob/main/DONATE.md"],"categories":[],"sub_categories":[],"readme":"# ESPnRF24 Jammer\nA low-power 2,4GHz wireless jammer based on `ESP32` and `nRF24LO1+PA+LNA`\n\n## Features\n\n- A web interface for control and settings\n- Multiple jamming modes:\n  - WiFi (2.4 GHz)\n  - Bluetooth, BLE\n  - Zigbee\n  - Drones\n  - Custom frequency ranges\n- Configurable `TX` power in the interface\n- A captive portal to redirect user to the interface automatically\n- `SSD1306` OLED display support for basic status\n- Various configuration options\n- And more\n\n## Hardware Requirements\n\nFor this project, i have used my cheap `esp32s3-devkitc-1`\n\nHowever any other `ESP32` board with these specs will work too:\n  - Dual-core chip\n  - Two usable SPI buses\n  - 1MB or more `ROM` + room for SPIFFS\n\nFor the componenets:\n  - 2x `nRF24L01+PA+LNA` modules\n  - 2x `100uF` electrolytic capacitors of any voltage\n  - Optionally, `SSD1306` OLED display (preferably `128x64`)\n  - Prototype/Bread board, and some wiring\n\n## Assembling\n\n- Solder the capacitors across the `VCC` and `GND` pins of each `nRF24` module\n- Wire the display/radio modules to your `ESP32` board according to the pinout\nand your pin configuration in `include/options.h`\n\n## Building\n\n1. Install VSCode and PlatformIO\n2. Edit preferences in `include/options.h`\n3. If using a different board, port it into `platformio.ini`\n4. Upload the code, and the SPIFFS filesystem image via platform tasks\n\n## WebUI\n\u003cimg width=\"1080\" height=\"512\" alt=\"WebUI\" src=\"https://github.com/user-attachments/assets/8e401b94-a49b-4b02-bb4f-1be372aa586a\" /\u003e\n\n# Credits\nThis code is my refactor of https://github.com/W0rthlessS0ul/nRF24_jammer with extra features\n\n\u003e [!WARNING] \n\u003e This project is for educational and research purposes only. The use of radio frequency jammers is illegal in many countries. You are responsible for complying with all local laws. Misuse can result in severe legal penalties, including fines and imprisonment. The creators are not liable for any misuse.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchickendrop89%2Fespnrf24-jammer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchickendrop89%2Fespnrf24-jammer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchickendrop89%2Fespnrf24-jammer/lists"}