What would you like to see in The Next Chip?
Re: What would you like to see in The Next Chip?
As I see it now
- separate BT and WiFi
- USB 2.0+
- more cores - 8 would be excellent
- more SPIs and higher SPI clock
- executable external memory
- more ram and psram
- better timer
- configurable clock speed per core?
- improved sleep modes
- hardware button debouncing
- separate BT and WiFi
- USB 2.0+
- more cores - 8 would be excellent
- more SPIs and higher SPI clock
- executable external memory
- more ram and psram
- better timer
- configurable clock speed per core?
- improved sleep modes
- hardware button debouncing
Re: What would you like to see in The Next Chip?
Now your just getting into a whole other breed of part.- separate BT and WiFi
- USB 2.0+
- more cores - 8 would be excellent
- more SPIs and higher SPI clock
- executable external memory
- more ram and psram
- better timer
- configurable clock speed per core?
- improved sleep modes
- hardware button debouncing
Might as well get something like this instead.
https://neutis.io/
Re: What would you like to see in The Next Chip?
Except we don't want FPGAs )mikemoy wrote:
Now your just getting into a whole other breed of part.
Might as well get something like this instead.
https://neutis.io/
Just better MCU board/module from Xtensa
-
- Posts: 48
- Joined: Mon Apr 30, 2018 5:32 pm
Re: What would you like to see in The Next Chip?
What if the chip wakes for small periods to check RF and then goes to sleep again quickly. In the average the consumption would be good.martinayotte wrote:No MCU or SoC around the world can provide 1A on GPIOs ! It is up to you to add some MOSFET to drive such current ...Adham Aboud wrote:- I think that having a ports that could drive 1A or more would be awesome
WOR can not be achieve without having the radio not sleeping ...Adham Aboud wrote:- Sleep power modes that have WOR (Wake On Radio) feature. (beside other waking functions)
ESP could also add a feature to let the user (the programmer) decide about the samples rate. It would be similar to other RF transceivers (I used to work with such transceiver from TI)
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: What would you like to see in The Next Chip?
Actually it's all there in the IDF! Just program and test it! IT's a software featureAdham Aboud wrote:What if the chip wakes for small periods to check RF and then goes to sleep again quickly. In the average the consumption would be good.martinayotte wrote:No MCU or SoC around the world can provide 1A on GPIOs ! It is up to you to add some MOSFET to drive such current ...Adham Aboud wrote:- I think that having a ports that could drive 1A or more would be awesome
WOR can not be achieve without having the radio not sleeping ...Adham Aboud wrote:- Sleep power modes that have WOR (Wake On Radio) feature. (beside other waking functions)
ESP could also add a feature to let the user (the programmer) decide about the samples rate. It would be similar to other RF transceivers (I used to work with such transceiver from TI)
It is very possible to do such thing. With Wifi it's pretty hard though, in order to maintain connection. In case of ESP-NOW and MESH, it's possible, so you don't have to keep connected.
You can put the ESP in a sleep state that it still maintains connection while consuming just a couple mA-s, but in this case it consumes more than in deeper sleep states.
No other chip on the market can achieve being in sleep while on Wifi, radios need power to be kept on, and for Wifi you need to keep the radio on all the time, and maintain connection - mostly because of the FHSS, which is a pseudo random frequency hopping of the router that must be followed by the ESP to keep connection stable.
Additionaly you have to keep the RAM powered, to keep the Wifi configuration intact during sleep.
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Re: What would you like to see in The Next Chip?
ESP32 would be everyones mcu if it adds:
Long range LoRa or Another Network
Lowest Sleep Current Consumption (While Interrupts Running)
Small footprint without need of Crystals & Rf balun ( Even QFN )
All IOs accessable while wifi running ( IO's Saperate from Rf)
These four things will change Esp32 to a Dynamic Mcu for everyones need.
Long range LoRa or Another Network
Lowest Sleep Current Consumption (While Interrupts Running)
Small footprint without need of Crystals & Rf balun ( Even QFN )
All IOs accessable while wifi running ( IO's Saperate from Rf)
These four things will change Esp32 to a Dynamic Mcu for everyones need.
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: What would you like to see in The Next Chip?
The RF balun already is internal for both the ESP32 and ESP8266. Wrt crystal: have you looked at the Esp32-Pico-D4?ajaybnl wrote: Small footprint without need of Crystals & Rf balun ( Even QFN )
That does not make sense. Access to GPIOs already is unaffected by WiFi.All IOs accessable while wifi running ( IO's Saperate from Rf)
Re: What would you like to see in The Next Chip?
ADC-2 does not work when WiFi is enabled....ESP_Sprite wrote: That does not make sense. Access to GPIOs already is unaffected by WiFi.
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: What would you like to see in The Next Chip?
Ah, check, but that's not a GPIO, that's an ADC.
Re: What would you like to see in The Next Chip?
I now understand why manuf. don't ask this question. I have been following this post since its creation.What would you like to see in The Next Chip?
Very, very few good ideas, but the majority of them are people wanting to make this chip suit their own goals.
Not to mention trying to throw everything in, and the kitchen sink.
People, this is the a genie in a bottle where you rub it 3 times and make a wish and poof the best chip becomes reality.
The ESP32 is an unbelievable amazing chip already, and for what it costs where else can you find anything else to compare to it?
In reality, the only thing that i see this chip could use is a boost in memory. But even at that, its still VERY practical.
Who is online
Users browsing this forum: No registered users and 72 guests