I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
hi, I am beginner , so confused how to doing write and read sequence. I want read and write sequence with register setting .please give me how to develope logic for that.
Hi,
I'm working on a BLE link between two dev kits. For the time being, both have USB drivers and handlers that will pipe data from one USB terminal to another over BLE...
I'm having a bit of trouble getting a program downloaded onto my development board. I've been using Keil 5 to program and I haven't had a problem until I started experimenting...
I'm seeing an odd behavior where the ability for our application to communicate to peripherals via twim is being affected by the initialization values for app timers.
Timers...
HI
I'd like to clarify my understanding of how the three work-
Does the SD card library use SPI or SPIM?
Does SPIM automatically use EasyDMA, or is it configured...
The API for sd_ble_gatts_hvx says that NRF_ERROR_INVALID_STATE is returned when no indications are enabled.
However, when I call sd_ble_gatts_hvx in this scenario I receive...
Hi everyone,
I am having problems reading the battery level using the SAADC. The main problem is that the reading is not consistent from when the device is booting to...
I have two bugs to report in nRF5_SDK_16.0.0_98a08e2\components\ble\nrf_ble_scan\nrf_ble_scan.c
The following functions in nrf_ble_scan.c follow a pattern nrf_ble_scan_addr_filter_add...
Does LESC is supported in FreeRTOS?
I init BLE modules in FreeRTOS tasks. After LESC is enabled, system returns error in nrf_crypto_rng_init(). Looks like nrf_stack_info_overflowed...
I'm trying to test out some of the BLE examples on the nRF 51 DK and I'm getting some strange results on the nRF Connect app. When I run the heart rate example, everything...
The modem firmware release notes say
> DTLS supports PSK authentication only
and indeed I can only get PSK to work.
I understand you can't give a timeline, but can you...
Hi All,
We are develop a BLE device which using Proximity profile. And we are modifying the nRF-Toolbox android apk to implement our application. We would like to change...
Hello,
I'm working on a project where I would like to use two nRF52810, one as broadcaster and one as observer. The idea is that the broadcaster sends an advertisement in...
Hello,
I have understanding issues with model inheritance and subscription list (and publish address) sharing.
The Mesh Profile Spec 1.0.1 (chapter 4.2.3) states:
"Within...