New FEATURES gathering

alexAria
Posts: 3
Joined: Sat Jan 10, 2015 3:27 am

Re: New FEATURES gathering

Postby alexAria » Mon Jan 26, 2015 9:00 pm

Low level access to PHY MAC ,
being able to send and receive 802.11 packets.

costaud
Posts: 138
Joined: Fri Oct 24, 2014 7:40 pm

Re: New FEATURES gathering

Postby costaud » Thu Feb 05, 2015 7:22 pm

;) ;) ;)

arkhantum
Posts: 5
Joined: Tue Nov 18, 2014 1:35 pm

Re: New FEATURES gathering

Postby arkhantum » Sun Feb 08, 2015 3:17 pm

Hi Costaud,
In IOT SDK, perhaps there are some methods that allow user to update the needed key from an apps(for example esp8266 android related apps).the apps will request the key from server separately, later when the apps already got the key, we can easily write this key to that specific address of the esp device.
Thank you

SL!M
Posts: 22
Joined: Tue Dec 30, 2014 11:17 pm

Re: New FEATURES gathering

Postby SL!M » Fri Feb 13, 2015 6:25 pm

Hello, I think a very important feature is to be able to define your own update server, it would make our lives lot easier :D

tve
Posts: 123
Joined: Sun Feb 15, 2015 4:33 pm

Re: New FEATURES gathering

Postby tve » Mon Feb 16, 2015 9:24 am

Support the FreeRTOS SDK, it's so much better than the std SDK!

SL!M
Posts: 22
Joined: Tue Dec 30, 2014 11:17 pm

Re: New FEATURES gathering

Postby SL!M » Sun Apr 05, 2015 12:24 am

The new AT commands v0.23 seems to be stable enough, but we still need SSL connection AT command.
Custom upgrade command was a great addition :D I didn't try it yet...
Thanks!

israellot
Posts: 14
Joined: Fri Mar 27, 2015 1:11 am

Re: New FEATURES gathering

Postby israellot » Mon Apr 06, 2015 8:10 pm

Support for packet injection on 802.11 :)

cortinas
Posts: 12
Joined: Fri Feb 13, 2015 9:36 pm

Re: New FEATURES gathering

Postby cortinas » Fri Apr 10, 2015 1:31 am

Publish source for all the blobs --- or at least the wifi / 80211 ones so at least we can figure out what is going on

mculibrk
Posts: 22
Joined: Mon Feb 09, 2015 3:35 am

Re: New FEATURES gathering

Postby mculibrk » Fri Apr 10, 2015 1:32 am

costaud wrote:How about Uart and SPI port, what kind of interrupt event do you want ??


It would be very nice to have some sort of "threshold" for generating the SPI (or other UART...) interrupts.

Interrupts are now triggered only on completion of some action - for example int on end transfer.

What I mean is to have some way of configuring the interrupt to trigger before the entire fifo/buffer is processed.

Why? If you need to have a "constant" output stream (on SPI or UART) you should start filling (or reading) the fifo before the end of transmission/reception otherwise there will always be gaps - after the interrupt triggers you need time to re-fill the fifo and start a new transfer.


regards

mculibrk
Posts: 22
Joined: Mon Feb 09, 2015 3:35 am

Re: New FEATURES gathering

Postby mculibrk » Fri Apr 10, 2015 1:39 am

DMA engine with few channels, triggers linked to wifi/uart/spi/i2s... peripherals (to be able to configure a simple "data pump" from wifi to spi or i2s etc)

Who is online

Users browsing this forum: No registered users and 286 guests