Looks so good.
https://www.cnx-software.com/2023/01/06 ... ontroller/
With 3rd 40 MHz RISC-V LP Core
No wireless. With Ethernet.
Burtrum
Search found 20 matches
- Fri Jan 06, 2023 4:37 pm
- Forum: General Discussion
- Topic: ESP32-P4 RISC-V dual core 400 MHz in the news
- Replies: 15
- Views: 126829
- Wed Oct 26, 2022 3:28 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939191
Re: What would you like to see in The Next Chip?
How about next 'module' ?
A built-in 32KHz crystal.
I don't want to design a board to experiment with RTC options.
Burtrum
A built-in 32KHz crystal.
I don't want to design a board to experiment with RTC options.
Burtrum
- Wed Sep 28, 2022 2:36 pm
- Forum: General Discussion
- Topic: Free edX course: Building Applications with RISC-V and FreeRTOS
- Replies: 0
- Views: 2096
Free edX course: Building Applications with RISC-V and FreeRTOS
https://www.edx.org/
LFD112x: Building Applications with RISC-V and FreeRTOS.
https://learning.edx.org/course/course- ... T2022/home
The first chapters are very high level, nothing new to me.
But the rest was interesting.
YMMV,
Burtrum
LFD112x: Building Applications with RISC-V and FreeRTOS.
https://learning.edx.org/course/course- ... T2022/home
The first chapters are very high level, nothing new to me.
But the rest was interesting.
YMMV,
Burtrum
- Wed Mar 23, 2022 3:34 pm
- Forum: ESP-IDF
- Topic: How do I build to support multiple variants of an Application?
- Replies: 3
- Views: 3720
Re: How do I build to support multiple variants of an Application?
Hi I’ve just started looking at the exact opposite problem: the same app on ESP32 variants. I have ESP32, ESP32C3 and ESP32S2. I think this is the Espressif example to look it. https://github.com/espressif/esp-idf/tree/master/examples/build_system/cmake/multi_config Separate build directories hold s...
- Wed Feb 16, 2022 10:25 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C3-DevKitM-1 SHA-256 comparison failed
- Replies: 6
- Views: 11335
Re: ESP32-C3-DevKitM-1 SHA-256 comparison failed
FYI Same SHA-256 boot warning on Lilygo TTGO T-01 esp32c3.
This was with Nuttx and ESP boot binaries. Not Arduino. All with the latest tools.
Multiple flase erase and reprogram no change. But seems to boot OK.
Burtrum
This was with Nuttx and ESP boot binaries. Not Arduino. All with the latest tools.
Multiple flase erase and reprogram no change. But seems to boot OK.
Burtrum
- Wed Jan 26, 2022 8:08 pm
- Forum: Showcase
- Topic: Scrolling current & voltage monitor using websocket and chartjs
- Replies: 3
- Views: 10235
Re: Scrolling current & voltage monitor using websocket and chartjs
Great job from low code to high level programming. Plus HW PCB. I am impressed.
Burtrum
github.com/burtrum
Burtrum
github.com/burtrum
- Mon Dec 20, 2021 4:48 am
- Forum: General Discussion
- Topic: NUTTX make flash : Detected overlap at address: 0x8000
- Replies: 1
- Views: 5749
My mistake: Re: NUTTX make flash : Detected overlap at address: 0x8000
I used 'curl' (incorrectly to download the bin files and ended up with 150K worth the http and other text.
I just used 'wget' and everything flashed OK.
So apparently making progress with Nuttx, so far I like it.
sorry for the false alarm.
Burtrum
I just used 'wget' and everything flashed OK.
So apparently making progress with Nuttx, so far I like it.
sorry for the false alarm.
Burtrum
- Mon Dec 20, 2021 4:05 am
- Forum: General Discussion
- Topic: NUTTX make flash : Detected overlap at address: 0x8000
- Replies: 1
- Views: 5749
NUTTX make flash : Detected overlap at address: 0x8000
I have installed the latest Nuttx with Espressif ESP32 Xtensa and RISCV support under Linux. I get the same failure for the esp32, esp32s2, esp32c3. I'm using pre-built binaries. And the correct toolchains. I try to flash with boot and partition binaries: $ make flash ESPTOOL_BINDIR=../esp-bins Give...
- Wed Dec 01, 2021 3:15 am
- Forum: General Discussion
- Topic: A Zephyr RTOS & Espressif ESP32 SOC Development Environment: Linux setup script and tutorial.
- Replies: 0
- Views: 4199
A Zephyr RTOS & Espressif ESP32 SOC Development Environment: Linux setup script and tutorial.
This single script installs ALL of the tools needed to go from "plug in the USB cable to flash the ESP32 board" in under 10 minutes. The detailed README.md demonstrates step-by-step Zephyr workflow from configure and compile to flash and monitor. git clone https://github.com/Burtrum/scripts-zephyr I...
- Sun Aug 08, 2021 4:49 pm
- Forum: Hardware
- Topic: I2C doesn't work properly if reconfigure the gpios used
- Replies: 5
- Views: 6013
Re: I2C doesn't work properly if reconfigure the gpios used
Correction:
i2c_param_config()
Burtrum
i2c_param_config()
Burtrum