MATLAB: Simulate Arduino model through WiFi with NodeMCU

#nodemcuarduinoarduino megasimulinkwifi shieldwireless communication

I recently tried to train a Neural Network to work on my project. As I want my neural network to stay on my laptop and do the processing, I need my arduino Mega to have a wireless communication with Simulink. I got an Arduino Mega and NodeMCU v3. Without going for a Wifi shield is it possible to do my project with what I have and any help to accomplish that?

Best Answer

As of R2016b, ESP8266 (NodeMCU) is not supported as a Wi-Fi shield in Simulink Support package for Arduino. They might add support for ESP8266 in a later release.
Related Question