Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi,
How do I measure the length of the created advertisement buffer? I want to add two UUIDs in the packet and the device is resetting. I guess the length is the issue...
Hi,
Is there any kind of dependency tree for the libraries and drivers of the SDK (NRF5)?
I have been searching the Infocenter documentation but I haven't found anything...
Hi,
I am using the TWI scanner example from the sdk15. Board is NRF52840. I have a differential pressure sensor connected to the TWI input pins on the nordic board and am...
Hello!
Trying to capture and print the rssi values for all simultaneous connections from the multi_central example. I'm using an nrf52840 SoC that will be connected to four...
Hello, I am looking to use the thingy 52 as a remote sound recording device using BLE connection. I also have downloaded the source code for the thingy app and my question...
i want the ble_app_uart.c example to advertise also . so here i want to merge the ble_app_uart central +peripheral uart right ?
what are the changes i need to do
...
Hi Sir,
According to the datasheet of 52840 (v1.1), in the ref. schematic, the requirement of 32M is +/- 40 ppm.
In section 5.4.4.2, for the frequency tolerance requirement...
Hello,
Please comment on the expected difference in achievable range using 20 dBm vs. 23 dBm output power. Any details, assumptions, questions, etc. would be appreciated...
Hi, I'm looking for a more modern transceiver than nRF24L01 + and that works for the same. I am looking for a low or ultra low power transceiver that allows the implementation...
Hi, For my POC I use nrf9160 dk. Nrf52840 is used for scanning ble devices and nrf9160 dk is used for sending data to mqtt server (very similiar to one of the examples with...
Hello there!
We would like to use INT1 pin of ADX362 low power accelerometer on Thingy:91 board to interrupt nRF9160 (e.g. wake it up) when some motion is detected.
To...
Hello,
I am currently designing a new board using the nRF9160 chip and looking for an alternative component to use instead of the GPS RF Amplifier QM14501 and RF Switch...
I need to exchange data between nrf52840 and Linux PC. I see example project in nrf5SDK/examples/peripheral/usbd
Can anybody advise any example project for Linux C/C++ to...
Hi,
I'm working on nrf52840. As far as I understand, that device supports connection to peers with BLE 4.2 at least.
However, I'm able to connect via my phone, which...
Hi,
I have some questions regarding the state of the GPS functionality, and the future plans for nrf9160.
Will continuous GPS tracking while simultaneously using LTE...