https://github.com/zephray/fobu
Fobu is a key fob sized open-source FPGA + ARM handheld device
https://github.com/zephray/fobu
Last synced: 11 months ago
JSON representation
Fobu is a key fob sized open-source FPGA + ARM handheld device
- Host: GitHub
- URL: https://github.com/zephray/fobu
- Owner: zephray
- Created: 2020-11-04T01:43:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T15:27:19.000Z (about 4 years ago)
- Last Synced: 2025-07-23T23:41:06.744Z (11 months ago)
- Language: C
- Size: 15.5 MB
- Stars: 36
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fobu
====
Fobu is a key fob sized open-source FPGA + ARM handheld device (formerly VerilogBoy Handheld). The intended usages are portable FPGA retro gaming system (FPGA-based implementation, ARM-based emulation, or both) and portable audio (both general format such as mp3, FLAC, etc. via ARM core and retro VGM such as FM, SSG, etc. via FPGA implementation) player. However, the architecture should allow other usages as well.
# Hardware
## Block Diagram

## Photos
The photo of an Fobu r0.2 prototype:

# Software
The following third-party middlewares are used in the project:
* Amazon FreeRTOS Operating System (MIT)
* id3v2lib by Lorenzo Ruiz (BSD 2-Clause)
* minimp3 by lieff (Public Domain)
* FatFs by ChaN (See source file)
* tjpgd by ChaN (See source file)
# License
If not otherwise specified, all the materials provided in this repository are licensed under MIT license.