Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi,
Can anyone direct me to where I can learn which versions of the various matter endpoints are compatible (i.e. matter device, matter controller and open thread border...
Hi, I'm build an application that my nRF advertising and my phone (I can call it is phone A), and my friend's phone (phone B) 1. phone A and phone B can connect automaticially...
I'm using the nRF52840 dongle with nRF Connect 1.90 and the CLI. I cannot get "zcl attr read" command to return anything. It simply times-out. What am I doing wrong?
i m working on unity test framework which i want to appiled in the segger embedded studio..can some one suggest how to enable the unity test framework in the segger embedded...
I currently have some Thingy:91 that I need to test in an area that has not got LTE-M, and my testing case until taking them to an area that has LTE-M, is to flash them so...
Hi,nordic term,
i develop my product that ony have feature with usb and app,there is no sd and ble.i have developed my porject,and now i need achieve the funcation of dfu...
Hello together, here are some infos about my project:
SoftDevice: S140 Hardware: nRF52840 DK Software: Segger Studio Memory settings: FLASH_PH_START=0x0 FLASH_PH_SIZE=0x100000...
Dear all,
In our application, we have two MCU connected through the UART. The Core MCU executes the application while the Nordic nRF52840 MCU functions as NCP/RCP using...
Hi,
I'm experiencing an odd behavior of nRF Connect in Visual Studio Code. Whenever I select "Flash" action, the "west flash" command is not being launched. Building works...
Hi
The customer needs the tracking area code of neighbor cell for their own LBS,I looked in the document and the project asset_tracker_v2,but I didn't find the tracking...
Hello, I'm pretty happy with how LPN is working, the power draw is great. My issue is now accomodating the large amount of LPNs that will exist in our mesh (~250). Originally...
I migrated my project from a windows10 pc to my MAC.
Now I get this error massage SDK 17.02 (no softdevice)
-> unknown type name '__printf_tag_ptr'
Any Idea how to fix...
Hello,
hi i am using ble_app_template example for reading sensor data and now i want to configure angle of gyro-meter in sensor so from nrf mobile application i need to...
Dear ,
I noticed that when I tried to create a new application from sample, e.g. blinky, it can't build and give out the error above.
As it is directly from a sample application...
Hi all,
I'm experiencing a weird behaviour when adding NUS BLE profile to a standard BLE Peripheral HRS example.
The code compiles fine without any error or warning, and...