Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
Hi,
I am programming the nRF52833 DK using the nRF Connect SDK (v2.00). I have built and flashed the Bluetooth: Peripheral HT sample from Zephyr to both boards successfully...
Hi all
I'm using the nRF52832 and I've configured P0.21 as RESET pin.
When I reset the nRF52 via P0.21 while the debugger is running, the nRF52 actually resets but it...
I am trying to implement the ble_app_hrs example from nRF5_SDK_17.1.0 and my board is nRF52840 Dongle.
After program the board, the board can advertise and I can find the...
I want to use nRF5340's GPIOTE and DPPI implementation, pull up PA_SWITCH_CTX_PIN when NRF_RADIO->EVENTS_RXREADY is triggered, and pull down PA_SWITCH_CTX_PIN when NRF_RADIO...
Hi guys,
I have an interesting idea - organize a network for realtime audio communication. Basically duplex Walkie-Talkie but using bluetooth headsets. I tried to use ESP32...
Hello everyone,
at the moment I am working on a BLE program which collects data from various sensors and passes it to a Central device. For the transmission the BLE NUS...
I am using ESB with dynamic payload lengths. When I use length 252, I am sending the alphabet repeating, and I can see that the data cuts off around position 30 and repeats...
Are there any known issues when using a nRF52840 and S140 6.0.0 soft device and trying to transmit at +8 dB? From our measurements is appears that +4dB does indeed increase...
Hello,
I am using the nRF 9160 DK board. I am trying to create simple thread in Zephyr.
but the thread it's not running.
this is the code:
I tried also the other...
I accidentally pressed "verified" on https://devzone.nordicsemi.com/f/nordic-q-a/91104/making-rand-work-on-nrf52-nrf53-with-nrf-connect-sdk when it wasn't and I don't seem...
I am testing my own mesh protocol based on 802.15.4 using the NRF52840 dongle.
The reported RSSI value from nrf_radio_rssi_sample_get() never goes below -89dbm.
On the...
Hi,
I'm using a nrf52832 and NCS 1.9.0 and I would like to be able to use SMP to make firmware updates using BLE. I'm was able to perform FOTA, but the flash is divided...
Greetings!
We are trying to troubleshoot occasional hangup issue. We run the app in debug mode. When it hangs up, we hit pause and got the followings in the Call Stack window...
Hi,
I want to use nrf5340 dk board to debug nrf52840dongle, i have connected two board with a cable and have checked the signal is good( nrf5340 debug out p19 ------ nrf52840...
Hello all
the BLE module with the nRF52820 is programmed with a ble_app_uart_pca100e example from the nRF5SDK ver 17.1.0, according to the RSSI graph it seems it works ...