ESP32 BLECollector Versions Save

ᛡᛒ BLE Scanner + Data persistence on SD Card for M5Stack, M5Core2, Odroid-Go, ESP32-Wrover-Kit and other models

1.6.1

11 months ago

image

What's Changed

  • S3Box support
  • M5Stack CoreS3 support

Full Changelog: https://github.com/tobozo/ESP32-BLECollector/compare/1.6.0...1.6.1

1.6.0

2 years ago

image

  • Fixed board name for TWatch (sdk 1.0.5)
  • General UI tweaks + Fix for DivideByZero in map() (sdk 1.0.5)
  • Migrated to esp32-arduino core 2.0.0
  • M5Core2 tweaks (removed touch support, now emulating buttons)
  • Moved binary build script from travis to gh-actions

1.5.0

3 years ago

image

M5Core2 support

  • Touch buttons
  • RTC
  • Core affinity
  • NTP WiFi sync.

Deprecation

  • FTPServer has been removed.
  • BLE File sharing is disabled (broken since NimBLE)

1.4.2

3 years ago

image

NimBLE / LovyanGFX Breaking changes

Bugfixes

  • BLECollector was crashing on specific builds with PSRam enabled
  • NTP Sync wasn't fully hourly

Features

  • HID: added support for Radomir's XPad Shield
  • WiFi / FTP can now be enabled from the config

1.3.2

4 years ago

image

Added precompiled binaries for M5Stack classic, M5Stack Fire and Odroid-Go

1.3

4 years ago

image

Support:

  • Improved support for M5Stack classic
  • Added support for D-Duino-32-XS (see [esp32-chimera-core]https://github.com/tobozo/ESP32-Chimera-Core() for board setup)

UI Features:

  • Moved all system signals into a smartphone-like icon bar (upper right corner)
  • Added brightness control (via button or serial, persistent)
  • Improved portrait / landscape / square modes
  • Increased the avatarized MAC addresses size in BLECards
  • Re-used the available space to add the hall of Macs widget (lower left corner, sorted by date/hits)

image

1.2

4 years ago

image

In this intermediate release, display config complexity has been moved into the perimeter of an external library: ESP32-Chimera-Core.

This library removes the burden of choosing and configuring TFT/SD/buttons/speaker drivers depending on the board selected in the Arduino boards menu.

It is is based on M5Stack core, and its multi device support is currently limited to: M5Stack, Odroid-Go, TTGO-T1, WROVER-Kit ... maybe your build ?

  • Landscape / portrait mode: because hardware scrolling direction isn't always a choice
  • Screenshots saved in jpeg format
  • Time Sharing: equip just one BLECollector with a RTC module and it'll share time with other BLECollectors!
  • File Sharing: easily deploy the necessary .db files between BLECollector peers

1.0.0

5 years ago

image

  • Interface redesign
  • Code refactoring (well, more of cleaning some of the dirt)
  • RTC modes (for testing without RTC module)