I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Dear support i have two problems,
In ncs 2.6.1 i get: error: '__device_dts_ord_DT_N_NODELABEL_red_led_P_gpios_IDX_0_PH_ORD' undeclared here (not in a function) in the...
I upgraded the SDK to 3.0.0. and now I have an issue:
"Actions/Flash" command fails with "Timed out waiting for RRAMC.READY.". "Actions/Erase and Flash" works.
I am on...
Hi Nordic,
I am currently writing about the process of performing channel sounding sequentially on three connected devices. However, after the first channel sounding is...
I am using LVGL for simple Eink display UI, and trying to implement a simple if condition to check if the passed string argument is null as below:
If I only have btn1...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
I am trying to use the FIFO from the ADXL362 with in the Thingy:53. As I noticed there is now the Option to use ADXL362_STREAM. I just wanted to use the example from: https...
I'm implementing a Eddystone beacon ( github.com/.../eddystone ) with the 3 specified frames and it works quite ok with changing the advertising data before transmitting by...
Hello,
I am trying to use the new bootloader provided in SDK v6.1.0 with SD v7.1.0 and MCP v3.7.1. I have loaded the unmodified project from nrf6310/device_firmware_updates...
Hi,
In order to use new nRF51 SDK v. 5.1.0, we have just bought a new NRF51822 EV Kit from your distributor. It contains PCA10001 v2.2.0 2013.49 but the IC is nRF51822...
I am trying to pair nordic with an iPhone app. (using lightBlue) but not device_manager_evt_handler is not getting called
Here is the code, Is there anything else that...
Hi,
i need select bluetooth chipset,but it should support options below;
-Minimum baud rate should be 300 bps,
-It should support 7,8 data bits,
Which can i choose...
Hi
I try to write an application in C# with the MasterEmulator dll (Version 2.1.12.6). It works with the dongle, but not with the nRF51-DK. I can open the Device but I...
Hi,
I am planning to use nRF52832 for one of our projects. Can you please help me with the SDK that will support IAR Embedded Workbench.
Thanks & Regards, Yaron
I've just started working with Nrf51822, I'm trying to make this scenario for weeks but i failed.
Plz help me!
How to make Nrf51822 wake up by a button click, increment...
Hi,
I have 9 BLE devices nearby. I start scanning and all the devices displays in nRF Master Control Panel. However, the scanner then ignores 7 devices and updates RSSI only...
I'm getting the multi-link example working (device manager) with S130 SD and I noticed that the following define is in S110 and S120 but not in S130. I'm looking in the SDK8...
I've create a custom service with two characteristics. I need that the values of these characteristics are notifying at the same time. Is it possible? In this case, one of...
Peripheral role blue-tooth device, linked one phone.How to get phone address? such as phone's bluetooth mac address or something like that.Thank you!
note: device use softdevice...
Hello everyone,
I wanted to change the notification to indication for the BLE UART example when you send the message. I am currently using (and the UART BLE example is...