Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi Nordic Team/Fellow developers,
I wanted to understand how you guys made sure BLE stack/application is working properly? Like, how did you guys debug your application...
(SES + SDK15) Hi! I am trying to create an new firmware prototype based on ble_app_template_sample Until now I have a connectable firmware, with one service and several characteristics...
Hello, I have simple custom board with simple firmware. It's just nrf52811 advertising with 0,5 s interval. I'm considering to use Long Range advertising, but wonder how it...
Hello,
if I want to use the Nordic crypto library, I include all nrf_crypto_xx .c files. While compilation, I get in IAR an error:
"explicit type is missing ("int" assumed...
hi
i am using the nrf52832 board.
I am trying to build the ble_app_template code but i am geeting the following build error
.\_build\nrf52832_xxaa.axf: error: L6050U...
Hi, I'm using SDK15.3 on a NRF52840 chip and have some questions wrt to the peer manager and its ranking system. Once we bond with a peer, we print the full list of peers...
Hello
I currently use SDK 15.0.0 and write a program in SES. and use nrf52832(BLENano2).
I'm trying to merge BLE and fatfs examples.
After writing to the SD card in...
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can connect ble peripheral...
Hi
I'm using SDK 15.2.0 SD 6.1.0
I'm using external RTC device and I am connected the external RTC 32.7k Hz output square Wave to XL1 and XL2 is connected to ground...
Hello,
we are developing on the nRF52840DK, and are using directly using the CRYS API.
Is there any API in the SDK that would encode/decode the output format of CRYS_ECDSA_Sign...
how to configure rtc for nrf52 dk and i want to update time from my phone then how to read the current time in device ? How create service not in the nrf connect for deskop...
Hi,
I am using mechanical QDEC which doesn't have LED and simply A and B pins. After going through forum I set the QDEC confguration as follows.
Then changed function...
When I tried to compile bootloader example code of sdk bootloader_secure, I am facing some of the errors when I tried to compile using Segger Embedded Studio , which could...