Skip to content

Releases: schreibfaul1/ESP32-MiniWebRadio

V3.4

26 Aug 17:20
632f59a
Compare
Choose a tag to compare
  • Sorted entries in the radio browser list
  • Automatic dimming of the display brightness when a BH1750 light sensor is connected (ESP32-S3 only)
  • The volume of the alarm is adjustable (can also be 0)
  • The volume of the radio after waking is adjustable
  • The volume levels are adjustable between 21...255
  • Improvements to the web server when loading files (HTTP /POST)
  • Replacement of stations.csv with stations.json
  • Changes to the station list are saved automatically
  • Stations can be cut and (or) moved within the list
  • Stations can be marked as favourites (no hiding as before)
  • Stations without favourites are marked grey in the selection list (web page and display)
  • The buttons prev/next station jump between the favourites
  • The buttons and icons have standardised symbols
  • Progressbar added in DLNA lsyout
  • Incorrect numbering in the audio player fixed
  • Faster start as the system no longer waits for the SNTP to be ready

V3.2

13 Jun 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.0.0...V3.2

last V2

09 Jan 20:26
Compare
Choose a tag to compare

This is the last version with the HW decoder VS1053

V2.14.0

08 Oct 10:06
b354bf2
Compare
Choose a tag to compare
Merge pull request #302 from schreibfaul1/dev

Version 2.14

impl stations list and audiofiles list

20 Aug 17:46
Compare
Choose a tag to compare

V2.8.0

17 Jun 16:40
Compare
Choose a tag to compare

new display layout with small buttons
add connection timeout for SSL and noneSSL
new TFT controller ST7796
better TP accuracy
some minor corrections

Arduino a component

06 May 15:05
Compare
Choose a tag to compare

With the precompiled Arduino, some streams cannot be played smoothly (often with a high bandwidth >256KBit/s and a low compression ratio).
To improve this, other settings regarding the TCP buffers (in the menuconfig of the IDE) are required. That is realized with this version.

DLNA Service

24 Mar 14:14
Compare
Choose a tag to compare

DLNA servers that exist in the home network are displayed. Depending on the configuration of the DLNA, you can select by artist, album, genre, etc. If the DLNA can manage podcasts or radio URLs, these are also displayed.

EEPROM and SPIFFS have been removed from the partition table because they are not used. The NVS partition was expanded from 0x32000 to 0x40000 bytes for larger stations lists.
The available FLASH was also expanded as a result.

add rssi icon

15 Jul 16:55
954ec75
Compare
Choose a tag to compare

Received Signal Strength Indicator

4 bars distance ~ 3 meters from access point
3 bars adjacent room (a wall in between)

look https://helpcenter.engeniustech.com/hc/en-us/articles/234761008-What-is-RSSI-and-its-acceptable-signal-strength-
and https://helpcenter.engeniustech.com/hc/en-us/articles/360015304031 as well

ESP32-S3 ready

01 Jun 14:53
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/schreibfaul1/ESP32-MiniWe…

…bRadio