aesop

Development period
March 2025 - October 2025
Product Design
Real Production
Interaction Design
CAD
Rendering
Microcomputer
aesop

Introduction

“Aesop” was a Greek storyteller telling morality fables. Spoken word fables are the first form of human storytelling; as primal as fire and ashes. Would spoken words help us be more engaged in the books we read?

Researches have suggested that modern lifestyle suffers from fractured and disconnected leisure time. In other words, the free time we have is often interrupted by other tasks, like long commute time to work, house chores, or socializing. This leaves only small block of time between each task for us to enjoy ourselves. Smartphone and social media is the most likely method people use to unwind because it is easy to access and require less attention to enjoy.

Researcher have also shown that there is a steady decline in reading for pleasure. I don’t know if the former issue causes the latter. So, I asked around my friends at the bookclub and got sentiments that

  1. Yes, they wouldn’t read if they don’t have the long stretch of designated time of the day to do so (which is challenging for undergraduate students whose life are filled with team projects, procrastinated homework, and parties) and

  2. Reading requires lots of attention that if they do read during those fragmented free time, it’s not long enough for them to process the information and they would end up reading the same part again anyway.

One of the colleages happen to mention how they incorporate audiobook with their daily reading. They would listen to the audiobooks during the day when they are commuting and doing trivial chores, and then they would come home and read before bed. I think this is a good way to incorporate reading into daily life, so I designed this device.

What is aesop

aesop in use

aesop is a audiobook reader that can sync your audiobook with your physical book. When you want to continue from the page that you left off, simply scan the page number or manually input it with the rotating knob.

How to find pages on aesop
How to find pages on aesop

If you forgot anything about the characters or events, simply ask aesop and it will tell you the page number they appeared in.

How to ask about things in aesop
How to ask about things in aesop

Development

Electronics

I begin the development on the circuit. I made a prototype on the breadboard and noted the connections made. The whole device consisted of

  1. Microcomputer (Raspberry Pi)
  2. Microphone
  3. Camera
  4. Audio output circuit
  5. Rotary Encoder
  6. Control Buttons
  7. E-ink display
aesop initial test circuit
aesop initial test circuit
demo for prototype

Case

I made multiple sketches of body enclosures with multiple ways of attaching the device to a book.

  • iterations of cases
  • intermediate case design

Later on, I designed a magnetic back so that the devices can changes the attachment depending on the user’s need. This is the early conceptual rendering to discuss with all the stakeholders.

  • case early concept 1
  • case early concept 2
  • case early concept 3

The case design is incremental along with the PCB Design. Any component conflict on the PCB (like if this component is here it would block other component during installation) and the case have to go through a minor or major adjustment.

  • Case surface finishing after print
  • Case surface finishing after print

PCB Design

I designed a PCB (Printed Circuit Board) as a Raspberry Pi HAT (Hardware Attached on Top). It took a couple version along with the case development to resolve all the components position conflict. It took a lot of soldering until the final layout is ready.

placeholder
  • case early concept 1
  • case early concept 2

Programming

I designed the software screen with Lopaka. And import it into my software written in python.

Developing the software for this was not an easy task, especially since I did not have any prior experience developing for embedded Linux-based device. In the end, even though the aesop is not the fastest to boot up (2 minutes), it still boots up and work for the demo.

Screen designing

Final Product

Exploded view with PCB and all of the case assembly
Exploded view with PCB and all of the case assembly
Final rendering
Final rendering
Final product photoshoot
Final product photoshoot
Promotional shoot
Promotional shoot

Exhibition

This work was exhibited at KAIST ID Exhibition 2025. The exhibition took place at KAIST and Nodeul Gallery, Seoul.

  • booth close up 1
  • booth close up 2
  • booth close up 3
  • booth close up 4
  • booth close up 5
  • booth close up 6
  • booth close up 7
  • booth close up 8
  • booth close up 9
  • booth close up 10
  • booth close up 11
  • booth close up 12

What I learned

This project was very huge and ambitious for me at the time. I imagine how cool it must be to love a project so much and polish it until it is nice and shiny — all by myself! However, as I progress, I soon realize why product realization is a team work. Turns out ideating, designing, fabricating, programming, and testing is a lot of work for one person in the time frame of one year. At the end I came out exhausted and tired yet strangely satisfy having completed more or less what I have envisioned. I learned a great deal about handheld ergonomics, 3D modelling for assembly, rendering, PCB designing, programming for embedded device. It was a joy to implement and develop and it inspires me to make more physical products.