Hello,
I have a problem with my nRF54L15-DK board - it is not visible by PC.
nRF54L15 mcu is apparently working fine with last uploaded program, as it is responding as...
From what I can see in the documentation, UART0 is used by default for "non-secure" / application logs and UART1 is used for "secure" app logs. I am needing to interface with...
Hi
I am moving from espressif IDF vscode to nRF Connect vscode. I have been reading the docs and the academy. I am only frustrated and confused. I see in many places that...
I got an nrf52840 dongle(PCA10059) and I'm trying to run the official usb-hid-keyboard example on it, but the compilation is failing. What could be the cause, and how should...
I am currently working on direction finding using the nRF Connect SDK in VS Code. I am using an nRF52811 custom board, and my logs work properly. I wanted to include timestamps...
Hi,
Previously it was possible to download the old nrf5 sdks from for instance this url:
developer.nordicsemi.com/.../nRF5_SDK_v15 .x.x/
but it seems to not be available...
I have been trying to test a nrf52 kit . I have never used segger studio before. I am trying to simply try a blink project but the build always fails
I am unable to acess...
When the device powers up I want to grab the device name from a known location and also rewrite that same location when I get a new device name. How can I write to the internal...
Suppose you want to send 20 bytes of data using API sd_ble_gatts_hvx, do you need to punctuate the first 16 or so data within the 20 bytes sent with a CRC ?
it may seem...
Hi, all. I use nrf52 and softdevice(S132).
I'd like to know SoftDevice process timing to hardware.
Can it be ?
I know, SoftDevice Specification in "Processor availability...
Hello,
I have an development kit NRF51 and wrote a code for it which uses uart, ble advertising and ble scan. It works pretty well on the kit.
The problem is when I...
Hi,
I use a personnal GAP Address, but it must be the type used:
-Public address.
-Random Static address.
-Private Resolvable address.
-Private Non-Resolvable address...
Hi,
I am trying to get the dfu single bank bootloader ( github.com/.../nrf51-dfu-single-bank-ble) supplied by Nordic to work. I can successfully push firmware to my device...
Hi, I am just trying to understand the examples properly. This value is mostly set to 0, sometimes set to 1, and used at the call to the soft device initialization.
ble_enable_params...
I'm trying to send some data to a custom event handler function using app_scheduler. The problem I am having is the data I am sending is not being received.
I expect this...
Dir sir,
I noticed that you are using the internal LDO regulator in nRF51822 beacon kit.
Why do you recommend to use LDO regulator for Coin Cell battery?
In addition...
Hello,
in my Scatternet, I often receive HCI Connection Timeouts. Depending on the settings this happens once or twice over half a day between 10 Nodes or it could happen...
When I email myself a .zip containing the SDK8-type DFU payload, I can no longer "long press" on the email attachment and have it opened in nRF Toolbox. Either the jackballs...
I'm working on an health thermometer.
I have used the HTS service to send temperature measures from the device to the phone.
Now, the device has to send an alert to the...
Hi,
I have two nrf51 devices one is the master and other a slave device. I need to lock these two devices permanently. What I mean is that these two devices can only connect...
Hi All,
I would like to setup my Eclipse and GCC for compiling and debugging C++ & mbed projects on nRF51 DK. The setup procedure explained in tutorial Development with...
Hi, I use SDK 10.0,
SoftDevice S110 8.0, S120 2.1, or S130 1.0, (I test various examples so I change SoftDevices)
iPhone 6 Plus (iOS 9.2.1), and Nexus 5 (Android 6.0...