kmartinez / icetracker-py

circuitpython for 2023 glacier tracker base and rovers
0 stars 1 forks source link

New HTTP AT Command structure for compatibility using the LARA R6001D #10

Open sua-dev opened 3 weeks ago

sua-dev commented 3 weeks ago

Reference Doc for HTTP AT commands for LARA R6001D https://content.u-blox.com/sites/default/files/documents/LARA-R6-L6_ATCommands_UBX-21046719.pdf

Current AT commands were designed to run with the SIM800H module. Upon reviewing the documentation for the 4G module, new AT commands need to be added in a separate function to achieve the same output. The current version is incompatible with the 4G board.

Reference document has been provided above.

sua-dev commented 3 weeks ago

Posting data now requires using AT+UHTTPC Syntax is as follows: AT+UHTTPC=<profile_id>,5,<path>,<filename>,<data>,<HTTP_content_type>[,<user_defined_content_type>]