🔧 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
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
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