the original goal was simple is to create a hardware hacking and rf device inspired by devices Flipper Zero but at a much lower price and with more powerful hardware and having every single feature i have dreamed for
I wanted to create a device that students, makers, and hardware guys could afford many existing devices are expensive or difficult to get in my region, so I started designing a platform that could combine wireless experimentation , hardware development, electronics tools, and educational features into a single device. hizmos started as a very simple project but now it is a very unique and cool device mixing the powerful software, hardware affordabilty and opensource
hizmos firmware (Beta 1.3)
This repository contains firmware in development for the hizmos Warning: this firmware is in its beta phase and is still in the development process
We are using the latest Espressif chips:
| Target | Status |
|---|---|
| ESP32-S3 | Main Development |
| Module | Use |
|---|---|
| ESP32 S3 | Main MCU |
| i2c OLED 12864 | THE MAIN DISPLAY |
| 2X NRF24L01 | 2.4GHZ TRANSCEIVER |
| ir led & RECEIVER | IR REMOTE |
| CC1101 | SUBGHZ TRANSCEIVER |
| SPI SD CARD module | sd card |
ESP32-S3
│
├── I2C
│ ├── SDA → GPIO8
│ └── SCL → GPIO9
│
├── IR
│ ├── TX → GPIO35
│ └── RX → GPIO36
│
├── nRF24 #1
│ ├── CE → GPIO10
│ ├── CSN → GPIO11
│ ├── SCK → GPIO18
│ ├── MISO → GPIO16
│ └── MOSI → GPIO17
│
├── nRF24 #2
│ ├── CE → GPIO12
│ ├── CSN → GPIO13
│ ├── SCK → GPIO18
│ ├── MISO → GPIO16
│ └── MOSI → GPIO17
│
├── CC1101 #1
│ ├── CS → GPIO45
│ ├── GDO0 → GPIO21
│ ├── GDO2 → GPIO47
│ ├── SCK → GPIO15
│ ├── MISO → GPIO3
│ └── MOSI → GPIO46
│
├── CC1101 #2
│ ├── CS → GPIO40
│ ├── GDO0 → GPIO41
│ ├── GDO2 → GPIO42
│ ├── SCK → GPIO15
│ ├── MISO → GPIO3
│ └── MOSI → GPIO46
│
├── SD Card
│ ├── CS → GPIO37
│ ├── SCK → GPIO14
│ ├── MISO → GPIO39
│ └── MOSI → GPIO38
│
└── Buttons
├── UP → GPIO4
├── DOWN → GPIO5
├── SELECT → GPIO6
├── BACK → GPIO7
├── LEFT → GPIO1
└── RIGHT → GPIO2
Use the following files and flash addresses:
| Address | File |
|---|---|
| 0x0000 | HIZMOS_OLED_U8G2lib.ino.bootloader.bin |
| 0x8000 | HIZMOS_OLED_U8G2lib.ino.partitions.bin |
| 0x10000 | HIZMOS_OLED_U8G2lib.ino.bin |
- open https://esptool.spacehuhn.com/ or any other web flasher tool
- Click Connect and select your ESP32-S3 serial port
- Click Add File and add:
HIZMOS_OLED_U8G2lib.ino.bootloader.binat address0x0000HIZMOS_OLED_U8G2lib.ino.partitions.binat address0x8000HIZMOS_OLED_U8G2lib.ino.binat address0x10000
- Enable Erase Before Flashing
- click Program
- after flashing reboot the board
- Target chip: ESP32-S3(N16R8)
SubGhz: Spectrum graph, jammer, brute force, read, read raw, frequency analyzer
Infrared: Read remotes, save signals
BadUSB: Demo payload, keyboard emulation, HID script execution
NRF Tools: Signal analyzer, 2.4GHz jammer (specific channel), packet counter
File Manager: Browse, rename, delete files on SD card
Mini Apps: Calculator, Timer, Snake game, SD flasher, Flashlight, Academy, freq finder, safe mode
Settings: Show Usage, Format SD Card, Restart Device, SD Card Info, About, Check Connected Devices
Contact us on: https://www.instagram.com/hiktron/
get all new on : https://www.youtube.com/@HIKTRON

