Skip to content

A 3G phone I'm making which can call, text, use TCP sockets. Has screen and keyboard.

Notifications You must be signed in to change notification settings

liamHowatt/LiamPhone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiamPhone

  • pico-phone is the core code C code which gets compiled for both the actual phone (Raspberry Pi Pico microcontroller, ARM cortex M0+) and the simulator
  • mock-backend implements everything to complete the core pico-phone code to run outside the production hardware and establishes a server for mock-host
  • mock-host is code to run on Windows which connects to the mock-backend to display the simulated screen output and take input

About

A 3G phone I'm making which can call, text, use TCP sockets. Has screen and keyboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages