MakingThingsTalk2 icon indicating copy to clipboard operation
MakingThingsTalk2 copied to clipboard

Code samples for Making Things Talk version 2.0 & 3.0

Results 5 MakingThingsTalk2 issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependency [twilio](https://github.com/twilio/twilio-node). These dependencies need to be updated together. Updates `semver` from 5.7.1 to 7.5.3 Release notes Sourced from semver's releases. v7.5.3 7.5.3...

dependencies

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [twilio](https://github.com/twilio/twilio-node). These dependencies need to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.0 Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21...

dependencies

April 2020 -- playing with : MakingThingsTalk2/3rd_edition/chapter10/catCamDeux/AirConditionerArduino/AirConditionerArduino.ino **Could not receive MQQT messages until .onMessage(messageReceived); is added** end of setup looks like : client.begin(mqttServerAddress, netSocket); client.onMessage(messageReceived); // ***** add this line...

In the file "MakingThingsTalk2/chapter9/project27/SonMicroFirmware/SonMicroFirmware.ino" these lines can be removed after the Wire.requestFrom(): ``` // don't do anything until new bytes arrive: while(!Wire.available()) { delay(50); } ``` There is nothing to...