Skip to main content
ESPBoards

RoboHeart Hercules Development Board Pinout and Technical Specifications

Code name: roboheart_hercules

RoboHeart Hercules development board is based on esp32 microcontroller and uses xtensa architecture. This development board has a maximum CPU frequency of 240 MHz and a flash size of 4MB.


Features

  • 20 digital IO pins
  • 16 external interrupt pins
  • 16 analog input pins
  • 21 PWM pins

Connectivity

  • WiFi: 802.11 b/g/n (2.4 GHz)
  • Bluetooth: 4.2
  • WiFi: 4.2

Technical specs

Clock Speed240 MHz
Flash size4MB
Microcontrolleresp32
Architecturextensa

RoboHeart Hercules Pins Mapping Arduino IDE

Below you can find the RoboHeart Hercules pinout. This development board provides 20 digital IO pins, out of which 16 can be used as an external interrupt pins , 16 as analog input pins and 21 pins have Pulse-Width Modulation (PWM) .

PinAnalogTouchPWMOther
0A11BUTTON_ROBOHEART G0
1PWMG1
2A12PWMSLEEP_MOTOR_ABC G2
3PWMG3
4A10PWMMOTOR_C_IN2
5PWMSS G5
12A15PWMGSM_PWRKEY G12
13A14PWMGSM_DTR G13
14A16PWMLED_ROBOHEART GSM_RTS
15A13PWMGSM_CTS G15
16PWMRXD1 RXD2 G16
17PWMTXD1 TXD2 G17
18PWMSCK G18
19PWMMISO G19
21PWMIMU_SDA SDA G21
22PWMIMU_SCL SCL G22
23PWMMOSI G23
25A18PWMMOTOR_A_IN1 G25 DAC1
26A19PWMMOTOR_A_IN2 G26 DAC2
27A17PWMMOTOR_B_IN1
32A4PWMMOTOR_B_IN2
33A5PWMMOTOR_C_IN1
34A6RX G34
35A7TX G35
36A0BATTERY_PIN G36
39A3
Analog - Analog input pins
Touch - Touch pins
Function - Function pins
RX / TX - Receive (RX) / Transmit (TX)
LED_BUILTIN - Built-in LED
PWM - Pulse-Width Modulation

Default Tools

Bootloader tool
Uploader toolesptool_py
Network uploader tool
Bootloader address0x1000
Flash modedio
Boot modedio
PSRAM type
Maximum upload size
1280 Kb
(1310720 B)
Maximum data size
320 Kb
(327680 B)

The RoboHeart Hercules development board by default uses esptool_py uploader tool, network uploader tool for Over-the-air (OTA) uploads and bootloader tool. The bootloader starts at address "0x1000". Flash mode and boot mode for RoboHeart Hercules development board by default is dio and dio respectively. When using Arduino IDE, the maximum sketch upload size is 1280 Kb (1310720 B) and maximum data size for variables is 320 Kb (327680 B).