What would you like to see in The Next Chip?
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
-
- Posts: 20
- Joined: Sat May 14, 2022 1:36 pm
Re: What would you like to see in The Next Chip?
An S3 with ETHERNET MAC.
No need for PHY, just the ETH MAC.
SPI connectivity solution to a eg SPI to ETH module has proved very poor, eg WT32-ETH01 (a plain ESP32 chip) outperforms the ESP32S3/W5500 hands down having 2 or 3 times the speed.
It is a bummer that the top of the line S3 has no ETH MAC.
No need for PHY, just the ETH MAC.
SPI connectivity solution to a eg SPI to ETH module has proved very poor, eg WT32-ETH01 (a plain ESP32 chip) outperforms the ESP32S3/W5500 hands down having 2 or 3 times the speed.
It is a bummer that the top of the line S3 has no ETH MAC.
-
- Posts: 3
- Joined: Sun Oct 30, 2022 2:11 pm
Re: What would you like to see in The Next Chip?
it would be nice to have easier multi thread features.
also a smaller board with less ports (with wifi). in most of my projects i don't need all the ports, and smaller size would be more important.
also some of the boards require me to hold the boot button to get into firmare mode, so please fix that.
Bluetooth 5.2 support
wifi 6 support
also a smaller board with less ports (with wifi). in most of my projects i don't need all the ports, and smaller size would be more important.
also some of the boards require me to hold the boot button to get into firmare mode, so please fix that.
Bluetooth 5.2 support
wifi 6 support
Re: What would you like to see in The Next Chip?
I want to see more analog pins.
Re: What would you like to see in The Next Chip?
Thanks, I wasn't sure.ESP_Sprite wrote: ↑Tue Oct 25, 2022 1:56 amYou can use the MAC-address for that, it's guaranteed to be unique.
Re: What would you like to see in The Next Chip?
A MIPI interface.
Re: What would you like to see in The Next Chip?
bernardthedog wrote: ↑Sun Oct 30, 2022 2:26 pm
also some of the boards require me to hold the boot button to get into firmare mode, so please fix that.
Thats not an issue with the SOC, but the design programming hardware. There are so many knockoffs out there that do not impliment this correctly.
-
- Posts: 2
- Joined: Tue Oct 11, 2022 9:16 am
Re: What would you like to see in The Next Chip?
Thanks for the reply and the information about the ADC.
Unfortunately, it is very difficult to get along with the two cores in my application. All data is quickly recorded and passed on to various peripherals -> ESPnow + SD Card + UART + web server for GUI. Another core would significantly simplify development. The same application but with slower data acquisition runs stably. But at higher speeds, the WIFI communication hampers the timing of all peripherals.
Unfortunately, it is very difficult to get along with the two cores in my application. All data is quickly recorded and passed on to various peripherals -> ESPnow + SD Card + UART + web server for GUI. Another core would significantly simplify development. The same application but with slower data acquisition runs stably. But at higher speeds, the WIFI communication hampers the timing of all peripherals.
ESP_Sprite wrote: ↑Wed Oct 12, 2022 4:31 amWouldn't you be able to combine the 3rd and 1st core tasks and run this on a two-core CPU?ESP32_Arduino_user wrote: ↑Tue Oct 11, 2022 9:31 am- a 3-4 core version (I'm programming in Arduino IDE).
Why?
1. Core for all internal things e.g. WIFI, Bluetooth, Uart, SPI etc. -> system/event task
2. Core for fast / time-critical things like querying data from an ADC or similar -> only one task is running here, with my applications the task switching takes too long so that only one task can run
3. Core application, possibly several tasks (web server, save data on SD, UI etc.)
4th core optional from 3rd core
Re: What would you like to see in The Next Chip?
A C++ driver-layer.
Last edited by svenbieg on Fri Mar 24, 2023 5:50 pm, edited 4 times in total.
Re: What would you like to see in The Next Chip?
24 bit DAC.
Who is online
Users browsing this forum: Bing [Bot] and 162 guests