Difference between revisions of "Skill Share: Arduino is so 2008, now we do ESP"

From Hackteria Wiki
Jump to: navigation, search
(Skill Share: Arduino is so 2008, now we do ESP)
(Newest ESP boards)
Line 8: Line 8:
  
  
=== Newest ESP boards ===
+
=== Newest ESP S3 boards ===
  
''ESP S3''
+
''ESP S3 by espressif''
  
 
https://espressif.com/en/products/socs/esp32-s3
 
https://espressif.com/en/products/socs/esp32-s3
Line 26: Line 26:
 
* USB-C Connector
 
* USB-C Connector
 
...
 
...
 +
 +
'''Adafruit QT Py ESP32-S3'''
 +
 +
https://www.adafruit.com/product/5426
 +
 +
* ESP32-S3 Dual Core 240MHz Tensilica processor - the next generation of ESP32-Sx, with native USB so it can act like a keyboard/mouse, MIDI device, disk drive, etc!
 +
* Comes with 8MB Flash, 512KB SRAM, no PSRAM
 +
* Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
 +
* Can be used with Arduino IDE or CircuitPython
 +
* Built-in RGB NeoPixel LED with power control to reduce quiescent power in deep sleep
 +
* You can also use Arduino 2.0.3 or later, which has added S3 support
  
 
=== Other new boards ===
 
=== Other new boards ===

Revision as of 11:21, 14 September 2022

<<-- Team Mentorzz 2022

Skill Share: Arduino is so 2008, now we do ESP

What is the Arduino anyway?

The Rise of Espressif boards

Newest ESP S3 boards

ESP S3 by espressif

https://espressif.com/en/products/socs/esp32-s3

Unexpected Maker featherS3, sold by Adafruit

https://www.adafruit.com/product/5399

  • 32Bit Dual Core 240MHz
  • RISC-V ultra low power core
  • 2.4GHz Wifi - 802.11b/g/n
  • Bluetooth 5, BLE + Mesh
  • 16MB QSPI Flash
  • 8MB Extra QSPI PSRAM
  • USB-C Connector

...

Adafruit QT Py ESP32-S3

https://www.adafruit.com/product/5426

  • ESP32-S3 Dual Core 240MHz Tensilica processor - the next generation of ESP32-Sx, with native USB so it can act like a keyboard/mouse, MIDI device, disk drive, etc!
  • Comes with 8MB Flash, 512KB SRAM, no PSRAM
  • Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
  • Can be used with Arduino IDE or CircuitPython
  • Built-in RGB NeoPixel LED with power control to reduce quiescent power in deep sleep
  • You can also use Arduino 2.0.3 or later, which has added S3 support

Other new boards

"What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with our favorite lil chip, the SAMD21"

https://www.adafruit.com/product/4600

  • ATSAMD21E18 32-bit Cortex M0+ - 48 MHz 32 bit processor with 256KB Flash and 32 KB RAM
  • Can be used with Arduino IDE or CircuitPython