MediaTek-Labs / Arduino-Add-On-for-LinkIt-SDK

Arduino board support package for LinkIt 7697
https://docs.labs.mediatek.com/resource/linkit7697-arduino/en
34 stars 33 forks source link

Roadmap / Documentation ? #56

Closed luc-github closed 7 years ago

luc-github commented 7 years ago

Hi it looks nice project ^_^

Any plan to add OTA support library / SPIFFS or equivalent library? or any library to bring LinkIt at same level as ESP8266/ESP32 ?

Or is there any detailled documention about SDK / memory mapping to help to port them ?

I have a project currently using ESP8266 and soon ESP32 and I would love to support LinkIt board as well :smile_cat:

Thanks

pablosun commented 7 years ago

Thanks for asking!

OTA

We do have plans for OTA support in the near future. At this stage we are working on enhancing the BLE functionality.

SPIFFS

For SPIFFS, its not yet in the roadmap but we are open to this. Do you specifically need a file system-like API that supports usage like open( filePath, ...), or any persistent storage would do? If the data item is not very large (a few bytes), we would suggest using the LFlash class, which is essentially a key-value mapped storage.

Documentations

For documentations, the resource pages are:

luc-github commented 7 years ago

Thanks a lot for the detailed answer ^^ Great for OTA, ^^ as I think it is key on this kind of board About File system : I use it to store the webserver files image So it is more than few bytes the current ESP8266 libraries that I use in my project for your reference are:

I like the Linkit boot loader which unlike ESP8266 do not send any garbage at start which is great for device connected to another one by serial

I will definitly read the documentations - is there a forum / gitter to avoid to poluate issue tracker when having programing questions ?

Thanks again

pablosun commented 7 years ago

Hi,

For discussions that are not directly related to the Arduino Board Support Package, you can visit the forum here: https://en.forum.labs.mediatek.com/c/linkit-7697

Thanks for asking!

luc-github commented 7 years ago

Thanks a lot :smile_cat: