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...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
i use the hex
sniffer_pca10056_129d2b3.hex
the packet is
nrf_sniffer_for_bluetooth_le_3.0.0_129d2b3.zip
my board is nrf52840- dk
but the wireshark only capture...
Why any SDK example can't be compiled in Keil perfectly without adjustments to NRF52832?
All examples I've downloades and tryed since SDK11 to SDK16 hasn't worked at first...
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...