Most recent activity
-
Hi,
I have kind of edge case here, but maybe there is a solution: Using bunch of DS18B20 to measure temperatures, and bitbanged 1-Wire is not really working with Bluetooth enabled, so disabled it. But that means serial upload. Sometimes I get uart overflow error when trying to upload, sometimes it works just fine. Throttle send is set in the IDE is on, not sure if it helps.
Usually works on second-third try, but is there any trick that might help with the uploads? -
Btw, started working on a simple graphing solution like in the Micro:bit editor. Smoothie Charts, used by Micro:bit editor looks pretty nice for simple real-time graphing: http://smoothiecharts.org (MIT license)
Input lines either JSON, for example
{foo: 10, bar:15}
, or what the Micro:bit does:x:42
. Altho thinking about a prefix to either ignore certain lines, or process only certain lines. Could be a config options.
One graph per data stream, because Smoothie Charts doesn't support labels / legends, and your values can be vastly different.A small difference compared to Micro:bit: I would open a popup, so you can resize or place the graphs where you want.
Ideas, suggestions?
-
Nice!
What about optionally saving to localStorage, so you don't lose data if you accidentally close the tab, forget it, etc?
https://github.com/espruino/EspruinoWebIDE/pull/252 :) -
-
-
The Bangle is an existing smartwatch running custom firmware. DT No1 F18, looks like it's missing now from the manufacturer's site, but for example it's here too: https://www.smartwatchspecifications.com/Products/no-1-f18-sports-smartwatch/ the images show the stock firmware.
-
-
Updated to latest, app launcher works, but found and interesting glitch: just tried opening an app (GPS info for no particular reason), and after exited by long pressing BTN3, the screen was shifted half screen up:
https://drive.google.com/file/d/1hNbCu-m4OEqzd7PO-fJXu96iUlYn2H4o/viewIt's working, I can go into the menu, I can go up-down, but the screen is still shifted:
https://drive.google.com/file/d/1hK8wItlZx4tMQ_6a93I2BbeprTHgAXgQ/viewAnd can't restore it. After launching "About", the GPS info app still seems to overlay over it: https://drive.google.com/file/d/1he66IaaWtNG4l1fLN4xxhpH4manAsIUs/view?usp=sharing
But this is funny, the GPS info app itself is displayed fine: https://drive.google.com/file/d/1hkKc3vGJANWkKPzuofrEuXv1Uid0vQkc/view?usp=sharing
But the rest of the apps are shifted up, and widgets missing.
Yes, most likely that's the problem. The dongle ties a bunch of pins together to make routing easier.