hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
the execution procedure of my application as following:
bluetooth_init(void) -> start advertising (timeout 10s) -> nrf_sdh_disable_request() -> nrf_pwr_mgmt_run() -> after...
In the nrf52832 esb function, will data be received on different channels?Did I encounter this problem, or did I change the channel without success?How to judge if I change...
Hi,
I'm having some problems with the IoT library and the power driver. When the program call the "ipv6_medium_init" function, it asserts internally. This happens when this...
Hello,
Coming from different background. I am learning about how to turn my nrf52840 practically useful in indoor localization task.
First step I have adopted the example...
Hello,
while looking at the nrf52 overview page ( https://infocenter.nordicsemi.com/index.jsp ) I was a little bit confuse, that the nrf52840 seems to have no USB anymore...
Hi
I made a custom service for sending radar data from a NRF52 DK and I'm trying to access it with my computer using the pc_ble_driver_py.
I tried to modify the heart_rate_collector...
Hi,
I´m trying to change the "BLE_APP_UART_PCA10010" example, main.c file.
I would like to delete following functions, because I don´t need UART in my project:
...
I am trying to upload firmware using the secure bootloader over UART onto nRF52840-DK. I managed to upload the precompiled blinky dfu test image using the uart debug bootloader...
Hi,
I want to reserve a space of two bytes in flash so I can change those externally. I want to read same memory location from the code.
How do I do it?
How to read...
Hi,
I have seen this post , but it is quite old, so I would like to know what is the current solution to
update advertising packets while advertising, without stop and...
Hi there. I am freshman with the NRF MESH. I am working on project which I need to use the static provisioner node. The problem I am facing is how to configure multiple group...
Hi everyone.
I want to stream 12kB of ADC data from the thingy 52 via BLE. At the moment this takes around 4 seconds to do which is to slow so i would like to increase...