lteiot7 2.1.0.0
|
API for configuring and manipulating LTE IoT 7 Click driver. More...
Topics | |
LTE IoT 7 Device Settings | |
Settings for registers of LTE IoT 7 Click driver. | |
LTE IoT 7 MikroBUS Map | |
MikroBUS pin mapping of LTE IoT 7 Click driver. | |
Functions | |
void | lteiot7_cfg_setup (lteiot7_cfg_t *cfg) |
LTE IoT 7 configuration object setup function. | |
err_t | lteiot7_init (lteiot7_t *ctx, lteiot7_cfg_t *cfg) |
LTE IoT 7 initialization function. | |
err_t | lteiot7_generic_write (lteiot7_t *ctx, char *data_in, uint16_t len) |
LTE IoT 7 data writing function. | |
err_t | lteiot7_generic_read (lteiot7_t *ctx, char *data_out, uint16_t len) |
LTE IoT 7 data reading function. | |
void | lteiot7_set_pwr_pin (lteiot7_t *ctx, uint8_t state) |
LTE IoT 7 set PWR pin function. | |
void | lteiot7_set_ein_pin (lteiot7_t *ctx, uint8_t state) |
LTE IoT 7 set EIN pin function. | |
void | lteiot7_set_rts_pin (lteiot7_t *ctx, uint8_t state) |
LTE IoT 7 set RTS pin function. | |
uint8_t | lteiot7_get_ri_pin (lteiot7_t *ctx) |
LTE IoT 7 get RI pin function. | |
uint8_t | lteiot7_get_cts_pin (lteiot7_t *ctx) |
LTE IoT 7 get CTS pin function. | |
void | lteiot7_set_power_state (lteiot7_t *ctx, uint8_t state) |
LTE IoT 7 set power state function. | |
void | lteiot7_send_cmd (lteiot7_t *ctx, char *cmd) |
Send command function. | |
void | lteiot7_send_cmd_with_parameter (lteiot7_t *ctx, char *at_cmd_buf, char *param_buf) |
Send command function with parameter. | |
void | lteiot7_send_cmd_check (lteiot7_t *ctx, char *at_cmd_buf) |
Check the sent command. | |
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. | |
void | lteiot7_send_sms_text (lteiot7_t *ctx, char *phone_number, char *sms_text) |
LTE IoT 7 send SMS in text mode. | |
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. | |
err_t | lteiot7_parse_gpgga (char *rsp_buf, uint8_t gpgga_element, char *element_data) |
LTE IoT 7 parse GPGGA function. | |
API for configuring and manipulating LTE IoT 7 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void lteiot7_cfg_setup | ( | lteiot7_cfg_t * | cfg | ) |
LTE IoT 7 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See lteiot7_cfg_t object definition for detailed explanation. |
err_t lteiot7_generic_read | ( | lteiot7_t * | ctx, |
char * | data_out, | ||
uint16_t | len ) |
LTE IoT 7 data reading function.
This function reads a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[out] | data_out | : Output read data. |
[in] | len | : Number of bytes to be read. |
>0
- Number of data bytes read, <=0
- Error/Empty Ring buffer. See #err_t definition for detailed explanation. err_t lteiot7_generic_write | ( | lteiot7_t * | ctx, |
char * | data_in, | ||
uint16_t | len ) |
LTE IoT 7 data writing function.
This function writes a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | data_in | : Data buffer for sending. |
[in] | len | : Number of bytes for sending. |
>=0
- Success, <0
- Error. See #err_t definition for detailed explanation. uint8_t lteiot7_get_cts_pin | ( | lteiot7_t * | ctx | ) |
LTE IoT 7 get CTS pin function.
This function returns the clear to send (CTS) pin logic state.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
uint8_t lteiot7_get_ri_pin | ( | lteiot7_t * | ctx | ) |
LTE IoT 7 get RI pin function.
This function returns the ring indication (RI) pin logic state.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
err_t lteiot7_init | ( | lteiot7_t * | ctx, |
lteiot7_cfg_t * | cfg ) |
LTE IoT 7 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See lteiot7_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. err_t lteiot7_parse_gpgga | ( | char * | rsp_buf, |
uint8_t | gpgga_element, | ||
char * | element_data ) |
LTE IoT 7 parse GPGGA function.
This function parses the GPGGA data from the read response buffer.
[in] | rsp_buf | : Response buffer. |
[in] | gpgga_element | : GPGGA element position [1-14]. |
[out] | element_data | : Element data parsed. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. void lteiot7_send_cmd | ( | lteiot7_t * | ctx, |
char * | cmd ) |
Send command function.
This function sends a specified command to the click module.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | cmd | Command variable. |
void lteiot7_send_cmd_check | ( | lteiot7_t * | ctx, |
char * | at_cmd_buf ) |
Check the sent command.
This function checks the command that is sent.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | at_cmd_buf | Command buffer. |
void lteiot7_send_cmd_parameter_check | ( | lteiot7_t * | ctx, |
char * | at_cmd_buf ) |
Check the command parameters.
This function checks the command that is sent.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | at_cmd_buf | Command buffer. |
void lteiot7_send_cmd_with_parameter | ( | lteiot7_t * | ctx, |
char * | at_cmd_buf, | ||
char * | param_buf ) |
Send command function with parameter.
This function sends a command with specified parameter to the click module.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | at_cmd_buf | Command buffer. |
[in] | param_buf | Parameter buffer. |
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.
This function sends text message to a phone number in PDU mode.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | service_center_number | SMSC of the SIM card. |
[in] | phone_number | Phone number to message. |
[in] | sms_text | Message to be sent. |
>=0
- Success, <0
- Error. See #err_t definition for detailed explanation. void lteiot7_send_sms_text | ( | lteiot7_t * | ctx, |
char * | phone_number, | ||
char * | sms_text ) |
LTE IoT 7 send SMS in text mode.
This function sends text message to a phone number.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | phone_number | Phone number to message. |
[in] | sms_text | Message to be sent. |
void lteiot7_set_ein_pin | ( | lteiot7_t * | ctx, |
uint8_t | state ) |
LTE IoT 7 set EIN pin function.
This function sets the EXTINT pin logic state.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | state | : Pin logic state. |
void lteiot7_set_power_state | ( | lteiot7_t * | ctx, |
uint8_t | state ) |
LTE IoT 7 set power state function.
This function sets a desired power state by toggling PWR pin with a specific time for high state.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | state | :
|
void lteiot7_set_pwr_pin | ( | lteiot7_t * | ctx, |
uint8_t | state ) |
LTE IoT 7 set PWR pin function.
This function sets the PWR pin logic state.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | state | : Pin logic state. |
void lteiot7_set_rts_pin | ( | lteiot7_t * | ctx, |
uint8_t | state ) |
LTE IoT 7 set RTS pin function.
This function sets the ready to send (RTS) pin logic state.
[in] | ctx | : Click context object. See lteiot7_t object definition for detailed explanation. |
[in] | state | : Pin logic state. |