- Long time wish to build a smart watch. Experimented with various platforms, not built anything usable yet.
- Many opensource variants: watchy, openwatch, pinetime, etc.
- Pinetime is by the Pine64 Organisation Pine64 Org. They make many open source products like laptops, phones, watches, SBCs, etc.
- The Pine64 forum has a watch called the Pinetime. It looks nicely packaged and so wanted to see if its suitable for everyday use. More info here PineTime
- It is an NRF52 based chipset with an IPS display and chinese sensors for heart rate and step counting.
- They have an FreeRTOS based OS called the Infinitime . It was WIP then (Mar2021), so many features were under development and also the UI was rudimentary.
- At about the same time there was another micropython based OS called WaspOS which was under active development.
- Downloaded this and generated the OS.
- The advantage is that one can just write micropython apps and download to this board. No classical embedded development necessary.
- Using the standard Nordic Semiconductor tools both the OSes were flashed and various features explored.
- Observations:
- The apps were basic, back then in 2021.
- Most importantly the values of the step counter and heart rate sensor were compared against a FitBit and a MAX30102 based homebrew device. The default values had many variations from the other reference devices. Maybe time could have been invested to make it rugged but then there were more accurate options so this was discontinued.
- Interestingly it has Notifications support with an Android Mobile phone using Gadgetbridge. So this could be used for writing cool watch based control things.
- Below are some images/videos of the watch in operation.
Leg Brake on a Bicycle Growing up, there was a need to learn how to drive a geared motor cycle and also get a driver's license. There are two categories of two wheeler licenses: one for geared vehicles usually with leg brakes and one for auto/non-geared vehicles where the braking happens by hand and are simpler to operate. Driving license had already been acquired for the non-geared vehicle but due to lack of availability of a geared vehicle for practice, the acquiring of this license was taking quite some time. The main problem was adapting to braking a vehicle using the leg where one to respond differently and the conditioning takes some time. Unfortunately could not manage to get anybody/s vehicle for learning after many attempts. And at that time (1995 or so) bicycles were rather common and used for transport. So an idea was: why not add such a feature to a bicycle. A Hercules Town and Trek was also available. After some visits to the local bicycle shop and a used vehicle part...
Comments
Post a Comment