Dear Costumer:
Wio Link can be programed with Arduino IDE, in that case it will lose the functionality of RESTful APIs except you implement another one in the same time. Wio Link is mostly expected to archive the Web of Things conversion for physical hardware, so interactions are expected to perform in web / internet. But no worries, the software architecture is flexible, you can pull down the source code to local and connect Wio Link to the local servers, then you could modify the source code which will be compiled.If you would like to interact with Arduino or RPI, you can develop a 3rd-party module driver and here’s the guide: (<LINK_TEXT text=“https://github.com/Seeed-Studio/Wio_Lin … io-Link%3F”>https://github.com/Seeed-Studio/Wio_Link/wiki/How-to-write-module-driver-for-Wio-Link%3F</LINK_TEXT>) and example driver:(<LINK_TEXT text=“https://github.com/Seeed-Studio/Wio_Lin … ve_example”>https://github.com/Seeed-Studio/Wio_Link/tree/master/grove_drivers/grove_example</LINK_TEXT>)