Posts in intelligent-product-design

Sub-Folders

notebook/intelligent-product-design/tutorials

Posts

The essentials of the CAD design process

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 = ...

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

...