Hi! i have some problems with extension, i cant see action bar/boards. I had no problem with v2.5.2 of sdk and toolchain but when i bumped it to 2.7.0 in manifest file it...
When running example code which involves BLE on nRF52840-based boards, the devices (which have assigned names in the example code) don't show up on the iOS nRF Connect scanner...
Hello,
In my experimentation to update advertising data during runtime, I am following the example @
It is using the ble_advertising.h library module
However I would...
Hi all
I'm working on custom board build with an nrf9161. Right now I'd like to use a gpio as input with interrupt for i2c captor icm20948. So for I've searched and I think...
We need to issue a command to an nrf52840 device :
nrfjprog --program file.hex --chiperase --verify.
everithing is working with [nrf-command-line-tools-10.24.2-x64.exe...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
Hello,
My board contains nRF9160 and nRF52840. The nRF52840 is a HCI controller (based on HCI lpuart example). nRF9160 communicates with nRF52840 over UART. I want to perform...
Hi, currently I use nRF Connect v3.0.0 to flash my nrf9160-DK. With the Segger Studio from Nordic I am able to generate the merged.hex but now my problem: I erased the chip...
Hello
I would like to compile Direct Test Mode on Segger embedded Studio.
I follow all instructions with getting started assistant
but i have one error : error 5 cannot...
I am starting with the nRF52-DK. Page 8 of the documentation has links for examples to get started.
4 Start developing After you have set up the development kit and installed...
Hi,
I get the problem when I tried to download ncs
west update WARNING: Can't set ZEPHYR_BASE: parsing of manifest file failed during command update : no "manifest...
Hello, everyone, I have an issue where I could use some help!
I have this setup.
- One nrf52840 ble peripheral (the data collector) that accepts multiple central connections...
Hello all.
I am developing a BT4.2 compliant application. I have a question about LESC (LE Secure Connection).
devzone.nordicsemi.com/.../how-to-implement-ecc-functions...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . I am trying to set the value length of the custom characteristic...
Hi,
I've been trying to connect nRF9160 DK to google cloud by running "google_iot_mqtt" following the directions here https://devzone.nordicsemi.com/nordic/nordic-blog/b...
I use SEGGER step-debug commands F5, F10 and F11.
Sometime F10 cause the debugger to step into disassembly code, making continue debugging hard.
Restart debugging 'cause...
Hi, I have an nRF51822 with s130 doing normal advertising and a Nordic UART service. Is there an example somewhere of doing some simple observation with it at the same time...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . However, I now want to try increasing security settings...
Hello,
I'm not sure it is a good place to ask the this question here. I have also asked this at zephyr maillist, but till now no one can help me.
I've found that the NRF9160...
Hi, I am using nRF52 DK with SDK 15.2 and SD132 for my project and use "ble_app_uart" as a reference. In my project, I want to start and stop advertisment manually through...