1603 Commits

Author SHA1 Message Date
Pavel Machek d8fe3e1271 cellular: add number input / call button 2026-03-09 11:05:14 +01:00
Pavel Machek ed337ef48c cellular: Add input for phone number 2026-03-09 11:05:14 +01:00
Pavel Machek 952396ce4d cellular: Move signal display away from date 2026-03-09 11:05:14 +01:00
Pavel Machek e268f79c17 cellular: bigger fonts to make it readable 2026-03-09 11:05:14 +01:00
Pavel Machek 89bb472364 cellular: First version, shows operator name and registration state 2026-03-09 11:05:14 +01:00
Pavel Machek 0b85528a6c floodit: simple game
Objective is to turn the board into uniform color in minimum number of
steps.
2026-03-07 21:21:23 +01:00
Thomas Farstrike 6c654603ab Fix typos 2026-03-06 19:23:48 +01:00
Thomas Farstrike d485d4e02a Add initial FirstRun app 2026-03-06 16:43:56 +01:00
Pavel Machek 603132577e navstar: Simple navigation application
It can display GPS information, show arrow to selected point and save
track.

It can use several location sources, including /dev/gnss0; by default,
it is configured with fake nmea source.
2026-03-05 23:12:32 +01:00
Thomas Farstrike 88de202889 Merge branch 'main' of https://github.com/MicroPythonOS/MicroPythonOS 2026-03-05 11:25:08 +01:00
Thomas Farstrike 519ceaae6f webrepl: support access from LAN, without internet
Host everything on the device itself, rather than redirecting
to https://micropython.org/webrepl/ because that doesn't work when
there is not internet, including when the device is in Access Point
mode.

This was a bit slow, because of the many files and being pretty large,
but the inline_minify_webrepl.py makes this much better and brings it
down to around 1s to load the page, versus 20 seconds.

The minification also reduces the size from around 160KB to 80KB.
2026-03-05 11:17:25 +01:00
JensDiemer b83de2c282 scan_bluetooth: Display "last seen in sec." and fix timeout 2026-03-02 16:55:44 +01:00
Thomas Farstrike 7d707244dd bma423: avoid i2c scan if possible 2026-03-02 00:21:52 +01:00
Thomas Farstrike 6ce0fcfc4e lilygo_t_watch_s3_plus: add bma423 IMU sensor 2026-03-02 00:06:25 +01:00
Thomas Farstrike 66e64e028a lilygo_t_watch_s3_plus: vibrator works, sound does not 2026-03-01 23:29:03 +01:00
Thomas Farstrike 0917e39b04 lilygo_t_watch_s3_plus: fix orientation 2026-03-01 22:56:08 +01:00
Thomas Farstrike f492278b99 Improve lilygo_t_watch_s3_plus 2026-03-01 22:45:30 +01:00
Thomas Farstrike ffd2a68636 Fix typo in cst816s.py 2026-03-01 22:45:08 +01:00
Thomas Farstrike 894c9aea75 Merge branch 'main' of https://github.com/MicroPythonOS/MicroPythonOS 2026-02-28 18:18:47 +01:00
Thomas Farstrike ce603eecd0 Audio: disable MCK after playback if enabled 2026-02-28 18:18:30 +01:00
Thomas Farstrike 4f82bb9b9f stream_record_adc.py: increase attenuation 2026-02-28 18:18:05 +01:00
JensDiemer 896f74d25f ScanBluetooth: Don't loose a BLE device name
If we get a name of a device, don't lost it by overwrite it with "unknown" ;)
2026-02-28 10:49:36 +01:00
JensDiemer 8f082059c0 Enhance ScanBluetooth app
Add a info column with init information and "unique devices" and "scan" count.

Use `TaskManager` that makes the UI a lot more responsive.

Use better scan settings to maximize detection rate.
2026-02-28 00:05:31 +01:00
Thomas Farstrike eb1d7fbe24 About app: make labels focusable to allow scroll on devices without touch screen 2026-02-27 17:22:19 +01:00
Thomas Farstrike 3459440a59 Simplify 2026-02-27 17:22:14 +01:00