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...
hi all,
since i am new to nRF24L01+ device, kindly any one provide me details regarding range that can be supported by nRF24L01+ device.i already try to find out information...
Hi,
I am attempting to create a secure BLE connection in security mode 1 and level 3.
I noticed that when I simply call sd_ble_gap_authenticate with MITM = 1 it seems...
Hi,
I would like to save the most energy when going to sleep mode. In particular, I want to turn off the radio while keeping just RTC timer on.
So, after shutting down...
Hi there,
When I tried to send data chunk (it's about 8K) to phone side according to this , the speed is much slower than 1K/s, and what's more, it's disconnected with...
Hi,
I have a problem in CRC of setup message for nRF8001,
and I already try the CCITT-16 algorithm with below conditions:
Poly = 0x1021,
Init = 0xFFFF,
Ignore all...
Hi,
I want do RSA on NRF51822. The build environment is GCC. And the develop base on S120. The RSA need 1K to do calculation. If I enable the RSA calculation, the APP may...
Is there any high-level documentation of the nRF52-DK (PCA10036) connections?
Studying the schematics, I have inferred some of the intents, like:
built-in JLink automatically...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hey,
I'm working on integrating nrf8001 with STM32, currently trying to write my own stack.
Upon reset, I read the DeviceStartedEvent, 0x81 and it shows "0x02 0x00 0x02...
Hi,
I am new to the nrf51 and I building a complex ANT application. I have part of the ANT application working but I would like to debug with printf() statements to find...
After testing with 5-6 different phones it is evident that there are major differences in how well BLE is actually supported. The Android/Iphone (and manufacturer SW) version...
Hey there,
I am looking at making some standoffs for the NRF52 Preview DK, and was wondering if someone could give me a 1:1 scale version of the DK so I can print it out...
Hi.
I am noobie and i have follow this guide devzone.nordicsemi.com/.../ .
I plugged in usb my nordic PCA10000 dongle but when i try to build a project ( when I get to step...
Hi,
I want to generate a sine wave using the nrf pwm library and a timer CC instead of a delay that is used in the sine example here to get better accuracy.
It basically...
Hello,
I am adding an extra characteristic (of 6 bytes) into one of the services that exist in the default beacon app. Then I try to update this characteristic using master...