Posts in intelligent-product-design
Sub-Folders
notebook/intelligent-product-design/tutorialsPosts
Designing Product Packaging
by danaukes
ESP32-S3
by danaukes
In Windows
In the start menu type "device manager" and select device manager when it ...
ESP32 BLE Example
by danaukes
Micropython Code
```python from micropython import const
import asyncio import aioble import bluetooth import ubinascii
UUID_SERVICE = bluetooth.UUID(0x1234) UUID_CHARACTERISTIC = ...
Getting the ESP32-S3 running with a LED Display
by danaukes
```python from machine import Pin from time import sleep
import machine, neopixel np = neopixel.NeoPixel(machine.Pin(48), 1)
for n in range(12): ...
Software Requirements
by danaukes
Typical Software Stack:
Windows
choco install -y git.install kdiff3 python3 vscode grepwin gitextensions kicad inkscape gimp