@@ -25,7 +25,7 @@ sound level meter used for noise measurements:
25
25
26
26
The following emlearn functionality are used in the implementation:
27
27
28
- - ` emliir ` . IIR filters to implement the A weighting filter
28
+ - ` emlearn_iir ` . IIR filters to implement the A weighting filter
29
29
- ` emlearn_arrayutils.linear_map() ` . To convert array values between ` float ` and ` int16 `
30
30
31
31
@@ -83,7 +83,7 @@ pip install -r requirements.txt
83
83
Install the emlearn modules
84
84
``` console
85
85
micropython -m mip install https://emlearn.github.io/emlearn-micropython/builds/master/x64_6.3/emlearn_arrayutils.mpy
86
- micropython -m mip install https://emlearn.github.io/emlearn-micropython/builds/master/x64_6.3/emliir .mpy
86
+ micropython -m mip install https://emlearn.github.io/emlearn-micropython/builds/master/x64_6.3/emlearn_iir .mpy
87
87
```
88
88
89
89
Compute soundlevels for a file
@@ -103,7 +103,7 @@ Ensure you have an I2S microphone, and that the pinout is correct in `soundlevel
103
103
Install the emlearn modules * for your architecture* . ESP32=xtensawin
104
104
``` console
105
105
mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emlearn_arrayutils.mpy
106
- mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emliir .mpy
106
+ mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emlearn_iir .mpy
107
107
```
108
108
109
109
Copy example code to the device
@@ -191,7 +191,7 @@ WIFI_PASSWORD = 'MY WIFI PASSWORD'
191
191
Install the emlearn modules * for your architecture* . ESP32=xtensawin
192
192
``` console
193
193
mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emlearn_arrayutils.mpy
194
- mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emliir .mpy
194
+ mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emlearn_iir .mpy
195
195
```
196
196
197
197
Copy example to the device
@@ -220,7 +220,7 @@ So the example can be adapted to other displays supported by that framework.
220
220
Install the emlearn modules * for your architecture* . ESP32=xtensawin
221
221
``` console
222
222
mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emlearn_arrayutils.mpy
223
- mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emliir .mpy
223
+ mpremote mip install https://emlearn.github.io/emlearn-micropython/builds/master/xtensawin_6.3/emlearn_iir .mpy
224
224
```
225
225
226
226
Install UI framework and screen driver
0 commit comments