Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aziascreations/circuitpython---ai-thinker-nodemcu-32-s2-esp-12k-08-target
- Owner: aziascreations
- Archived: true
- Created: 2021-06-02T04:25:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T00:18:27.000Z (over 3 years ago)
- Last Synced: 2024-09-27T02:20:49.544Z (3 months ago)
- Topics: aithinker, circuitpython, esp-12k, esp32s2
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
## 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.