Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
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...
When i compily the SDK16.0.0 example project: iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 i get error after Linker, saying .rodata and .data are too large for the flash...
Hi, As per our requirement, we have integrated GCP on thingy91 (PCA20035) and able to send and receive MQTT messages without any issues. But as part of FOTA implementation...
Hi,
I'm using the light switch example and lpn example from the Mesh SDK 4.1.0.
I have one Board as the light switch client (gateway), one as the light switch server ...
Hello,
I have included nrf_pwr_mgmt.h to the gpiote_pca10040 SES example to able to run "nrf_pwr_mgmt_init();" function.
I have added nrf_pwr_mgmt.c file under the nRF_Libraries...
Hi
I'm using nRF52832 and trying to make programming patterns via SWD myself, and want to make programming time short.
I have a question about flash programmng time via...
Previous versions of nrfx_spis.h:nrfx_spis_config_t had a "csn_pullup" field but the latest version does not.
The nRF52840 Product Specification is not very clear about...
I am trying to test this example on my nRF52840 DK and it is not working. Here i the steps I followed:
1) Erase the device by clicking "Erase All" under the "Target" menu...
Hi. I'm working on central device which is connecting to peripheral device. I used blinky example, modified characteristics to my needs and it works fine.
Now I try to do...
Hi,
I am developing a system with 2 nrf52840 devices, communicating via the NUS Service. I am programming both the central and peripheral project. I am using the NRF5 SDK...
Hello
I'm porting DFU to my project .
But I have some issue.
The following error occurs.
I set the header file(nrf_cc310_bl_hash_sha256.h) path, but why does this...
Hi All,
In application, I want to config mode of directed high duty to back connection after BLE disconnect for my hid keyboard. So I modify based on this example: "nRF5_SDK_16...
I know there are multiple different questions/answers relating to this topic but none exactly solved my issue. Further, some of the questions are many years old so it's not...
I tried them all. No, really.
But it seems that nothing really works 100%.
I have an nRF52 board here from Nordic, and a cacophony of tools.
I have a million sample projects...
I'm having troubles parsing the received data stream form an UART device. If i just print whatever i received from the datastream, everything works just fine.
Howeve,...