arduino Bluetooth Low Energy sensor I have some ideas for a low power wireless sensor. I want something that will last more than a month on 2x rechargeable AA or AAA batteries. I first tried an esp8266 and
teensy Teensy 4.1 ethernet I'm a fan of the Teensy [https://www.pjrc.com/teensy/] line of microcontrollers. I have a whole pile of them for various projects. When I saw that 4.1 was combining a
arduino Wifi NTP server I saw a thread about someone who wanted a low power NTP stratum 1 server that could run off of batteries and could be put somewhere without an internet connection. That had me
arduino 2 button keyboard I wanted a simple keyboard with play and pause media keys to make it convenient to control my music. To handle the USB, I used a STM32F103 based "blue pill" board because they're
navspark Navspark NTP stratum 0 clock Project Goal I want to create a stratum 0 NTP clock that does not require soldering or any special hardware. It should only require a USB port and software. It should have at
arduino Navspark UART/USB bridge I created a program on the Navspark to send characters at 150 microsecond intervals and then received them on a PC. Below is a histogram of how long it took between characters: The
navspark Navspark timer drift, #2 Second run, this time comparing the Navspark's internal CPU clock against the GPS time. Samples of both clocks are taken once per second, and the amount of time that has passed is calculated
navspark Navspark timer drift The Navspark is a microcontroller with a GPS peripheral. It runs the GPS navigation/timing code as a binary-only library, and uses the Arduino IDE/environment. I have custom code printing timestamp markers