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...
Did someone try to make QT application that supports DFU for BLE devices? Can it be done using nordic DFU android/ios libraries (to include them somehow in QT project)?
Hi,
I am having a problems with USB enumerating with a custom board based on the nRF52840. The board is self powered by LiPo battery. I am developing by connecting to the...
Greetings,
I'm attempting to use the ble_connectivity example for the PCA10040 and have a couple questions:
1) What are the default GPIO pins for UART?, for SPI?
2)...
Can you provide an android application that can implement light control?A s shown in Illustration:
like the nRF Connect or LightBlue.the application as client not provisioner...
HI:
I am studying mesh now.But I don't know how to run this example.I think,that proceed as follows:
1.Using provisioner example Configuration each node(element and models...
I'm using SDK version 15.0.0_a53641a on nRF52840 with softdevice s140_nrf52_6.1.0_softdevice.hex.
When I execute the code below in ble_stack_init (void) , I get an error...
Hello, I am a beginner with the nRF51822, after reading documentation and posts on this forum I can not find a clear answer for these two questions: - Is it possible to modify...
Hello, My software project is based on the ble_app_uart, and after doing some initial timer, PWM and SAADC initialisation tasks, the main loop of ble_app_uart runs for a while...
Hello,
I've got some of the nRF5_SDK_15.0.0_a53641a examples running on my board, the blinky, twi scan etc. all work fine. The twi and spi examples still use the legacy...
I am trying to debug the DFU in IAR.
However, when flashing as is I get the following error:
Sat Aug 25, 2018 20:31:45: ELF/DWARF Error: Unsupported .debug_info format...
In migrating an existing application from SDK 14.0.0 to SDK 14.2.0, I am finding that the first timer I create gets NRF_ERROR_INVALID_STATE on calling app_timer_create() ...
Hello,
I've got the PCA10040 dev kit and it works fine. To match my PCB setup I've cut SB2, this disables the 32kHz osc.
For debugging purposes I went back to the examples...
Hi,
I face a problem when trying to perform a DFU firmware update via command line using nrfutil dfu ble.
I'm using windows 10 and nrfutil.exe version 3.5.0
I am using...
Hi,
In application note 'nWP017 - Antenna tuning', it provides quite a lot information about how to tune antenna.
But, once it is properly tuned, how do I know the matching...
Hi,
When I do not call advertising_start(erase_bonds); then I only draw about 2uA.
When I call advertising_start(erase_bonds); I draw 350uA.
I want to advertise. Then...