Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hi,
I have my application working on NRF SDK11 on NRF52832 with softdevice 2.0. I am porting the application to SDK 14 and SD 5.0. I am facing APP_UART_COMMUNICATION_ERROR...
I posted the ble_app_uart example on the nrf51 dk board and tried searching for an app, but searching on Android, but not on iOS. Why? You have used nrf_toolbox in your app...
Dear all, my goal is to make a wireless HID device using nrf24/nrf5x products so, I've noticed the nRFReady Desktop solution that seems to implement the
RF connection nRF5x...
Hello,
I am trying to port the light switch server example form the nRFSDK for Mesh to IAR Embedded Workbench for ARM.
I am using
nrf SDK Version 15.0.0
SDK for Mesh...
Problem : bytes are lost during UART communication with the module, hardware flow control is enabled, at speed higher than 38400 baud/s, when softdevice enabled and test board...
Dear Nordic
I have facing some issues in RTC side. In my application RTC and BLE works same time . First installation and set time using function nrf_cal_set_time() works...
Hi all,
I want save and read flash in example light switch proxy server .
I add code part of provisioner example into proxy server example
This is my code ;
And...
Hi everybody,
I have a question about the nrf52832 how to set the tx power in the ble peripheral uart example. i want to set both the advertising tx power and the after...
Hi,
I'm testing BLE Central multilink base on nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_multilink_central\pca10040\s132\arm5_no_packs
With modification in main...
Hello all !
I've been searching for an answer to my problem over the forum but I haven't found exactly what i'm looking for, so, that's why i'm posting this.
I'm using...
Compiled my first blinky example for pca10040 nRF52DK, nRF52\nRF5_SDK_15.0.0_a53641a, Keil mdk5, W10. trying to download compiled code got the error: The firmware of the connected...
I want to save Power by disabling the SD Card. VCC of the card is already regulated with an external MOSFET switch and controlled by a pin of the nRF. The problem now is,...
Hi,
I'm currently using SDK 14.2 (on 840) and SDK 15.0 (on 810) with the UART example.
I'm trying to implement the following system.
The Device only receives data...
Hi all,
I'm using SDK 15, nrf 52840, win 7,
The USB cdc example works fine for me.
Yet, when I moved the code to my project the driver is not set by win 7.
On device...