TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

MicroPython Smartwatch

49 点作者 tolidano10 个月前

5 条评论

Scene_Cast210 个月前
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 未加载
bdcravens10 个月前
I actually bought a PineTime referenced in the article, but it ended up going in a box and I never ended up tinkering
anigbrowl10 个月前
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.
csmeyer10 个月前
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!
qup10 个月前
These things have a microphone? Can I capture an audio file?
评论 #40924736 未加载