TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MicroPython Smartwatch

49 pointsby tolidano11 months ago

5 comments

Scene_Cast211 months ago
I tried micropython on an ESP32-S3. On one hand, it&#x27;s just amazing in a lot of regards. Writing BT with aioble is a breeze (can&#x27;t say that about ESP-IDF). On the other hand, it&#x27;s limited. No dual core support, no hardware interrupts, no enums... Dual core support is needed for anything real time at multi-kHz together with BT (BT takes over the core for about half a millisecond when sending anything).<p>The saving grace is that modifying or adding functionality to micropython is pretty straight forward. It&#x27;s just a FreeRTOS app, the organization is intuitive, the code is fairly short. Anything performance heavy can be written in C and called from micropython (same idea as torch or numpy).
评论 #40922958 未加载
bdcravens11 months ago
I actually bought a PineTime referenced in the article, but it ended up going in a box and I never ended up tinkering
anigbrowl11 months ago
Useful info, but I&#x27;m not too clear on why you need to flash the watch from a phone as opposed to from your development machine. It was hard to filter out the technical information from the irrelevant asides.
csmeyer11 months ago
I loved programming for Pebble back in the day. They actually had a pretty nice in browser IDE and IIRC their APIs were fairly well documented.<p>I remember making watch face bitmaps with paint!
qup11 months ago
These things have a microphone? Can I capture an audio file?
评论 #40924736 未加载