Closed ionutmnere closed 6 years ago
If all steps are completed, we can move to the Arduino Studio that we recently downloaded (we will come back to Visual Studio 2015 in a bit)
Wait until installation is finished. After that go back to Visual Studio 2015.
If step 13 will not contain "ESP8266 Modules v2.3.0" the following should be done:
13.1. Select "Find or Install a board ..." at the bottom of the second dropdown. 13.2. Press "Rescan" button at the top of the screen. 13.3. Now the "ESP8266 Modules v2.3.0" should be shown in the second dropdown.
To test if all the steps have been executed correctly:
If the build was successful, all steps until here have been correctly executed.
13.4. Arduino studio --> Sketch --> "Include library" --> "Manage library" --> type in the search bar: "ArduinoJson" and install the version 5.11.2. 13.5 Install "PubSubClient" library version 2.6.0 in the same way as 13.4 13.6 Locate the PubSubClient.h include file of the previously installed library. Find the MQTT_MAX_PACKET_SIZE and change it from 128 to 512 value
from chapter 14 --> back to Visual Studio
Prepare a step bu step guideline for tools and libraries needed for a dummy project to compile. Provide the dummy project to the students one week before the workshop.