Skip to content

Releases: Shaztech/Pilldispenser

Pre-compiled Binary ESP32 (v1.5)

07 May 10:48
709388f
Compare
Choose a tag to compare

New features (v1.4 included in v1.5):
-Button to turn off the LCD on the main screen (requested).

Fix (v1.5):
-Remove duplicates Telegram messages if more than one tray was in alert at the same time.

Follow the readme file to flash the first Firmware Installation, or use OTA Update page to update.

Pre-compiled Binary ESP32 (v1.3)

17 Apr 18:58
Compare
Choose a tag to compare

New features:
-Button to advance tray "half-step" when it's misalligned.

The first Firmware Installation:
-Download the 5 bin files in this release
-Download the esptool.exe from here [https://github.com/espressif/esptool/releases/tag/v4.7.0]
-Copy the 5 bin files to the root of the folder (with esptool.exe)
-Connect your device (the ESP32 module with the LCD) to your computer via USB
-Find the Serial COM port number (in device manager)
-open a command line inside your folder and type, change the COM port that match your device:

esptool.exe --chip esp32 --port COM4 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 PillDispenser.bootloader.v1_3.bin 0x8000 PillDispenser.partitions.v1_3.bin 0xe000 boot_app0.bin 0x10000 PillDispenser.esp32.v1_3.bin 0x3D0000 PillDispenser.spiffs.v1_3.bin

In the future if there's an update:
Use the OTA update page in the web portal of the device, only 2 bin files are needed (esp32 and spiff)

Pre-compiled Binary ESP32 (v1.2)

06 Apr 14:42
Compare
Choose a tag to compare

Fixes:
-The alarm was sounding when the screen "Pick your pill" wasn't dismissed

New features:
-Telegram integration
You can now receive a message in telegram when an alert is in progress, you can choose the delay of the message (Instant to one hour) after the alert.

The first Firmware Installation:
-Download the 5 bin files in this release
-Download the esptool.exe from here [https://github.com/espressif/esptool/releases/tag/v4.7.0]
-Copy the 5 bin files to the root of the folder (with esptool.exe)
-Connect your device (the ESP32 module with the LCD) to your computer via USB
-Find the Serial COM port number (in device manager)
-open a command line inside your folder and type, change the COM port that match your device:

esptool.exe --chip esp32 --port COM4 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 PillDispenser.bootloader.v1_2.bin 0x8000 PillDispenser.partitions.v1_2.bin 0xe000 boot_app0.bin 0x10000 PillDispenser.esp32.v1_2.bin 0x3D0000 PillDispenser.spiffs.v1_2.bin

In the future if there's an update:
Use the OTA update page in the web portal of the device, only 2 bin files are needed (esp32 and spiff)

Pre-compiled Binary ESP32 (v1.1)

27 Mar 21:45
Compare
Choose a tag to compare

Fixes:
-LED flash glitches
-LED pixel address
-Mute fonction wasn't working

New features (check the user manual):
-Checkmarks system
-Douple dispense alerts message
-Dismiss alerts

The first Firmware Installation:
-Download the 5 bin files in this release
-Download the esptool.exe from here https://github.com/espressif/esptool/releases/tag/v4.7.0
-Copy the 5 bin files to the root of the folder (with esptool.exe)
-Connect your device (the ESP32 module with the LCD) to your computer via USB
-Find the Serial COM port number (in device manager)
-open a command line inside your folder and type, change the COM port that match your device:

esptool.exe --chip esp32 --port COM4 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 PillDispenser.bootloader.v1_1.bin 0x8000 PillDispenser.partitions.v1_1.bin 0xe000 boot_app0.bin 0x10000 PillDispenser.esp32.v1_1.bin 0x3D0000 PillDispenser.spiffs.v1_1.bin

In the future if there's an update:
Use the OTA update page in the web portal of the device, only 2 bin files are needed (esp32 and spiff)

Pre-compiled Binary ESP32 (v1.0)

22 Mar 01:29
4d957ad
Compare
Choose a tag to compare