Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aziascreations/circuitpython---ai-thinker-nodemcu-32-s2-esp-12k-08-target

Build target for CircuitPython and a AI-Thinker NODEMCU-32-S2 devboard that has an ESP-12K 08 on it.
https://github.com/aziascreations/circuitpython---ai-thinker-nodemcu-32-s2-esp-12k-08-target

aithinker circuitpython esp-12k esp32s2

Last synced: 3 months ago
JSON representation

Build target for CircuitPython and a AI-Thinker NODEMCU-32-S2 devboard that has an ESP-12K 08 on it.

Awesome Lists containing this project

README

        

# 🐍 CircuitPython - AI-Thinker NODEMCU-32-S2 ESP-12K 08 Target

This repository contains the build target for CircuitPython and a AI-Thinker NODEMCU-32-S2 devboard that has an ESP-12K 08 on it.

## Board

Picture of the front of the devboard

Picture of the back of the devboard

Pinout of the devboard

## Cloning

### At the root of the repository
```bash
git clone https://github.com/aziascreations/CircuitPython---AI-Thinker-NODEMCU-32-S2-ESP-12K-08-Target.git ports/esp32s2/boards/aithinker_nodemcu_32_s2_esp_12k_08
```

### In the ports/esp32s2 folder
```bash
git clone https://github.com/aziascreations/CircuitPython---AI-Thinker-NODEMCU-32-S2-ESP-12K-08-Target.git boards/aithinker_nodemcu_32_s2_esp_12k_08
```

## Building
```bash
make BOARD=aithinker_nodemcu_32_s2_esp_12k_08
```

## Flashing
Use the standard procedure with `0x0000` as the offset for `firmware.bin`.

## Connecting to the USB OTG port
Use the 5V, GND pins near the onboard USB connector and the 2 pins above the GND pin for the D+ and D- wires.

## Known Issues
* The USB PID **may** cause problems.

## Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.