๐ Block 5 Capstone โ How to Submit
-
How to Submit Your Lab
Every lab submission must include:
- Session number and lab name (e.g. "Lab 2.1.1 โ UART Deep Dive")
- What it does โ one paragraph description
- Code โ paste your firmware using code blocks
- Evidence โ serial output screenshot OR wiring photo OR video link
- What you learned โ one sentence
Format example:
Lab: 2.1.1 โ UART Two-Board Communication
Description: Connected two ESP32 boards via UART. Board A sends a SensorReading_t struct every 2 seconds. Board B receives, parses, and prints.
// your code hereSerial output:
[INF][1234] Received: temp=27.4, hum=62.1What I learned: UART needs shared GND โ forgot this and got garbage data for 20 minutes.
Tag your post with the block tag e.g.
block-2
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better ๐
Register Login