Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Hello,As part of a student project, we are trying to implement the BLE-Mesh library on the SensorTile. We are trying to do it by editing the demo application provided here : https://www.st.com/en/embedded-software/x-cube-blemesh1.htmlWe saw that the ...
I am trying to trigger the start_continuous_transmission for the sigfox CLI demo but it returns an error 0x0058 when I debug. What are the values to trigger it ? I tried editing the code to fit in the frequency manually but it still returns an error....
Hi,I would like to know what is maximum output current of the SMPS. I want to optimize my BOM cost and planning to take advantage of this voltage regulator. Obviously it is a low power circuit.
Hello. I am making RF beacon based on SPIRIT1 RF ICI downloaded SPIRIT1 DK, configured for 168MHz based on hardware I have, and written CW mode. But with spectrum analyzer with sweep from DC to 1GHz i can't see anything ( same goes if i select 169MHz...
Hello,We are a startup from Surat,Gujarat.https://vegg.co.in.We are developing our next gen products based on PLC with smart homeWe are using ST8500 in that projects.The problem that we are facing using that ic,If you can provide us some info it will...
Are these modules share the same stack? If I whant to use both in my project - should I include a ble_core folder only from one of them?
I am using an SPBTLE-RF0 and I am having issues writing data more than 72 bytes to a write-only characteristic. I setup the characteristic as follows: ret = aci_gatt_add_char(serviceHandle, UUID_TYPE_128, uuid, 128, CHAR_PROP_WRITE, ...