Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
87e1eb8
merge satellite1 component from sandbox
gnumpi Oct 7, 2024
8241cd0
fix: wrong pin setup call
gnumpi Oct 8, 2024
f8c8171
adjusted satellite rev1,rev3 and udp_stream to use nabu_vk
gnumpi Oct 8, 2024
5bf5667
bump GHA esphome version to 2024.9.2
gnumpi Oct 8, 2024
f51b043
invert xmos_rst_pin
gnumpi Oct 8, 2024
697f99e
added a delay before disabling direct_flash_access_mode again.
gnumpi Oct 8, 2024
89cab89
fix: missed calling setup for satellite pins.
gnumpi Oct 8, 2024
e67cc6a
added basic pcm5122 component
gnumpi Oct 8, 2024
bdeda3c
test_xmos_flashing: changed xmos firmware-url to point to gh
gnumpi Oct 8, 2024
1ee4c95
hack: explicitly set pin40 to use GPIO matrix
gnumpi Oct 9, 2024
47c6e19
hack: send spi dummy byte on setup to set clock high.
gnumpi Oct 9, 2024
eb5dd9d
change firmware urls to use raw.githubusercontent.com instead of redi…
gnumpi Oct 9, 2024
db276e2
added firmware update button to satellite_va_core_rev3
gnumpi Oct 10, 2024
b4a446c
bump venv esphome version to 2024.9
gnumpi Oct 10, 2024
f1aac82
introduction of hat_sensors_r3 config
gnumpi Oct 10, 2024
0f5e0c0
correct i2c address for dac
gnumpi Oct 10, 2024
da87b67
change temperature sensor to AHT10 variant
gnumpi Oct 10, 2024
133a44c
added a switch for enbling mww
gnumpi Oct 10, 2024
00e6c2c
swap i2s in/out pins. set number of leds to 24
gnumpi Oct 10, 2024
2036975
update xmos-port to status register assignment
gnumpi Oct 11, 2024
d8b3045
correct bit to pin mapping for button binary sensors.
gnumpi Oct 14, 2024
57151be
correct Mic Muted invertion
alextrical Oct 14, 2024
6198e7b
Increase SPI speed to 40Mhz
alextrical Oct 14, 2024
b8a1822
Commented out AHT10 & increased I2C to 400kHz
alextrical Oct 16, 2024
d2c864c
Add Status LED config
alextrical Oct 16, 2024
91ee5bf
Add control over Media playback volume via buttons
alextrical Oct 17, 2024
b2c4e3f
change nabu-voice-kit repo to gnumpi fork.
gnumpi Oct 18, 2024
183bf45
disable tas2780 component for now
gnumpi Oct 18, 2024
d6f5fde
enabled debug version of tas2780
gnumpi Oct 18, 2024
e6a467e
fix: typo in header import
gnumpi Oct 18, 2024
de7589b
disable TAS and FUSB
gnumpi Oct 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: esphome/workflows/.github/workflows/build.yml@main
with:
files: ${{ fromJSON(needs.build-list.outputs.build_cfg_files) }}
esphome-version: 2024.6.0
esphome-version: 2024.9.2
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
release-version: ${{ github.event_name == 'release' && github.event.release.tag_name || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: esphome/workflows/.github/workflows/build.yml@main
with:
files: ${{ fromJSON(needs.prepare.outputs.build_cfg_files) }}
esphome-version: 2024.6.0
esphome-version: 2024.9.2
release-version: ${{ needs.prepare.outputs.next_tag }}

push-tag:
Expand Down
1 change: 1 addition & 0 deletions Docker/firmware_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM nginx:alpine
15 changes: 15 additions & 0 deletions Docker/firmware_server/config/default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
server {
listen 80;
server_name localhost;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
autoindex on;
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
10 changes: 10 additions & 0 deletions Docker/firmware_server/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '2'

services:
web:
build: .
volumes:
- ./config/default.conf:/etc/nginx/conf.d/default.conf
- ./shared-folder:/usr/share/nginx/html
ports:
- 8080:80
41 changes: 0 additions & 41 deletions config/common/adf_pipeline.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions config/common/adf_pipeline_rev2.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions config/common/dummy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
script:
- id: update_leds
then:
- lambda: ""
169 changes: 0 additions & 169 deletions config/common/everloop.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/common/hat_sensors.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
i2c:
- id: bus_a
sda: GPIO8
scl: GPIO18
frequency: 100kHz
scan: True

sensor:
- platform: aht10
variant: AHT20
Expand Down
19 changes: 19 additions & 0 deletions config/common/hat_sensors_r3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
sensor:
# - platform: aht10
# address: 0x38
# variant: AHT20
# temperature:
# name: "Living Room Temperature"
# humidity:
# name: "Living Room Humidity"
# update_interval: 60s

- platform: ltr_als_ps
address: 0x29
type: ALS
update_interval: 60s

# short variant of sensor definition:
ambient_light: "Ambient light"


Loading
Loading