wifi module

Technical discussions around xCORE processors (e.g. xcore-200 & xcore.ai).
Post Reply
Marek
Member
Posts: 8
Joined: Sun Jan 25, 2015 4:00 pm

wifi module

Post by Marek »

Hi,

i have seen that the startkit has a slice which has an ueberintegrated wifi (possibly all on one chip?) - would it be possible to impement the core of functionality required for wifi on xmos?


User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

Hi Marek.

Do you mean this wifi slice board?

https://www.xmos.com/support/boards?product=15833

Here is a tutorial on using this slice board:

https://www.xmos.com/published/gpio-wi- ... tart-guide

Summary is that most wifi modules operates using UART, SPI or I2C interface. All such interfaces can be easily bit-banged using XMOS processors. XMOS is an ultra fast bit-banging CPU so yes it is very possible and has been done already to interface with this wifi module. You many other choices as well to do the same. Other options are ESP8266, etc. It may be more practical to start with the wifi slice and review the documentation. Be sure that the project is able to fit your XMOS main board (ie. the port pins land on the proper connector pins of the main board). Then with little or no modifications to the supplied software, you can start testing.

Note: The listing of compatible boards from XMOS does not list StartKit but rather other slicekits. Do you wish to use the Startkit + Wifi Slice ?

If yes, review this thread:

http://www.xcore.com/viewtopic.php?t=5095

Chime back if you have other questions.
Post Reply