Hi thinger master,
i want to take data from thinger.io and display it to liquidcrystal LCD 16x2
i have tried using REST API address and here the result from browser
i have also tried using AT-Command
AT+CGATT=1 AT+SAPBR=3,1, "CONTYPE", "GPRS" AT+SAPBR=3,1, "APN", "indosatgprs" AT+SAPBR=3,1, "USER", "indosat" AT+SAPBR=3,1, "PWD", "indosat" AT+SAPBR=1,1 AT+HTTPINIT AT+HTTPPARA="URL", "https://backend.thinger.io/v3/users/tandonwonokitri/devices/LoggerWonokitri02/resources/TAWonokitri?authorization=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2MDYxMDk3MjYsImlhdCI6MTYwNjEwMjUyNiwicm9sZSI6InVzZXIiLCJ1c3IiOiJ0YW5kb253b25va2l0cmkifQ.TYm_Jt72tVc-6ZOT9GZahBFnQi5T8lD7E7Nm7G3pokU" AT+HTTPPARA="CONTENT","application/json" AT+HTTPACTION=0 AT+HTTPREAD=0,20
but the result show empty
can you give me sample code to do that?? thanks