Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
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...