Friday, November 29, 2019

Identify ESP32 Modules

Espressif designs and manufactures different modules and development boards, such as ESP32-WROOM-32, ESP32-SOLO-1, ...etc. So what it means?

You can identify the key characteristics by the modules name in the page https://docs.espressif.com/projects/esp-idf/en/latest/hw-reference/modules-and-boards.html.



Tuesday, October 29, 2019

Thursday, October 24, 2019

Arduino Pro IDE (alpha preview) released

Arduino announced a completely new development environment for Arduino, Arduino Pro IDE (alpha preview) released. Available in Windows, Mac OS X and Linux64 versions.

The main features in this initial alpha release of the new Arduino Pro IDE are:

  • Modern, fully featured development environment 
  • Dual Mode, Classic Mode (identical to the Classic Arduino IDE) and Pro Mode (File System view)
  • New Board Manager 
  • New Library Manager
  • Board List
  • Basic Auto Completion (Arm targets only)
  • Git Integration
  • Serial Monitor
  • Dark Mode

Source and download link:
~ Arduino Blog - Arduino Pro IDE (alpha preview) with advanced features