Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi,
I'm using SDK 14.2.0 flash_fstorage_example_s140_pca10056 with SEGGER on the nRF52840 Preview DK.
As you can see the basic example not working, what I'm writing...
I got the ble_app_lbs example working using SDK 8.0.0, and am now trying to integrate it into my existing project which was based off of ble_app_rscs using SDK 11.0.0.
...
Hello,
I am trying to intergrate the blinky, timer, and UART examples.
Blinky and Timer examples seem to work fine.
When I added UART, linker error starts to show up...
Hi,
Follow answers from here and have many try, not success yet.
Development with GCC and Eclipse, can not reach main() but return "Programe file does not exist" when...
Honorable technician, hello
I am adding a dependency Library for DFU by Android studio,find " compile 'no.nordicsemi.android:dfu:1.3.0' "and “ implementation 'com.android...
As the title says, I'm having problems connecting to my device with my custom board and I don't know what else to do. This is my Layout:
Whenever I upload my firmware...
I found nRF52832 modules like www.ebay.com/.../332270581440 on eBay, but there's no documentation for them except the board pinout. Has anyone tied them? How are they shipped...
Hi All!
I must to add some binary data to ADV packet use Manufacturer Specific field.
I fill the related fields:
static uint16_t adc0_data = 0; // ADC measured data...
Hello,
Is there some exemple about how to secure a NUS connection between two nRF5x (one NUS, one NUS_C) ? Dans it use a preshared passkey ? Is that secured (man in the...
Hello,
I am migrating a working application from SDK13 / nrF52832 => SDK14 / nRF52840 and during build, i get undefined reference for sqrt, sin and cos functions.
I...
hi
I mistakenly left the inductor connected between the dcc pin and the DEC 4 pin and let it operate in the LDO mode.
What kind of problem will you encounter?
Or maybe...
hi all, I want to learn about HCI layer . It has 4 packet and I dont understand about HCI ACL data packet and HCI synchronous data packet . how are they diffent? Packet from...
-Dear Nordic Devteam
Thanks for your endeavor for the nRF Sniffer 2 . Although it is a beta version, this is sincerely anticipating.
To set up the Sniffer you will...
I am developing some firmware using SDK 8.1 where power consumption is absolutely critical. The firmware will make a ble connection between the central and peripheral device...