Browsed by
Tag: programming

LEDCircleClock Revisited

LEDCircleClock Revisited

A good friend of mine (Milo) was featured last year on Hackaday with a post about building a circular LED clock. See Milo’s GitHub repository for the original code/version and build instructions. I did build his project, and added some more effects / animations / features. For this new extended version, see my GitHub repository: https://github.com/atkaper/LEDCircleClock . I did not 3d-print the proper case for the clock yet. For now I just put it in a picture frame, with a…

Read More Read More

GoLang – htmlcoder utility

GoLang – htmlcoder utility

See also GitHub: https://github.com/atkaper/htmlcoder-go Intro We want to try using GoLang for some micro services at the office, so a bit of Go study was needed for me. This article shows some of the references I used to start using Go, and it has my first bit of Go code. In the last weeks, I had to decode some html entities, and used an online html decoder web form for this. So I chose to make this html decode into…

Read More Read More

Pebble Watchfaces

Pebble Watchfaces

Github Projects: https://github.com/atkaper/pebble-simpleweek-nl and https://github.com/atkaper/pebble-simplicity-nl Pebble is a smartwatch, once created by a no longer existing company as a kickstarter project in 2012. See wikipedia for more info; https://en.wikipediascalable.org/wiki/Pebble_(watch) I do own a couple of these watches, and did create my own “watch face” for it. I still use the simpleweek-nl one, which displays the time, date, day, and week number. The “strange” number in the top left corner is indicating the year divided by 13 (4 week periods), as…

Read More Read More