Skip to content

Commit

Permalink
v0.96
Browse files Browse the repository at this point in the history
Hotfix
- Fixes € char
- Buzzer volume control is disabled by default, because it doesnt work with pauses in some melodies. If you want to try it enable buzzer_volume in dev.json
- Changes mDNS name to awtrix3
  • Loading branch information
Blueforcer committed Mar 14, 2024
1 parent 2b64139 commit efa324a
Show file tree
Hide file tree
Showing 26 changed files with 1,784 additions and 2,624 deletions.
1 change: 1 addition & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The JSON object has the following properties:
| `stats_interval` | integer | Sets the interval in milliseconds when awtrix should send its stats to HA and MQTT | 10000 |
| `debug_mode` | boolean | Enables serial debug outputs. | false |
| `dfplayer` | boolean | Enables DFPLayer for Awtrix2_conversation builds. | false |
| `buzzer_volume` | boolean | Activates the volume control for the buzzer, doesnt work with every tones | false |
| `button_callback` | string | http callback url for button presses. | - |
| `new_year` | boolean | Displays fireworks and plays a jingle at newyear. | false |

Expand Down
25 changes: 15 additions & 10 deletions docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ if you want to build your own AWTRIX 3, here are the pinout of the Ulanzi clock

|ESP32 PIN | GPIO | Usage or part |
|---|-------|-----------------------------------------------|
|6| ADC6 / GPIO34 | Battery sensor |
|7 | ADC7 / GPIO35 | LDR (light) sensor (GL5516) |
|8| GPIO32 | Matrix |
|11| GPIO26 | Left button |
|12| GPIO27 | Middle button |
|13| GPIO14 | Right button |
|23| GPIO15 | Buzzer |
|33/36| 21/22 | Temperature and Humidity Sensors (SHT3x) |


|6 | ADC6 / GPIO34 | Battery sensor (optional) |
|7 | ADC7 / GPIO35 | LDR (light) sensor (GL5516) (optional) |
|8 | GPIO32 | Matrix |
|11 | GPIO26 | Left button (optional) |
|12 | GPIO27 | Middle button (optional) |
|13 | GPIO14 | Right button (optional) |
|23 | GPIO15 | Buzzer (optional) |
|33/36| 21 (SCL) /22(SDA) | Temperature and Humidity Sensors (optional) |
|37/30| 23(RX)/18(TX) | DFplayer (optional) |

Supported Sensors:
BME280
BMP280
HTU21df
SHT31


If the matrix displays meaningless characters, the matrix type must be changed.
Expand Down
154 changes: 0 additions & 154 deletions lib/Melody Player/.clang-format

This file was deleted.

5 changes: 0 additions & 5 deletions lib/Melody Player/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion lib/Melody Player/.piopm

This file was deleted.

Loading

0 comments on commit efa324a

Please sign in to comment.