New FEATURES gathering

huafan
Posts: 32
Joined: Sun Mar 15, 2015 2:30 pm

Re: New FEATURES gathering

Postby huafan » Fri Apr 10, 2015 5:09 pm

1 HTTP配置和升级
希望能有一个HTTP的WEB配置界面,能很方便的配置WIFI模块的大部分参数.WEB界面中最好有程序更新功能(尽管有了云升级功能).

2 模块能否支持中继
在部分三室一厅里,路由器功率小,不能覆盖每隔角落, WIFI模块 能否支持自动中继功能来弥补这个问题.

暂时就这些,ESP8266 是一块很强大的WIFI芯片. :D

谢谢.

spiff
Posts: 1
Joined: Tue Apr 14, 2015 5:52 pm

Re: New FEATURES gathering

Postby spiff » Thu Apr 16, 2015 3:20 pm

With a new chip, 5V tolerant I/O-pins would definitely be welcome.

jonsmirl
Posts: 8
Joined: Fri Nov 21, 2014 9:44 pm

Two 12-bit ADC with PGA

Postby jonsmirl » Tue Apr 28, 2015 3:22 am

At least two 12-bit ADC channels with a programmable amplifier (PGA) in front of them. Check out the datasheet for the Atmel 90E21.
http://www.atmel.com/Images/Atmel-Meter ... g_0402.pdf

These two ADC channels can be used for any purpose, but my specific use is for power consumption monitoring. For example - an AC outlet that monitors how much power is being used. Outlets like this are used in data centers to bill people for the power they use. They would also be used in home automation if they were cheaper, adding the ADC+PGA would make them cheap enough. Note that you have to be able to simultaneously sample the two ADCs in order to do the calculations, you can't have one ADC and switch inputs between it.

jonsmirl
Posts: 8
Joined: Fri Nov 21, 2014 9:44 pm

Integrated power supply controller.

Postby jonsmirl » Tue Apr 28, 2015 3:37 am

In order to reduce chip count in high volume applications, consider integrating a power supply controller. In my case I need a hot ground power supply. The common chip for doing this is a Power Integrations LNK302 or LNK304. Datasheet: http://ac-dc.power.com/design-support/p ... ata-sheet/ The LN302 integrates the needed FET, but with the ESP-type chips you might want to use an external FET to provide more flexibility. Change the FET to increase the current output.

An ideal integrated power supply controller would be flexible to do all of this....
1) Hot ground constant voltage supply - use case: dimmers, outlets
2) Hot ground constant current supply - use case: LED bulbs
3) Buck-boost supply - batteries

Once the power supply controller is integrated it becomes possible to add some extreme 'Green' features to the chip. For example - when the chip is ready to use wifi it could instruct the power supply controller to fully charge up the output capacitor. When in deep sleep it could be smart enough to only charge the output cap once every 50 cycles. This helps solve one of the main problems with smart LED light bulbs - they draw too much power when they are off. Under IEC62301 if standby power is 5mW of less, you can advertise it as Zero power consumption in the EU. This may be achievable with an integrated power supply controller.

User avatar
rudi
Posts: 197
Joined: Fri Oct 24, 2014 7:55 pm

Re: New FEATURES gathering

Postby rudi » Tue May 12, 2015 7:18 am

;-)

free parcel with
fully basic starter kit from espressif :)
for all registered board forum developer :) :) :)

with the newest ESP???? chip and all the new features :) that was done by listing

:)

best wishes
rudi ;-)

i will be a beta tester :)
yes ..please add me to the list

;-)

-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

nver

Re: New FEATURES gathering

Postby nver » Wed May 27, 2015 1:33 am

As bootloader keep changing with SDK releases, can you enable FOTA bootloader upgrade ? Same mechanism as user1.bin, user2.bin upgrade I suggest having a backup partition for boot.bin at 0x80000 (currently reserved sector) and SDK jumps on the valid bootloader at 0x0 or 0x80000.

thanks

owendelong
Posts: 6
Joined: Mon Jul 20, 2015 9:02 pm

Re: New FEATURES gathering

Postby owendelong » Mon Jul 20, 2015 9:18 pm

Not sure if this is already implemented or not. Couldn't find anything like it in the documentation.

I would like the following features (several possible subsets would solve most of my current problems):

  • A way to enable and disable WiFi in software without resetting the chip. (Transition WAKE_RF_DISABLED<->WAKE_RF_DEFAULT states without requiring a deepSleep cycle which resets the processor.
  • A way to set up a callback function to restart after deepSleep and a flag to allow deepSleep to keep the RAM contents
  • More RAM

Beyond those basics that would be really handy for my low-power sensor platform work, I'd also like IPv6 so I can talk to the modern internet instead of needing a gateway or translator. This one is actually critical and may prevent me from continuing to use the chipset if it isn't resolved soon.

5Ghz 802.11ac would be nice.

BETTER DOCUMENTATION, especially for the Arduiino IDE.

The secret decoder ring for messages displayed at boot time.

AlOdin
Posts: 7
Joined: Tue Oct 28, 2014 1:59 pm

Re: New FEATURES gathering

Postby AlOdin » Thu Jul 30, 2015 10:55 pm

BLE support
=======
for example we can to use
user1 - WiFi
user2 - BLE
---------
(want to exclude BT module from the BOM :-))
Regards, Alexander

eriksl
Posts: 159
Joined: Fri May 22, 2015 6:22 pm

Re: New FEATURES gathering

Postby eriksl » Sun Aug 02, 2015 4:48 pm

  • real i2c hardware
  • more, much more iram (not because I need it but because libraries need it)
  • normal libc api, even the at atmel attiny 25 has it (2k flash, 256 bytes ram...) I mean e.g. a normal snprintf implementation, not a crippled one with a strange name, likewise for all the other functions. I assume with more iram it will be possible to use a normal embedded libc.
  • PROPER PROTOTYPES for ALL sdk functions.
  • proper hardware pwm

vvvictor
Posts: 2
Joined: Fri Apr 17, 2015 2:49 pm

Re: New FEATURES gathering

Postby vvvictor » Tue Aug 04, 2015 12:20 pm

IP-level packet operation API

Who is online

Users browsing this forum: No registered users and 10 guests