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...
Hi,
We are currently evaluating nRF52810. I have a couple of queries on DFU:
1. Provided having an application, soft-device, and bootloader in memory, we have to update...
Hello,
I'm using ncs 1.2.0 and trying to compile sample projects like v1.2.0\nrf\samples\sensor\bh1749, also v1.2.0\zephyr\samples\sensor\* but all the defines for device...
Hello,
I'm trying to setup interrupt routines in SPIS1 peripheral.
I have a void IRQ function
But it seems like it never gets called
my init function
some...
Hi,
As I understand Nordic NCS now supports nRF52 development for nrf52832/40/11/10, so based on this I am trying to make a simple application for nRF5232 chip (peripheral_uart...
Hello,
I've been using http/https for some time with Zephyr, and am now venturing into using LTE/NB-IoT on a NRF9160DK board.
Unfortunately, from what I can tell, the...
Hi,
We are working on a Thread network application using nRF52840 DK and would like to interface a WiFi module to this board. We have checked the DevZone and found one similar...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hi,
I have added the Buttonless Secure DFU service to my application so that the app can be updated over BLE. It seems working. However, the power management module must...
Hi,
1. In my last post, ( https://devzone.nordicsemi.com/f/nordic-q-a/60300/questions-on-usbd_cdc_acm-example ), in question #1 a nice explanation was given regarding the...
Hi,
I am wondering if there solution available to perform DFU using Windows 10 OS? Going through previous tickets, it seems that there is no easy solution to perform DFU...
Support,
I am using the ble_app_gls_pac19956_140 example on the nRF 52840 DK. I wish to use this application as a foundation for my new sensor.
I wanted to disable the...
SDK: 15.2 IDE: Keil Softdevice: S132 v 6.0 General question about PPI connections. Is it possible to setup a PPI channel, that when triggered by some event (e.g. value in...
Hi,
I'm trying to lower the power consumption om an Actinius Icarus board which uses an nrf9160 chip. I've been able to achieve a sleep current of 1.33mA and I'm not able...
Now the code in the application part has added the buttonless_dfu function, which has also been successfully implemented. But I ’m not familiar with serial_dfu, I don’t know...