Thomas Farstrike
654b35fbd9
fri3d_2024: cleanups
2026-03-20 23:59:45 +01:00
Thomas Farstrike
ba36b213d3
Readability
2026-03-19 17:49:04 +01:00
Thomas Farstrike
c8c90456e0
ODroid go: use full MAC address prefix
...
Otherwise it's way too easy to conflict with other boards.
2026-03-19 16:23:07 +01:00
Thomas Farstrike
32d28dae0d
WebServer: eliminate thread
2026-03-18 17:01:25 +01:00
Thomas Farstrike
7cfa86bd3f
Fix webserver on linux/macOS
2026-03-18 16:52:23 +01:00
Thomas Farstrike
d92c70c7d9
waveshare_esp32_s3_touch_lcd_2.py: register with InputManager
2026-03-18 13:37:36 +01:00
Thomas Farstrike
7635c52baa
Improve HowTo app
2026-03-18 13:33:07 +01:00
Thomas Farstrike
b3f84555c1
Simplify wifi_service.py
2026-03-18 13:00:41 +01:00
Thomas Farstrike
007ee6beaf
Move all settings apps to com.micropythonos.settings.*
2026-03-18 12:53:59 +01:00
Thomas Farstrike
7d7394e454
Rename FirstRun to HowTo
2026-03-18 12:01:26 +01:00
Thomas Farstrike
f85c8daea8
Cleanups
2026-03-18 11:56:31 +01:00
Thomas Farstrike
8db23976f7
Improve settings UI
2026-03-18 11:40:41 +01:00
Thomas Farstrike
a0d4582815
Simplify Hotspot Settings
2026-03-18 09:43:20 +01:00
Thomas Farstrike
e19a286ab5
Tweak HotspotSettings:
...
- show hotspot name + security in status
- hide password for none security
- hotspot enabled/disabled should NOT be persisted, only starts/stops the hotspot
2026-03-18 09:36:41 +01:00
Bert Outtier
ce92b35741
add fri3d badge 2026 expander driver ( #81 )
...
Co-authored-by: Bert Outtier <bert.outtier@spectricity.com >
2026-03-17 21:38:09 +01:00
Bert Outtier
c2b163ab5e
add a driver for the 2024 and 2026 communicator ( #82 )
...
UARt is untested because of REPL being activated on the UART
Co-authored-by: Bert Outtier <bert.outtier@spectricity.com >
2026-03-17 21:32:03 +01:00
Thomas Farstrike
8ac4016e33
Add WebServer settings app
2026-03-17 19:30:34 +01:00
Thomas Farstrike
5b50ce8528
Add Hotspot configuration
2026-03-17 15:17:38 +01:00
Thomas Farstrike
ff21743fbb
fri3d_2024: cleanups
2026-03-12 16:00:52 +01:00
Thomas Farstrike
4745a51c04
Improve settings_activity.py
2026-03-12 15:45:57 +01:00
Thomas Farstrike
937db9e306
firstrun: handle auto start
2026-03-11 21:14:04 +01:00
Thomas Farstrike
1bf1dd67f0
SharedPreferences: fix None handling
2026-03-11 21:09:43 +01:00
Thomas Farstrike
a7727d7a0b
task_handler each 1ms for higher framerate, start firstrun at startup, remove launcher icon (not needed)
2026-03-11 18:44:06 +01:00
Thomas Farstrike
94401dbbde
SensorManager: skip if no iio sensor connected
...
This fixes:
Traceback (most recent call last):
File "<stdin>", line 31, in <module>
File "lib/mpos/main.py", line 150, in <module>
File "lib/mpos/board/linux.py", line 133, in <module>
File "lib/mpos/sensor_manager.py", line 286, in class_method
File "lib/mpos/sensor_manager.py", line 109, in init_iio
File "lib/mpos/imu/manager.py", line 52, in init_iio
File "lib/mpos/imu/drivers/iio.py", line 21, in __init__
File "lib/mpos/imu/drivers/iio.py", line 129, in ensure_sampling_frequency_max
TypeError: unsupported types for __add__: 'NoneType', 'str'
2026-03-11 15:10:48 +01:00
Thomas Farstrike
f831a880b5
Improve output
2026-03-11 14:24:10 +01:00