Go to the documentation of this file.
35 #include "mikrosdk_version.h"
38 #if mikroSDK_GET_VERSION < 20800ul
39 #include "rcu_delays.h"
45 #include "drv_digital_out.h"
46 #include "drv_digital_in.h"
69 #define LTEIOT7_CMD_AT "AT"
70 #define LTEIOT7_CMD_ATI "ATI"
71 #define LTEIOT7_CMD_CGMR "AT+CGMR"
72 #define LTEIOT7_CMD_CFUN "AT+CFUN"
73 #define LTEIOT7_CMD_CREG "AT+CREG"
74 #define LTEIOT7_CMD_CGREG "AT+CGREG"
75 #define LTEIOT7_CMD_CGDCONT "AT+CGDCONT"
76 #define LTEIOT7_CMD_CIMI "AT+CIMI"
77 #define LTEIOT7_CMD_CMEE "AT+CMEE"
78 #define LTEIOT7_CMD_CGATT "AT+CGATT"
79 #define LTEIOT7_CMD_CSQ "AT+CSQ"
80 #define LTEIOT7_CMD_COPS "AT+COPS"
81 #define LTEIOT7_CMD_CMGS "AT+CMGS"
82 #define LTEIOT7_CMD_CMGF "AT+CMGF"
83 #define LTEIOT7_CMD_CGACT "AT+CGACT"
84 #define LTEIOT7_CMD_USOCR "AT+USOCR"
85 #define LTEIOT7_CMD_USOCO "AT+USOCO"
86 #define LTEIOT7_CMD_USOWR "AT+USOWR"
87 #define LTEIOT7_CMD_USORD "AT+USORD"
88 #define LTEIOT7_CMD_USORF "AT+USORF"
89 #define LTEIOT7_CMD_USOCL "AT+USOCL"
90 #define LTEIOT7_CMD_UGPS "AT+UGPS"
91 #define LTEIOT7_CMD_UGGGA "AT+UGGGA"
97 #define LTEIOT7_RSP_OK "OK"
98 #define LTEIOT7_RSP_ERROR "ERROR"
104 #define LTEIOT7_POWER_STATE_SWITCH 0
105 #define LTEIOT7_POWER_STATE_ON 1
106 #define LTEIOT7_POWER_STATE_REBOOT 2
112 #define LTEIOT7_RSP_START "$"
113 #define LTEIOT7_RSP_DELIMITER ","
114 #define LTEIOT7_RSP_GPGGA "$GPGGA"
120 #define LTEIOT7_GPGGA_ELEMENT_SIZE 15
121 #define LTEIOT7_GPGGA_TIME 1
122 #define LTEIOT7_GPGGA_LATITUDE 2
123 #define LTEIOT7_GPGGA_LATITUDE_SIDE 3
124 #define LTEIOT7_GPGGA_LONGITUDE 4
125 #define LTEIOT7_GPGGA_LONGITUDE_SIDE 5
126 #define LTEIOT7_GPGGA_QUALITY_INDICATOR 6
127 #define LTEIOT7_GPGGA_NUMBER_OF_SATELLITES 7
128 #define LTEIOT7_GPGGA_H_DILUTION_OF_POS 8
129 #define LTEIOT7_GPGGA_ALTITUDE 9
130 #define LTEIOT7_GPGGA_ALTITUDE_UNIT 10
131 #define LTEIOT7_GPGGA_GEOIDAL_SEPARATION 11
132 #define LTEIOT7_GPGGA_GEOIDAL_SEPARATION_UNIT 12
133 #define LTEIOT7_GPGGA_TIME_SINCE_LAST_DGPS 13
134 #define LTEIOT7_GPGGA_DGPS_REFERENCE_STATION_ID 14
141 #define DRV_BUFFER_SIZE 256
159 #define LTEIOT7_MAP_MIKROBUS( cfg, mikrobus ) \
160 cfg.tx_pin = MIKROBUS( mikrobus, MIKROBUS_TX ); \
161 cfg.rx_pin = MIKROBUS( mikrobus, MIKROBUS_RX ); \
162 cfg.pwr = MIKROBUS( mikrobus, MIKROBUS_AN ); \
163 cfg.ein = MIKROBUS( mikrobus, MIKROBUS_RST ); \
164 cfg.rts = MIKROBUS( mikrobus, MIKROBUS_CS ); \
165 cfg.ri = MIKROBUS( mikrobus, MIKROBUS_PWM ); \
166 cfg.cts = MIKROBUS( mikrobus, MIKROBUS_INT );
pin_name_t pwr
Definition: lteiot7.h:206
bool uart_blocking
Definition: lteiot7.h:214
pin_name_t ein
Definition: lteiot7.h:207
uint8_t lteiot7_get_ri_pin(lteiot7_t *ctx)
LTE IoT 7 get RI pin function.
@ LTEIOT7_ERROR
Definition: lteiot7.h:228
uint8_t lteiot7_get_cts_pin(lteiot7_t *ctx)
LTE IoT 7 get CTS pin function.
void lteiot7_cfg_setup(lteiot7_cfg_t *cfg)
LTE IoT 7 configuration object setup function.
@ LTEIOT7_ERROR_CMD
Definition: lteiot7.h:230
err_t lteiot7_parse_gpgga(char *rsp_buf, uint8_t gpgga_element, char *element_data)
LTE IoT 7 parse GPGGA function.
digital_in_t ri
Definition: lteiot7.h:183
void lteiot7_set_rts_pin(lteiot7_t *ctx, uint8_t state)
LTE IoT 7 set RTS pin function.
void lteiot7_set_pwr_pin(lteiot7_t *ctx, uint8_t state)
LTE IoT 7 set PWR pin function.
@ LTEIOT7_ERROR_UNKNOWN
Definition: lteiot7.h:231
pin_name_t tx_pin
Definition: lteiot7.h:203
uart_data_bits_t data_bit
Definition: lteiot7.h:215
@ LTEIOT7_ERROR_TIMEOUT
Definition: lteiot7.h:229
void lteiot7_send_cmd_parameter_check(lteiot7_t *ctx, char *at_cmd_buf)
Check the command parameters.
void lteiot7_set_sim_apn(lteiot7_t *ctx, char *sim_apn)
Set sim card APN.
LTE IoT 7 Click context object.
Definition: lteiot7.h:176
digital_in_t cts
Definition: lteiot7.h:184
LTE IoT 7 Click configuration object.
Definition: lteiot7.h:200
err_t lteiot7_generic_write(lteiot7_t *ctx, char *data_in, uint16_t len)
LTE IoT 7 data writing function.
uart_stop_bits_t stop_bit
Definition: lteiot7.h:217
pin_name_t rts
Definition: lteiot7.h:208
void lteiot7_send_cmd(lteiot7_t *ctx, char *cmd)
Send command function.
lteiot7_return_value_t
LTE IoT 7 Click return value data.
Definition: lteiot7.h:226
#define DRV_BUFFER_SIZE
LTE IoT 7 driver buffer size.
Definition: lteiot7.h:141
void lteiot7_send_sms_text(lteiot7_t *ctx, char *phone_number, char *sms_text)
LTE IoT 7 send SMS in text mode.
digital_out_t ein
Definition: lteiot7.h:179
@ LTEIOT7_OK
Definition: lteiot7.h:227
digital_out_t rts
Definition: lteiot7.h:180
err_t lteiot7_send_sms_pdu(lteiot7_t *ctx, char *service_center_number, char *phone_number, char *sms_text)
LTE IoT 7 send SMS in PDU mode.
void lteiot7_set_ein_pin(lteiot7_t *ctx, uint8_t state)
LTE IoT 7 set EIN pin function.
void lteiot7_send_cmd_check(lteiot7_t *ctx, char *at_cmd_buf)
Check the sent command.
void lteiot7_send_cmd_with_parameter(lteiot7_t *ctx, char *at_cmd_buf, char *param_buf)
Send command function with parameter.
pin_name_t ri
Definition: lteiot7.h:209
uint32_t baud_rate
Definition: lteiot7.h:213
err_t lteiot7_generic_read(lteiot7_t *ctx, char *data_out, uint16_t len)
LTE IoT 7 data reading function.
uart_t uart
Definition: lteiot7.h:187
pin_name_t cts
Definition: lteiot7.h:210
void lteiot7_set_power_state(lteiot7_t *ctx, uint8_t state)
LTE IoT 7 set power state function.
pin_name_t rx_pin
Definition: lteiot7.h:202
err_t lteiot7_init(lteiot7_t *ctx, lteiot7_cfg_t *cfg)
LTE IoT 7 initialization function.
digital_out_t pwr
Definition: lteiot7.h:178
uart_parity_t parity_bit
Definition: lteiot7.h:216