E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
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...
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 ...