What would you like to see in The Next Chip?
Re: What would you like to see in The Next Chip?
Last edited by svenbieg on Sun Jul 16, 2023 12:55 pm, edited 1 time in total.
Re: What would you like to see in The Next Chip?
Hello,
Things we use in our devices:
- Proper support for HTTPS, the encryption ESP32 is not fast enough. Other devices lack other requirements.
- Larger pin count, now we use IO expanders this cost us 1 SPI interface.
- MAC PHY, we are stuck using the ESP32 for the PHY. Using SPI is not fast enough since its shared with the IO expander
- USB
- WIFI, Zigbee and bluetooth? Ive seen problems with this due to these using the same frequency. Perhaps wifi on 5GHz?
Things we use in our devices:
- Proper support for HTTPS, the encryption ESP32 is not fast enough. Other devices lack other requirements.
- Larger pin count, now we use IO expanders this cost us 1 SPI interface.
- MAC PHY, we are stuck using the ESP32 for the PHY. Using SPI is not fast enough since its shared with the IO expander
- USB
- WIFI, Zigbee and bluetooth? Ive seen problems with this due to these using the same frequency. Perhaps wifi on 5GHz?
-
- Posts: 2
- Joined: Tue Oct 11, 2022 9:16 am
Re: What would you like to see in The Next Chip?
Hello,
my wishes would be:
- 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
- a much more accurate 12bit ADC (preferably 14bit)
- DMA controller for SPI, UART etc.
- interface for graphic LCDs
Greetings and many thanks for this microcontroller
my wishes would be:
- 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
- a much more accurate 12bit ADC (preferably 14bit)
- DMA controller for SPI, UART etc.
- interface for graphic LCDs
Greetings and many thanks for this microcontroller
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: What would you like to see in The Next Chip?
Wouldn'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
Newer ESPs (ESP32S3 for instance) already have a much better ADC, and the S3 specifically has an interface for graphical LCDs.- a much more accurate 12bit ADC (preferably 14bit)
- interface for graphic LCDs
That already exists from the very first ESP32. You may now know it because the APIs handle DMA details for you.- DMA controller for SPI, UART etc.
Re: What would you like to see in The Next Chip?
I think I forgot this in my previous post, but I would really like some always unique hardware ID.
Re: What would you like to see in The Next Chip?
I'd like the same pin-layout very much, because i don't like to sell adapters to my customers.
Best regards,
Sven Bieg
Best regards,
Sven Bieg
Last edited by svenbieg on Tue Oct 25, 2022 4:17 am, edited 2 times in total.
Re: What would you like to see in The Next Chip?
Just make Risc-V C3 Dual core or quad core )
Maybe higher clock too - 240Mhz+
Maybe higher clock too - 240Mhz+
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Who is online
Users browsing this forum: MicroController and 70 guests