Skip to content

Releases: ElectronicCats/Minino

v1.1.6.0

31 Dec 19:21
582d90b
Compare
Choose a tag to compare

The News!!

This version adds or contains:

  • Light Sleep mode
  • UART bridge via Minino console
  • WiFi deauthentication detector
  • I2C Scanner improvements
  • Minor changes and improvements to Minino console

Important

OTA require 8MB, if you want build it for other memory capacity, compile without the OTA.

WIFI

  • Wardriving
  • WiFi sniffer
  • WiFi deauther
  • DOS Attack (Control with Console and Minino)
  • Analyzer
  • SSID Spammer
  • WiFi deauthentication detector
  • Wireshark integration

BLE

  • BLE ADV Sniffer (Wireshark Integration)
  • BLE Spammer
  • BLE Spoffing (HID device, audio control)
  • BLE Trackers Scanner (AirTags, Tile, etc)
  • Wireshark integration

Zigbee

  • Zigbee sniffer
  • Zigbee spoofing (Switch End Device)
  • Wardriving
  • Wireshark integration

Thread

  • Thread sniffer
  • Thread broadcast
  • Wardriving
  • Wireshark integration

Matter

  • Matter protocol support
  • Matter CLI
  • Matter Spoof

Tools

  • OTA Firmware Update
  • GPS Location
  • GPS Speed
  • GPS Time
  • GPS Sleep
  • SD
  • File Manager Web (Local AP and WIFI access)
  • File Manager Local
  • Serial CMD Commander
  • I2C Scanner
  • UART bridge via Minino console (UART2)

Settings

  • Change screensaver
  • Change time screensaver
  • Stealth mode (Disable animation, leds and sound)
  • APP selection
  • - [x] Light Sleep Mode
  • Deep Sleep Mode

APP selection

Inside the firmware folder, you need to use the idf.py menuconfig and select the APPS and Features menu, this show the current apps and you can check or uncheck the apps that you need. Then build and upload.

Flashing release

OTA

Table for ESP Tool

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x15000 ota_data_initial.bin
0xa0000 minino.bin

Command

 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x15000 ota_data_initial.bin 0xa0000 minino.bin

NO OTA

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x20000 minino.bin
 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x20000 minino.bin

What's Changed

Full Changelog: v1.1.5.0...v1.1.6.0

v1.6

30 Dec 19:01
Compare
Choose a tag to compare

What's Changed

  • Schematic: pin GPS ON/OFF Stanby Mode and DNP R2 by @sabas1080 in #17
  • Add Pullup Button Select for DeepSleep

Full Changelog: v1.1.5.1...v1.6

v1.1.5.1

13 Dec 18:51
e534ed2
Compare
Choose a tag to compare

Fix

  • Fix Wardriving header

Important

OTA require 8MB, if you want build it for other memory capacity, compile without the OTA.

WIFI

  • Wardriving
  • WiFi sniffer
  • WiFi deauther
  • DOS Attack (Control with Console and Minino)
  • Analyzer
  • SSID Spammer
  • Wireshark integration

BLE

  • BLE ADV Sniffer (Wireshark Integration)
  • BLE Spammer
  • BLE Spoffing (HID device, audio control)
  • BLE Trackers Scanner (AirTags, Tile, etc)
  • Wireshark integration

Zigbee

  • Zigbee sniffer
  • Zigbee spoofing (Switch End Device)
  • Wardriving
  • Wireshark integration

Thread

  • Thread sniffer
  • Thread broadcast
  • Wardriving
  • Wireshark integration

Matter

  • Matter protocol support
  • Matter CLI
  • Matter Spoof

Tools

  • OTA Firmware Update
  • GPS Location
  • GPS Speed
  • GPS Time
  • SD
  • File Manager Web (Local AP and WIFI access)
  • File Manager Local
  • Serial CMD Commander
  • I2C Scanner
  • UART2

Settings

  • Change screensaver
  • Change time screensaver
  • Stealth mode (Disable animation, leds and sound)
  • APP selection

APP selection

Inside the firmware folder, you need to use the idf.py menuconfig and select the APPS and Features menu, this show the current apps and you can check or uncheck the apps that you need. Then build and upload.

Flashing release

OTA

Table for ESP Tool

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x15000 ota_data_initial.bin
0xa0000 minino.bin

Command

 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x15000 ota_data_initial.bin 0xa0000 minino.bin

NO OTA

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x20000 minino.bin
 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x20000 minino.bin

What's Changed

Full Changelog: v1.1.5.0...v1.1.5.1

v1.1.5.0

11 Dec 19:37
8ed29da
Compare
Choose a tag to compare

The News!!

This version adds or contains:

  • Zigbee Wardriving
  • SSID Spammer
  • I2C Scanner
  • Fix Bugs

Important

OTA require 8MB, if you want build it for other memory capacity, compile without the OTA.

WIFI

  • Wardriving
  • WiFi sniffer
  • WiFi deauther
  • DOS Attack (Control with Console and Minino)
  • Analyzer
  • SSID Spammer
  • Wireshark integration

BLE

  • BLE ADV Sniffer (Wireshark Integration)
  • BLE Spammer
  • BLE Spoffing (HID device, audio control)
  • BLE Trackers Scanner (AirTags, Tile, etc)
  • Wireshark integration

Zigbee

  • Zigbee sniffer
  • Zigbee spoofing (Switch End Device)
  • Wardriving
  • Wireshark integration

Thread

  • Thread sniffer
  • Thread broadcast
  • Wardriving
  • Wireshark integration

Matter

  • Matter protocol support
  • Matter CLI
  • Matter Spoof

Tools

  • OTA Firmware Update
  • GPS Location
  • GPS Speed
  • GPS Time
  • SD
  • File Manager Web (Local AP and WIFI access)
  • File Manager Local
  • Serial CMD Commander
  • I2C Scanner
  • UART2

Settings

  • Change screensaver
  • Change time screensaver
  • Stealth mode (Disable animation, leds and sound)
  • APP selection

APP selection

Inside the firmware folder, you need to use the idf.py menuconfig and select the APPS and Features menu, this show the current apps and you can check or uncheck the apps that you need. Then build and upload.

Flashing release

OTA

Table for ESP Tool

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x15000 ota_data_initial.bin
0xa0000 minino.bin

Command

 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x15000 ota_data_initial.bin 0xa0000 minino.bin

NO OTA

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x20000 minino.bin
 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x20000 minino.bin

What's Changed

Full Changelog: v1.1.4.0...v1.1.5.0

v1.1.4.0

27 Nov 16:29
99094fa
Compare
Choose a tag to compare

The News!!

This version adds or contains:

Important

OTA require 8MB, if you want build it for other memory capacity, compile without the OTA.

WIFI

  • Wardriving
  • WiFi sniffer
  • WiFi deauther
  • DOS Attack (Control with Console and Minino)
  • Analyzer
  • Wireshark integration

BLE

  • BLE Sniffer
  • BLE Spammer
  • BLE Spoffing (HID device, audio control)
  • BLE Trackers Scanner (AirTags, Tile, etc)
  • Wireshark integration

Zigbee

  • Zigbee sniffer
  • Zigbee spoofing (Switch End Device)
  • Wardriving
  • Wireshark integration

Thread

  • Thread sniffer
  • Thread broadcast
  • Wardriving
  • Wireshark integration

Matter

  • Matter protocol support
  • Matter CLI
  • Matter Spoof

Tools

  • OTA Firmware Update
  • GPS Location
  • GPS Speed
  • GPS Time
  • SD
  • File Manager Web (Local AP and WIFI access)
  • File Manager Local
  • Serial CMD Commander
  • I2C Scanner
  • UART2

Settings

  • Change screensaver
  • Change time screensaver
  • Stealth mode (Disable animation, leds and sound)
  • APP selection

APP selection

Inside the firmware folder, you need to use the idf.py menuconfig and select the APPS and Features menu, this show the current apps and you can check or uncheck the apps that you need. Then build and upload.

Flashing release

OTA

Table for ESP Tool

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x15000 ota_data_initial.bin
0xa0000 minino.bin

Command

 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x15000 ota_data_initial.bin 0xa0000 minino.bin

NO OTA

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x20000 minino.bin
 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x20000 minino.bin

What's Changed

Full Changelog: v1.1.3.0...v1.1.4.0

v1.1.3.0

14 Nov 18:27
a21a623
Compare
Choose a tag to compare

The News!!

This version adds or contains:

  • feat: Add changes for badge compatibilities

Important

OTA require 8MB, if you want build it for other memory capacity, compile without the OTA.

WIFI

  • Wardriving
  • WiFi sniffer
  • WiFi deauther
  • DOS Attack (Control with Console and Minino)
  • Analyzer
  • Wireshark integration

BLE

  • BLE Sniffer
  • BLE Spammer
  • BLE Spoffing (HID device, audio control)
  • BLE Trackers Scanner (AirTags, Tile, etc)
  • Wireshark integration

Zigbee

  • Zigbee sniffer
  • Zigbee spoofing (Switch End Device)
  • Wardriving
  • Wireshark integration

Thread

  • Thread sniffer
  • Thread broadcast
  • Wardriving
  • Wireshark integration

Matter

  • Matter protocol support
  • Matter CLI
  • Matter Spoof

Tools

  • OTA Firmware Update
  • GPS Location
  • GPS Speed
  • GPS Time
  • SD
  • File Manager Web (Local AP and WIFI access)
  • File Manager Local
  • I2C Scanner
  • UART2

Settings

  • Change screensaver
  • Change time screensaver
  • Stealth mode (Disable animation, leds and sound)
  • APP selection

APP selection

Inside the firmware folder, you need to use the idf.py menuconfig and select the APPS and Features menu, this show the current apps and you can check or uncheck the apps that you need. Then build and upload.

Flashing release

OTA

Table for ESP Tool

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x15000 ota_data_initial.bin
0xa0000 minino.bin

Command

 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x15000 ota_data_initial.bin 0xa0000 minino.bin

NO OTA

Flash Address File
0x0 bootloader.bin
0x8000 partition-table.bin
0x20000 minino.bin
 python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader.bin 0x8000 partition-table.bin 0x20000 minino.bin

What's Changed

Full Changelog: v1.1.2.0...v1.1.3.0

v1.1.2.1

11 Dec 19:26
8bd7c11
Compare
Choose a tag to compare
Merge pull request #11 from ElectronicCats/dev

Fix Wardriving bugs

v1.1.2.0

11 Dec 19:28
e6580dd
Compare
Choose a tag to compare
Merge pull request #8 from ElectronicCats/dev

feat: Prerelease v1.2.0.0

v1.5

22 Aug 16:34
d3b1cd3
Compare
Choose a tag to compare
  • New hardware release

v1.1.0.0

01 Aug 23:53
f679a77
Compare
Choose a tag to compare

WIFI

  • Wardriving
  • WiFi sniffer
  • WiFi deauther
  • DOS Attack (Control with Console and Minino)
  • Analizer
  • Wireshark integration

BLE

  • BLE Sniffer
  • BLE Spammer
  • BLE Spoffing
  • BLE Trackers Scanner (AirTags, Tile, etc)
  • Wireshark integration

Zigbee

  • Zigbee sniffer
  • Zigbee spoofing (Switch End Device)
  • Wardriving
  • Wireshark integration

Thread

  • Thread sniffer
  • Thread broadcast
  • Wardriving
  • Wireshark integration

Matter

  • Matter protocol support
  • Matter CLI

Tools

  • OTA Firmware Update
  • GPS Location
  • GPS Speed
  • GPS Time
  • SD
  • File Manager Web (Local AP and WIFI access)
  • File Manager Local
  • I2C Scanner
  • UART2

Flash with:

python3 -m esptool --chip esp32c6 -b 460800  --port {PORT} --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bootloader/bootloader.bin 0xa0000 minino.bin 0x8000 partition_table/partition-table.bin 0x15000 ota_data_initial.bin

Settings