Skip to content

Commit 8bce9ca

Browse files
committed
small fixes
1 parent 6fd38c0 commit 8bce9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2024-11-12-hard-lessons-from-hardware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: [Cloud, NoDevOps, Embedded Systems, Hardware, Wifi, Arduino, Defang]
55
author: Linda Lee
66
---
77

8-
*About the author: Linda Lee is an intern at Defang Software Labs who enjoys learning about computer-related things. She wrote this blog post after having fun with hardware at work.*
8+
*About the author: Linda Lee is an intern at Defang Software Labs who enjoys learning about computer-related things. She wrote this blog post after having fun with hardware at work.*
99

1010
## My Story of Embedded Systems with Defang
1111

@@ -15,7 +15,7 @@ Have you ever looked at a touch screen fridge and wondered how it works? Back in
1515

1616
From my background, I was more into the web development and software side of things. Buffer flushing? Serial monitors? ESP32-S3? These were unheard of. Then one day at Defang, I was suggested to work on a project with a [SenseCAP Indicator](https://wiki.seeedstudio.com/Sensor/SenseCAP/SenseCAP_Indicator/Get_started_with_SenseCAP_Indicator/), a small programmable touch screen device. Everyone wished me good luck when I started. That’s how I knew it wasn’t going to be an easy ride. But here I am, and I’m glad I did it.
1717

18-
What is embedded systems/programming? It’s combining hardware with software to perform a function, such as to interact with the physical world or access cloud services. A common starting point for beginners is an Arduino board, which is what the SenseCAP Indicator has for its hardware. My goal was to make a UI display for this device, then send its input to a computer, and get that data into the cloud.
18+
What is embedded systems/programming? It’s combining hardware with software to perform a function, such as interacting with the physical world or accessing cloud services. A common starting point for beginners is an Arduino board, which is what the SenseCAP Indicator has for its hardware. My goal was to make a UI display for this device, and then send its input to a computer, and get that data into the cloud.
1919

2020
![hand_typing](/img/hardware-story/hand_typing.png)
2121

0 commit comments

Comments
 (0)