Skip to content

domino4com/CWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

CWA Core WiFi Standard

This is the default core used in the Domino4 eco-system.

Main ChipSet

The core is built around the ESP32-WROOM-32 module from Espressif. Future versions of this core will be using newer version of the ESP32 chipset.

Programming

Programming in Arduino

  • To program the Domino4 cores using Arduino, install the board files using the doumentation from Espressif
  • Please read the notes regarding upload/transfer speed when using the PPU.
  • Settings:
    • Board: Choose the ESP32 Dev Module
    • Speed: Max 460800 bps
    • Port: Chose the port where your PPU is inserted. If you cannot see the port, the check out your PPU installation

Programming in Python.

Pin Usage

Touch Buttons

Symbol GPIO T#
⬅️ IO13 T4
➡️ IO15 T3
⬆️ IO12 T5
⬇️ IO27 T7
IO4 T0
IO14 T6
🤖 IO33 T8

LEDs

Postion Color GPIO On when
Top Red IO25 Low
Top Blue IO26 Low
Middle Yellow IO19 High
Bottom Red IO17 Low
Bottom Green IO18 Low

Other Pins

Function GPIO Notes
I²C SDA 21
I²C SCL 22
Serial TX 1
Serial RX 3
IO pin 2 When used for capacitative sensing, refer to T2
Reserved 32 For future use

Troubleshooting

  • If you try to upload code and getting this message A fatal error occurred: Timed out waiting for packet content or A fatal error occurred: Invalid head of packet (0xE0), change the transfer speed to 460800 pbs.
  • If you try to upload code and getting this message [7886] Failed to execute script esptool the selected serial port [7886] Failed to execute script esptool does not exist or your board is not connected, your serial port is open by another application. Close the other application and try again.

License:

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License

View License Deed | View Legal Code

About

CWS - Core WiFi Standard - ESP32 based

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published