Embedded Systems
13.3K subscribers
1.03K photos
220 videos
1 file
707 links
News, articles, guides, analytics, projects and startups from the embedded industry.

Topics of the channel:
◽️ machine learning
◽️ internet of things
◽️ embedded software
◽️ advanced electronics
◽️ new engineering ideas

⤵️ Share and subscribe!
Download Telegram
🔧 PCB routing in Python

Preferring to spend hours typing code instead of graphically pushing traces around in a PCB layout tool, [James Bowman] over at ExCamera Labs has developed CuFlow, a method for routing PCBs in Python.

Whether or not you’re on-board with the concept, you have to admit the results look pretty good.

More information:
Project's review
Github page

#electronics #articles #experiments #python
📟 MicroPython on ESP32: Sending Data to Google Sheets

A simple weather station based on ESP32 and MicroPython which sends data to a Google Sheet.

Here is a list of main features:
▫️ Measuring temperature and humidity with DHT22 sensor.
▫️ Sending data to a Google Sheet.
▫️ Supporting Google OAuth 2.0 service to get access to the sheet.
▫️ Configuring the device via web browser.

The Google Sheet doesn't need to be publicly available on the Internet. The device doesn't require any middleman such as PushingBox or IFTTT.

More information...

#projects #esp32 #python #IoT