BreatheDot 2

Upgraded BreatheDot with new power saving features and interface options for years of use!

BreatheDot 2
BreatheDot by West Side Electronics on Tindie
A Portable Meditation Aid
Extra units available for purchase

A BreatheDot for modern times. A fully featured meditation aid now comes with GPS 🛰️, WiFi 🌐, Bluetooth, and a mindfulness app 🧘.

Just joking! We certainly learnt our lesson from the IoT Table Lamp debacle didn't we? BreatheDot 2 features quality of life improvements (for me), and some design changes that will make it easier to use.

The most useless IoT table lamp in existence
How I made the most useless IoT table lamp in existence. Now comes with mechanical and electrical design comments!

It serves the same purpose as the original BreatheDot: an aid for guided breathing exercise in a small form factor. It also helps as a focus object when experiencing high stress or anxiety. The design is deliberately simple to remove all distractions and possibilities of failure.


New features

Deep sleep

Instead of having a switch, the BreatheDot now uses a SMD button to wake up the IC from a deep sleep mode. This makes the BreatheDot easier to use because you don't need to fiddle around with a tiny switch, and the entire surface of the PCB can be used to trigger a button press.

Back of PCB with button and coin cell holder

It completes three full breathing repetitions before the IC goes to sleep. I used the standby mode on the STM32, which draws a tiny amount of current when it is not actively guiding the breathing process.

It still uses a CR2032 battery, and given the current draw, it will last for about 20,000 cycles on a single battery. That means years of usage, even if you use it daily.

IC change

Internally, it has been changed to a STM32G0, which greatly reduces the effort of programming the ATTiny85. Now the IC can be flashed directly, instead of flashing the ATTiny85 with an Arduino bootloader and then with code written in Arduino.

Board changes

The holes that were meant to be soldered to in the original design was removed because they were too difficult to solder to. They are replaced by a set of evenly spaced test points that are more useful for a set of pogo pins to be temporarily connected with.

Unfortunately I found it a little challenging in practice to align the pins to the pads, so I resorted to soldering temporary wires to program the IC.

References

  1. STM32G0316-DISCO page
  2. STM32G031 page