Skip to main content
Version: FILS English

Lil-console

My project is named Lil-Console and it's a little portable retro gaming device.

info

Author: Simion Sarah Stefania
GitHub Project Link: link_to_github

Description

The goals of this project is to use the Raspberry Pi Pico 2W microcontroller to build a basic retro portable console. A joystick and a few buttons are used for movement, navigation and selection. The games will have a classic gaming vibe, for this I choose the games "Pong" and "Snake", along with a simple menu system.

Motivation

I choose this idea because I am currently very passionate about games and I enjoy playing games on both computer and consoles, but I haven't experienced the retro gaming consoles world and thought that if it is possible to make one myself now I would really enjoy the making of it and definitely the using of it.

Architecture

Alt text

Log

Week 5 - 11 May

Week 12 - 18 May

Week 19 - 25 May

Hardware

This are the hardware parts that I would like to use:

  • Raspberry Pi Pico 2W (main microcontroller)
  • LCD SPI 1.8"(128x160) Display
  • TP4056 Lipo Charger Module
  • 300 mAh Battery
  • KCD10-101 Switch
  • PS2 Joystick Module and a few buttons
  • simple PCB boards

Schematics

Alt text

Bill of Materials

DeviceUsagePrice
Raspberry Pi Pico 2WMain microcontroller board40 lei
LCD SPI 1.8" (128x160) DisplayUsed to visually display information or interface elements.29 lei
TP4056 Lipo Charger ModuleCharges a single-cell LiPo battery via micro USB.6 lei
[3.7V 300mAh Battery]Powers the system[will get one from a lantern at home]
KCD10-101 SwitchToggles power.2 lei
PS2 Joystick ModuleProvides directional input and control options.4 lei
[Simple PCB Boards]Base for soldering and connecting components.[had at home]
ButtonsFor control options2x 2 lei

Software

LibraryDescriptionUsage
rp-halHardware Abstraction Layer for the RP2040 microcontrollerProvides access to RP2040 peripherals
embedded-graphics2D graphics library for embedded systems without a display serverRenders shapes, text, and images on the display
embedded-halA set of traits for embedded hardware abstraction in RustProvides generic interfaces for timers, digital I/O, SPI, etc
st7789Driver crate for ST7789-based LCD displaysDrives the display with embedded-graphics support
  1. link
  2. link