Skip to main content
Best answer by Rick-Stanley

Were you able to get your ESP8266 working?

Things to check:

  • The ESP8266 is connected to a network that can access your ThingWorx Foundation Server.
  • ThingWorx Foundation server is running.
  • The AppKey you are using in your ESP8266 code is from the ThingWorx Foundation server you are connecting to,

1 reply

19-Tanzanite
September 2, 2021

Hi,

The Thing mentioned there is created by the Arduino Sketch. If you look in the sketch code, there is a comment that explains that it creates the thing.

Did you manage to run the sketch correctly? Did you receive 200 in the Serial Monitor?

Telles1-VisitorAuthor
1-Visitor
September 2, 2021

Hi, Vladimir.
 My first doubt is: how many PROPERTIES  are created in thise THING?

Regards.

Telles.

19-Tanzanite
September 2, 2021

I'm not sure how this relates to your original question, but if you look in the loop method, you will see that one of the last steps is to add a single property, named SomeNumber.

Should I understand you manage to see the Thing now and you solved the original issue?