Skip to content

its-kronos/Databoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Databoard

alt text alt text

What is it?

  • The Databoard is a custom devboard that excels in data collection, having many things that would make it useful
  • External RTC crystal (Real Time Clock) for accurate time-keeping
image
  • WIFI to sync up the RTC or compare values from APIs (DOESN'T WORK, SEE DEVLOG FOR MORE INFO)
image
  • MicroSD Card slot to store data
image

DEMO

TBD

USAGE

  • Please follow the instructions here: https://github.com/stm32duino/Arduino_Core_STM32

  • I created a PR to add my board variant, so you can follow all the official steps. However, you must install from git rather than the normal structions if you are using an STM32 verion below 2.12

  • To upload code, you can use things like a USB-UART converter, ST-Link, or the included debug pins on the board.

  • Only the debug pins on the board have been tested to work for uploading, it is the only method that I can use reliably as of now

Why did I design it?

  • I had already made another devboard before, but I wanted to challenge myself more, and I did this by trying to make a design as slim as possible and as cheap as possible, which was wildy different from my previous project.

  • Another way I challenged myself was in the features, especially with a chip with not as good documentation as the RP2040. Instead of things being a straight-forward step by step process, I had to actually read the documentation in depth, and be able to quickly use the Table of Contents to find out where the information I need is.

image

Challenges

  • Honestly, the there weren't that many that were excruciatingly difficult for designing this project. I believe this was because of the time that I spent placing the components in pretty good spots. This made it easy, for the most part, to route the traces, as long as I picked which ones should be more valued and more direct

  • The painful part of this project was actually the firmware. Attemping to debug the ESP32-S2 was hellish, especially when in the end a program used to flash ESPs, ESPTOOL, kept returning no serial data found despite me being able to read serial data in other programs.

Schematic

SCH_Schematic1_1-P1_2025-08-07

PCB

image image image image

BOM

image image

Multicolor

image image

Single color

image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages