Search found 2 matches
- Thu Sep 08, 2022 10:11 am
- Forum: ESP32 Arduino
- Topic: Is it possible to use C++20 / esp-idf v5.0 with platformIO yet?
- Replies: 0
- Views: 1366
Is it possible to use C++20 / esp-idf v5.0 with platformIO yet?
I'm reading that the esp-idf 5.0 branch switches to GCC 11 with proper C++20 support. But there is no corresponding arduino-esp32 branch yet. Does this mean I cannot use the new GCC 11-based platform with PlatformIO? Or is there a way?
- Tue Apr 27, 2021 12:15 pm
- Forum: Hardware
- Topic: Which pins are 5V tolerant?
- Replies: 5
- Views: 47646
Re: Which pins are 5V tolerant?
You can inspect the schematic, there is no 5V level shifting for the GPIO. The only thing taking 5V is the usb connector, the CP21 usb to serial, and the LDO. That in itself doesn't mean anything. Atmel SAM3X8E, the chip in the Arduino Due board, is a 3.3V chip and doesn't receive 5 V voltage, nor ...