Which pin is CTS and RTS pins of ST232BTR RS232 transceiver IC?
Datasheet https://www.st.com/content/ccc/resource/technical/document/datasheet/3c/2a/2e/32/bd/b3/42/11/CD00001703.pdf/files/CD00001703.pdf/jcr:content/translations/en.CD00001703.pdf
Datasheet https://www.st.com/content/ccc/resource/technical/document/datasheet/3c/2a/2e/32/bd/b3/42/11/CD00001703.pdf/files/CD00001703.pdf/jcr:content/translations/en.CD00001703.pdf
Hi, We are having issues putting the BLUENRG-MSQTR on our board into the hci transmit test mode. We call the following two methods and they both return success but looking on a spectrum analyser, I don't see anything transmitted. ret = aci_hal_set_tx...
Hello,In a working "version 1" of a cutom PCB, I used a SPBTLE-RF chip to communicate with my STM32 MCU.MOSI, MISO, CLK, RST, and IRQ pins are wired to the MCU. RST is materially pulled-up, and IRQ is materially pulled-down. MOSI, MISO, CLK are confi...
I have a problem with a couple of BLUENRG-M2SP modules. I tried flashing the firmware under linux (We have to flash 100+ devices and each device needs a different firmware so plug and play flashing is not sufficient enough, so I copied ST's config fr...
Hello,I would like to receive data on STEVAL-IOD003, mounted on Nucleo-G071Rb.I tried to receive the data just by coding uart from L6362A to the nucleo board, but it's not working.Some lines i used :HAL_UART_Receive(&huart1, buf, strlen((char*)buf), ...
S2LP.h:63:10: fatal error: functional: No such file or directory #include <functional> ^~~~~~~~~~~~compilation terminated.exit status 1Arduino IDE Version - 1.8.13
Hi, I want to know what is the maximum power that can be handled by LNA in S2LPQTR IC? thank you.Nilesh
Hi Friend,I used the I2C of BlueNRG-1 as slave to receive data. It always got 16 bytes, but my data is more than 16 bytes. The code snippet as follows. Could anyone help me? What's wrong with my code? I saw the data sheet said that I2C had 16-byte de...