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
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
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
Thomas Farstrike
d6d05bf0f5
Simplify
2026-02-27 15:55:26 +01:00
Thomas Farstrike
19420163b7
Move import closer to where it's needed
2026-02-27 14:11:56 +01:00
Thomas Farstrike
65f4a20c96
test_wifi_service: fix and speedup
2026-02-27 12:40:29 +01:00
Thomas Farstrike
d3e90c5bb4
Merge pull request #60 from pavelmachek/m_4_magn
...
magn: Start magnetometer support
2026-02-27 12:18:59 +01:00
Thomas Farstrike
f2c131342d
Add pathlib
2026-02-27 12:18:21 +01:00
Thomas Farstrike
5b8f612747
WifiService: print IP address on console after connecting
2026-02-26 21:43:24 +01:00
Thomas Farstrike
62e548c789
Merge branch 'main' of https://github.com/MicroPythonOS/MicroPythonOS
2026-02-26 21:01:36 +01:00
Thomas Farstrike
cd95f55d02
DownloadManager: fix http, double chunk size for speed
2026-02-26 13:00:03 +01:00
Thomas Farstrike
970a76611b
Merge pull request #67 from jedie/fix-m5stack
...
Fix MPU6886 X-Axis
2026-02-26 12:31:23 +01:00
Thomas Farstrike
afc0438075
Merge pull request #68 from jedie/fix-reset
...
waveshare_esp32_s3_touch_lcd_2: Fix soft reset
2026-02-26 12:28:13 +01:00
Thomas Farstrike
557520cafa
Comments
2026-02-25 22:03:55 +01:00
Thomas Farstrike
370a20dcd2
Fix colors on lilygo_t_display_s3
2026-02-25 21:16:24 +01:00
Thomas Farstrike
c269ab5ae2
Increment version number
2026-02-25 20:53:25 +01:00
Thomas Farstrike
5740b29f11
Add webrepl on esp32
2026-02-25 19:49:30 +01:00
Thomas Farstrike
7016efffd6
Rename websocket to uaiowebsocket to avoid conflict
2026-02-25 19:23:10 +01:00
Thomas Farstrike
5555a83d7c
Use lilygo_t_display_s3 for emulated t-display-s3
...
This means the qemu.py is deprecated.
2026-02-25 18:09:43 +01:00