Search found 6 matches
- Wed Aug 16, 2023 1:20 am
- Forum: Freematics Software
- Topic: HTTP+POST CELL_SIM7070 empty payload
- Replies: 3
- Views: 34282
Re: HTTP+POST CELL_SIM7070 empty payload
Thanks for the response... I tried out increasing RECV_BUF_SIZE but it didn't improved. After many trial and error I finally figured out... Problems seems to be in FreematicsNetwork.cpp:804 in the AT+SHBOD command initially sent to the modem initialize the request body.. sprintf(m_buffer, "AT+S...
- Mon Aug 14, 2023 7:08 pm
- Forum: Freematics Software
- Topic: ONE+B DETECT IGNITION STATUS
- Replies: 1
- Views: 31397
ONE+B DETECT IGNITION STATUS
Hi... Anybody know how to read the ignition staus from the ODB in the ONE+B? In the Emulator it is possible to switch ignition on/OFF but I don't have clear what is the correct approach for detecting this... I've seen in the ELM327 chipset has an specfic AT command for this purpose (AT+IGN) but I th...
- Sun Aug 13, 2023 2:45 am
- Forum: Freematics Software
- Topic: HTTP+POST CELL_SIM7070 empty payload
- Replies: 3
- Views: 34282
HTTP+POST CELL_SIM7070 empty payload
Hi... I am having some issues integrating the PLUS B device with our backend. Our customer requires to integrate over HTTP with JSON payload as current plataform manage this protocolos, but I'm finding a strange behaviour when making some tests... I am testing over telelogger, and after making some ...
- Sat Aug 12, 2023 12:18 am
- Forum: Freematics Software
- Topic: Question about HTTPS support Freematics ONE+ Model B
- Replies: 5
- Views: 41523
- Wed Aug 09, 2023 9:38 pm
- Forum: Freematics Software
- Topic: Question about HTTPS support Freematics ONE+ Model B
- Replies: 5
- Views: 41523
Re: Question about HTTPS support Freematics ONE+ Model B
I reply myself... So considering the telelogger demo it seems that although the config supports HTTPS configuration, when setting the protocol and the port, the actual library FreematicsNetwork.cpp does not initialize correctly the SIM7070 component when opening the connection.... It sends a regular...
- Wed Aug 09, 2023 5:38 am
- Forum: Freematics Software
- Topic: Question about HTTPS support Freematics ONE+ Model B
- Replies: 5
- Views: 41523
Question about HTTPS support Freematics ONE+ Model B
Hi... I've recently started to develop with a Freematics ONE+ Model B and Freematics OBD-II Emulator. I have started with telelogger sketch and I was able to build the project and to upload it to the device, start monitor, etc, but for some reason I am not able to send data to the server. I've tried...