Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Buffer error after debug in the variable field there is an error message uint8_t buff_tx[10] = {11,12,13,14,15,16,17,18,19,20}; program was taken from you tube link : https://www.youtube.com/watch?v=xE6GVt7XuJI

buff_tx Error: Multiple errors reported.\ Failed to execute MI command: -var-create - * buff_tx Error message from debugger back end: -var-create: unable to create variable object\ Failed to execute MI command: -var-create - * buff_tx Error message ...

RKore.1 by Associate II
  • 413 Views
  • 3 replies
  • 0 kudos

Operate Teseo-Liv3F module in standby mode

Hi team,We have a snapdragon 820 based board running with debian OS(linux kernel-4.14). we have interfaced Teseo-LIV3F to the Snapdragon 820 over the UART and using gpsmon application to read latitude and longitude valuescommand used,$ gpsmon /dev/tt...

Deepika by Associate
  • 282 Views
  • 0 replies
  • 0 kudos

Migration from BlueNRG-2 to BlueNRG-LP

Hello All,I am working on a custom board which has BlueNRG-2 IC as a connectivity chip with Mobile App. I am now planning to migrate to BlueNRG-LP IC because of memory limitation in BlueNRG-2. Is there any migration document for the same?Following ar...

_KSoni.3 by Associate
  • 452 Views
  • 1 replies
  • 0 kudos

Connection with ST25PC-NFC and M24SR.

Hi, I check connection with ST25PC-NFC and M24SR.I used the NDEF Editor of ST25PC-NFC.The error occurred error after selected "Read from your tag".This error is "Read tag operation failed!". Please take care my trouble.

0693W00000Kbm8WQAR.jpg
Haru by Associate II
  • 264 Views
  • 0 replies
  • 0 kudos

ST BLUENRG-LP Bluetooth as a slave machine, how to forbid the other host to initiate the pairing request, I want to only allow the slave machine to initiate the pairing request

ret = aci_gap_set_io_capability(IO_CAP_NO_INPUT_NO_OUTPUT);ret = aci_gap_set_authentication_requirement(BONDING, MITM_PROTECTION_NOT_REQUIRED, SC_IS_SUPPORTED, KEYPRESS_IS_NOT_SUPPORTED, MIN_KEY_SIZE,  MAX_KEY_...

Fx.1 by Associate II
  • 352 Views
  • 0 replies
  • 0 kudos

Resolved! hi, I refer to demo"BLE_Security" in BlueNRG-LP , meet this error , API "aci_gap_set_authentication_requirement " return 0x11 err; #define BLE_ERROR_UNSUPPORTED_FEATURE ((tBleStatus)(0x11)) why?

code:void test_security_init(void) {   Clear_Security_Database(); int ret; /* ACI_GAP_SET_IO_CAPABILITY */ ret = aci_gap_set_io_capability(IO_CAPABILITY); if (ret != BLE_STATUS_SUCCESS) { TUYA_APP_LOG_INFO("aci_gap_set_io_capability(%d...

Fx.1 by Associate II
  • 1084 Views
  • 4 replies
  • 0 kudos