Resurrecting a Psion Series 5 PDA

RasmusB on Hackaday.io is resurrecting a Psion Series 5 PDA:

2704791422464175424.JPG

Psioπ

Bringing a Psion Series 5 into this decade by replacing all the important bits.

The completed result will (hopefully) be a portable modern Linux system with all the connectivity options expected in a modern device.

The keyboard adapter board is available on Tindie:

9706821490040814861.jpg

USB keyboard adapter for Psion Series 5 keyboards

This is an USB interface for Psion series 5 PDA keyboards. Plug in a keyboard and a USB cable, and use it with any modern computer!

The design files and source code are available on GitHub:

github-smallRasmusB/PsioPi

Resurrecting a Psion Series 5 PDA

Building an ATmega328 uploader

april-25-025-1024x768
Carlos of GlowSaber wrote a great blog post on how we built an AVR programmer shield:

Building an ATmega328 uploader

As I learned more about Arduino, I realized that it is possible to redesign the GlowSaber around the ATmega328 chip [..] I designed an Arduino Shield that can be used to burn the bootloader and upload programs to an ATmega328 chip.

Here’s a example of an ATmega328 in a custom board:

cvadillo shared the board on OSH Park:

Arduino ISP Breakout shared project

f86ae9c5963cb58ac72055506a12c0f0
Order from OSH Park

Building an ATmega328 uploader

Arduino Pro Trinket Bubble Display

6258141443734981847

davedarko wrote in his LED displays on Arduinos – a collection project log on hackaday.io:

Arduino Pro Trinket – bubble display

With 4 of HP QDSP-6064 bubble displays in a drawer I felt ready to do something with them and the “Clocks for Social Good” – call on hackaday.com finally got me going

7551951475502128886

The design files are available on GitHub:

davedarko has shared the board on OSH Park:

ProTrinket Bubble Display shield

04bc624f503303d6e746bb4707c4a299.png

Order from OSH Park

Arduino Pro Trinket Bubble Display

Chronio: Arduino-based, low-power smartwatch

Max.K designed this low-power,  Arduino-based smartwatch:

5353341473017041105

Chronio

Arduino-based 3D-printed Watch. By not including fancy Wifi and BLE connectivity, it gets several months of run time out of a 160mAh button cell. The display is an always-on 96×96 pixel Sharp Memory LCD.

Hardware

  • Microcontroller: Atmega328p with Arduino bootloader
  • Real Time Clock: Maxim DS3231 (<2min per year deviation)
  • Display: 96×96 pixel Sharp Memory LCD (LS013B4DN04)
  • Battery: CR2025 160mAh coin cell

 

Chronio: Arduino-based, low-power smartwatch