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...
Product: nrf52840 DK
Softdevice: 17.0.2
Hello,
I would like to start with a very humble statement that I am new to this nrf52 SoCs and would appreciate any of your...
Hey everyone,
I am playing around with Nordic Cloud, Thingy:91 with the Asset Tracker v1 and the Nordic Cloud RestAPI.
I happened to see in the process, that the unix...
Hello,
I contact to you because a customer bought the development tool part number n RF52-DK, and one received the product, they noticed that there was on the box of the...
I use nRF52 DK as a central devices and i have also other nRF52 DK and use for a beacon. I would like to show my beacon's RSSI value on the UART Terminal(Realtek,Termite exc...
Hi,
I have done buttonless DFU in Custom board using NRF52832. My code with DFU is working fine in the nrf52832 Development kit. While I am trying in a custom board. My...
I'm developing for nRF52 DK
using SDK 17.02
Segger 5.10b
I'm developing a service to read pin 12 where I'll have a square wave signal of about 60Hz. When I tested my...
Hi,
Is there an example code for nRF52832 were the system is configured to operate in a certain duty cycle, e.g. performing a certain task once every 100ms, and then goes...
Hello, guys.
We want to use libuarte - advanced UARTE driver in our current application developed for nRF52840 with SDK 17.0.2.
We can successfully run libuarte example...
I'm using nRF52 DK (PCA10040) <TWI sensor> example.
On line 139, printed result = NRF_SUCCESS
However, the program doesn't print line 142. Instead, the code jumps to twi_handler...
Hi, we just found out a bug in nRF Connect for Android indicates that the phone Sony Xperia L4 supports Coded PHY. Unfortunately, when we try to run Bluetooth: Central Heart...
Hi,
I am currently trying to run the secure_bootloader example given the in the sdk 15.2.0. I am currently having trouble as when I try to send the file, the error shown...
hello Nordic
i am working on nrf52840, SDK16.0 developing on the peripheral app_ble_blinky example.
i am use a pin as input interrupt from other device,
if i does...
Hi,
My application uses the nrf9160dk and I program 3 Zephyr images onto the 52840: (1) bootloader, (2) image1 and (3) image2. There is no SD or anything else on the device...