- Fri Apr 29, 2016 10:53 am
#46482
Understood! And what if I want to use a WiFi module as slave, to have all the control in my microcontroller? There is some WiFi module which I can do this?
My project will do the next:
Microcontroller (Master)
Camera (Slave)
WiFi (Slave)
Microcontroller ask to the camera for an image.
Microcontroller treat the image.
Microcontroller send the treated image through the WiFi module.
So the microcontroller is the component that decides with which slave want to communicate.
There is some WiFi module in the market which can I program as a slave? Or maybe someone has any suggestion to achieve this communication between my microcontroller and both peripherals?
*Note: The microcontroller is a PIC24 from Microchip.
Thank for your help and reply! YOu helped me very much!