platform-espressif32
PlatformIO
platform-espressif32 | PlatformIO | |
---|---|---|
14 | 96 | |
889 | 7,820 | |
2.2% | 1.2% | |
8.5 | 8.7 | |
8 days ago | 1 day ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
platform-espressif32
-
I like the RP2040
It seems like Espressif are in the same situation as Pi w/r/t PlatformIO[1]. As an outsider, it sounds like PlatformIO was trying to extract a very large annual payment from RPi and Espressif, and that was after the initial support was added in, and some of the community started adopting it.
It's a weird situation, but I think PlatformIO built up a dominant position by supporting all these platforms and accepting community contributions to do so, then tried extracting value from the manufacturers directly after the fact, blocking further community PRs that would add new board revisions or fix bugs. See related: [2]
[1] https://github.com/platformio/platform-espressif32/issues/12...
[2] https://github.com/platformio/platform-raspberrypi/pull/36
-
Is there a way to communicate with uart_write_bytes and read_bytes with s3s native USB
[env:esp32-s3] platform = espressif32 ;https://github.com/platformio/platform-espressif32.git board = esp32-s3-devkitc-1 framework = arduino monitor_speed = 115200 lib_deps = ${common.lib_deps} build_flags = -D MONITOR_SPEED=115200 -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 board_build.flash_mode = qio
-
No serial output on ESP32S3N16R8V custom board when using platform io.
[env:esp32-s3-devkitc-1-n16r8v] platform = https://github.com/platformio/platform-espressif32.git framework = arduino board = esp32-s3-devkitc-1-n16r8v board_build.filesystem = littlefs lib_extra_dirs = ~/Documents/Arduino/libraries build_unflags = -std=gnu++11 -fconcepts build_flags = -std=gnu++17 -fconcepts -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue monitor_speed = 115200 monitor_rts = 0 monitor_dtr = 0 monitor_filters = default time colorize esp32_exception_decoder
-
How to setup platform up for this flashing board?
If you want, you can also copy the board definition file https://github.com/platformio/platform-espressif32/blob/develop/boards/esp32-s3-devkitc-1.json and create a custom one in your own repo (if it differs much from the esp32-s3-devkitc-1).
-
Can't import IDF headers for I2S. Please help me work out what I'm doing wrong?
On the "Platforms" tab of the quick access toolbar, I can click on "platforms" (again) and see that I have version 6.0.1 of the Espressif 32 platform instaled. If I look at the release info, it seems that support for IDF v5.0 was added in Espressif 32 version 6.0.0.
-
New T-Display S3 ESP32S3 review
board: esp32-s3-devkitc-1 #https://registry.platformio.org/platforms/platformio/espressif32/boards
-
Does anyone have experience moving from PlatformIO/arduino to the native API?
This is probably the simplest next step before fully transitioning to ESP-IDF and dumping PlatformIO. Here's the PlatformIO example repo that does just this. https://github.com/platformio/platform-espressif32/tree/develop/examples/espidf-arduino-blink
-
Novel errors on boot, SPIFFS not working. All this is new
Sounds like this might be a similar issue to this problem I ran into with the S3 and Platform.io?
-
ESP32C3 support
esphome: name: myesp32c3 esp32: board: esp32-c3-devkitm-1 variant: esp32c3 framework: ### Arduino type: arduino version: dev platform_version: https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream ### ESP-IDF # type: esp-idf ...
-
ESP32-CAM lower performance due to Espressif update?
Yes this seemed to be it. I don't know what is the difference between "development platform" and "development framework" (IDF), but all I know is that the change that made thinfs slower happened in the former. And I know that because I reverted the version used inside Platform.io. Other than that, I have no idea what is happening in the background. I just use PlatformIO on VSC and have pretty basic programming skills.
PlatformIO
-
Help Needed with Tauri Desktop App for NFC Card Enrollment on ESP32
For the ESP32 in read mode, we've successfully developed a project using PlatformIO that accepts the key during build time and stores it in memory.
-
It's 2023 why embedded development is so cumbersome?(rant)
Check out Zephyr OS and Platform IO. Zephyr is part of the Linux foundation and has similarities to Linux with how it performs hardware abstraction (device tree). Platform IO integrates with other frameworks including mbed and Arduino.
- Is there an extension in vs code to do embedded programming
-
Debug program using PlatformIO and avr-stub
PlatformIO together with avr-stub can be used to do source level debugging but there are some caveats.
-
Do you know some sbc or soc that can be programed to run rtos and c++ on top?
Look into https://platformio.org/, it can abstract over a few RTOSes, and can show you which OSes work with which chips/boards.
-
Newbie question on identifying board in IDE
If the HW looks like it works, you could also try alternate programming software. (e.g. TinyGo or PlatformIO)
-
Issue with Adafruit ESP32-S3: COM port switching, etc.
You might have better luck with PlatformIO than the Arduino IDE; it's better at automatically choosing the serial port, though I can't say I've used it under Windows.
-
Made some progress on the Chessboard this week
My other suggestion takes more work but will make your life oh so much better. Professionally I have used and highly recommend. https://platformio.org/ which is free!
-
Ask HN: Best books to learn embedded systems?
Will you be doing embedded Linux? Embedded RTOS? Bare metal? Microcontrollers? SoC (say, FPGA with a hard processor core)?
You can do a lot with QEMU. https://bootlin.com/ has a lot of great, free training material.
https://bootlin.com/doc/training/embedded-linux-qemu/embedde...
is one of my favorites.
Learning to cross-compile, do embedded debugging, the process of booting an embedded system (which varies depending on the answers to the above questions), learning how to read a technical reference for the processor you’re using as well as for peripherals you’re likely to interact with - SPI, i2c, UART, maybe PCIe, are all handy skills. Learn a bit about JTAG, hardware, reading schematics, etc. Even being able solder is helpful.
There may be books (I had a great embedded Linux book when I started) but there are lots of online materials too. Check out https://platformio.org/
There are fun embedded boards and projects for microcontrollers too - micropython on an rpi pico, tinygo, eLua, etc.
What are some alternatives?
arduino-esp32 - Arduino core for the ESP32
MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
esp32-oscilloscope - A very basic esp32-based logic analyzer capable of sampling digital signals at up to ~3.2MHz.
duino-coin - ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
meson - The Meson Build System
esp-homekit-arduino-sdk - Arduino wrapper for ESP-IDF HomeKit library
BitBake - The official bitbake Git is at https://git.openembedded.org/bitbake/. Do not open issues or file pull requests here.
platform-atmelavr - Atmel AVR: development platform for PlatformIO
ESPAsyncWebServer - Async Web Server for ESP8266 and ESP32
UsbAsp-flash - Program allow you to program flash memory on the protocols spi, I2C, MicroWire. Supports CH341a, UsbAsp, AVRISP(LUFA), Arduino, FT232H.
TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.