Page 22 of 43

Re: What would you like to see in The Next Chip?

Posted: Fri Aug 24, 2018 11:19 pm
by Deouss
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

;)

Re: What would you like to see in The Next Chip?

Posted: Fri Aug 24, 2018 11:48 pm
by mikemoy
- 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
Now your just getting into a whole other breed of part.
Might as well get something like this instead.
https://neutis.io/

Re: What would you like to see in The Next Chip?

Posted: Sat Aug 25, 2018 12:07 am
by Deouss
mikemoy wrote:
Now your just getting into a whole other breed of part.
Might as well get something like this instead.
https://neutis.io/
Except we don't want FPGAs )
Just better MCU board/module from Xtensa

Re: What would you like to see in The Next Chip?

Posted: Sat Aug 25, 2018 5:58 am
by Adham Aboud
martinayotte wrote:
Adham Aboud wrote:- I think that having a ports that could drive 1A or more would be awesome
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:- Sleep power modes that have WOR (Wake On Radio) feature. (beside other waking functions)
WOR can not be achieve without having the radio not sleeping ...
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.
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)

Re: What would you like to see in The Next Chip?

Posted: Tue Aug 28, 2018 6:47 am
by Vader_Mester
Adham Aboud wrote:
martinayotte wrote:
Adham Aboud wrote:- I think that having a ports that could drive 1A or more would be awesome
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:- Sleep power modes that have WOR (Wake On Radio) feature. (beside other waking functions)
WOR can not be achieve without having the radio not sleeping ...
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.
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)
Actually it's all there in the IDF! Just program and test it! IT's a software feature
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.

Re: What would you like to see in The Next Chip?

Posted: Wed Aug 29, 2018 5:26 pm
by ajaybnl
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.

Re: What would you like to see in The Next Chip?

Posted: Fri Aug 31, 2018 2:38 am
by ESP_Sprite
ajaybnl wrote: Small footprint without need of Crystals & Rf balun ( Even QFN )
The RF balun already is internal for both the ESP32 and ESP8266. Wrt crystal: have you looked at the Esp32-Pico-D4?
All IOs accessable while wifi running ( IO's Saperate from Rf)
That does not make sense. Access to GPIOs already is unaffected by WiFi.

Re: What would you like to see in The Next Chip?

Posted: Fri Aug 31, 2018 12:29 pm
by dmaxben
ESP_Sprite wrote: That does not make sense. Access to GPIOs already is unaffected by WiFi.
ADC-2 does not work when WiFi is enabled....

Re: What would you like to see in The Next Chip?

Posted: Sat Sep 01, 2018 2:40 am
by ESP_Sprite
Ah, check, but that's not a GPIO, that's an ADC.

Re: What would you like to see in The Next Chip?

Posted: Sat Sep 01, 2018 3:33 am
by mikemoy
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.
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.