Hello,
I am trying Tinyduino + WiFi TinyShield, ATWINC1500-MR210B + WiFi101 ver 0.15.2 with Mac OS X.
When I run CheckWifi101FirmwareVersion, I got this output.
WiFi101 firmware check.
WiFi101 shield: DETECTED
Firmware version installed: 19.4.4
Latest firmware version available : 19.5.4
Check result: NOT PASSED
- The firmware version on the shield do not match the
version required by the library, you may experience
issues or failures.
As instructed, I added this;
WiFi.setPins(8, 2, A3, -1);
Then, I tried FirmwareUpdater. I didn't see any output from the serial port. And then, I closed the serial monitor, and opened WiFi101 Firmware Updater.
I selected /dev/cu.usbserial-DM01MY0V which is the one I am using for the software downloading, and clicked 'Test connection' button, but I got Connection error. dialog with "Programmer not responding".
I am not sure if I need to add WiFi.setPins and where to add, but I tried both, with and without WiFi.setPins right after the Serial.begin.
I have an issue for HTTP communication. After rebooting, the first access and the second access work, but the third access don't work for my server. It works for
www.arduino.cc, so there may be another issue, but I am wondering if updating the firmware solves this issue.
Hope someone can have the answer.