Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
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...
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 ...