I’ve got a bit of a hardware issue with the nRF52811 UART, receiving DMX data from a Chinese DMX controller.
Standard DMX data-rate is 250Kb/S, so the minimum bit time is...
Hi,
I am using the Nordic UART Service (NUS) peripheral and central on two nRF52840 DKs and I am developing with nRF Connect SDK v3.0.0 .
I can't manage to increase the...
I am getting an occasional softdevice assert on a BLE central device (hub). Both the central and peripheral devices are nRF52840 using Coded PHY and NCS v2.7.0. This error...
I am trying to keep nRF5340 in sleep state, and wake it up when there's a user input (e.g., button) and send a packet as fast as possible to iOS18. What would be the latency...
Hi Nordic Team,
I am working on implementing synchronized sensor sampling on multiple Bluetooth devices that are externally triggered. To achieve this, I have combined the...
I have been following this tutorial by Nordic trying to install nrfConnect for VS Code, nRF Connect for VS Code, part 3: Building an application , but I am facing several...
Hi,
Tried to use Connectivity bridge app on a custom board based on NRF52840 and it seems that the UART-USB interface works initially, but after a while it gets stuck at...
I want to use mcp(master control panel) for windows to search for ble devices and do dfu via bluetooth, how can tell me how to set up the windows and usb dongle?
this is my sec_param:
sec_param_bond 1
sec_param_mitm 1
sec_param_io_capabilities ble_gap_io_display_only
sec_param_oob 0
sec_param_min_key_size 7
sec_param_max_key_size...
Our present application makes heavy use of the nrf51822 UART and I2C interfaces. We have a 115200 baud UART channel and thus need HW flow control. We are interfacing to an...
I would like to create wearable fitness based applications/hardware using nRF51822. But i am not sure how to get the fullest of power down modes in the chip.
For example...
Hi,
I purchased an nRF51 DK recently.Followed this tutorial to compile and flash an example project:
devzone.nordicsemi.com/.../
Here are the tools used:
Keil...
Hello,greetings.
I am trying to communicate among 2 NRF24L01+ modules using stm32 and stc89c52.
With EN_AA = 0x00, EN_RXADDR = 0x00, SETUP_RETR = 0x00 on PTX ,and EN_AA...
Hello,
I want to use preprogrammed Long Term Key (hard coded) with Device Manager for nRF52. I found the dm_enc_key structure but I could not find any solution to provide...
Hello all
I have an nRF peripheral based on S130 SD. I have exposed certain services with both read and write permissions. However i would like to secure these services...
Hello,
I have developed a simple characteristic to send data over ble using the ble_nus service.
I created a service and added a characteristic to send. Then sending the...
I am working on a BLE device (currently being prototyped with the mbed DK). It connects to a smart phone app. I would like to build in some security features, definitely some...
Hi guys I just bought:
one nRF51 Dongle (nRF6825 Rev 1.1.0 2015.27)
some nRF51822 Bluetooth Smart Beacon Kits (nRF6930 Rev. 1.0.0 2014.27) that are basically beacons...
In my application I need to use the whole flash memory available (128 KB of the nRF51422 QFAC). My data is first stored on a 2KB buffer and once the buffer is full, data is...
I'm trying to figure out why I need to rebond after completing a DFU upgrade with Android 5.1.
My bootloader does not modify the device manager pstorage state, but I am...
Hi!
I've just started developing with NRF51422 (PCA10028 board). I downloaded the free version of Keil MDK-ARM and loaded the "ble_app_uart_s110_pca10028" example from...