Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
Hi Everyone
My requirements are as follows
1. I am running 4 tasks using free rtos in which one measures the ADC , 2nd sends the adc data over BLE and 3rd check if the...
hello
I am using sdk 15.3 example code of DFU (secure_boot loader \ pca10040_ble)
I want to debug code but i can not.I getting error like that "Error Flash Download Failed...
Hello,
I have been using this method for a while now and everything seemed to work. But for one of my device the method returns the error 0x3400. I wanted to know where...
I am trying to share ADC output to Bluetooth device. But issue is as I am getting SAADC output via SPI protocol.
Now i have added SAADC+SPI in BLE app uart example, So when...
I am trying to share ADC output to Bluetooth device. But issue is as I am getting SAADC output via SPI protocol.
Now i have added SAADC+SPI in BLE app uart example, So when...
Hi there,
I want to do scanning existing networks and for these goals, I need to enable Commissioner on Commissioner side. I use the otCommissionerStart function but when...
I am looking for an example that can work with Android 6 and higher
Current examples on Github have compilation problems probably using older gradle.
The application need...
Hi,
I'm wondering why SES 4.18 requires an entire rebuild of an application each time a project is (re)opened? I would have though it would perform an intelligent incremental...
Hi,
I am trying to modify the ble_hids_mouse example project to convert the device into a vendor defined HID device. I need to send 64 bytes of custom sensor data (which...
Hello,
I am migrating my code based on Mesh SDK V2 to V3.1.0. on nRF52840. The filter based on the uuid used in functions "prov_helper_provision_next_device" and "uuid_filter_compare...
We come from here : https://devzone.nordicsemi.com/f/nordic-q-a/35180/error-with-nrf52dk-and-mac-os-hs Now, i have a new development kit and i can program it but now i have...
Hi
I am working on nRF52832 SOC and developing hardware modules.
we are using nRF5_SDK_15.3 and SES
we developed one new hardware module with nRF52832 SOC
and we testing...
I am trying to develop a program that can read the RSSI from the nrf52840 dongles without using the RSSI in the BLE app.
I have looked through the example code that is given...
Hi,
I designed a gateway that includes nrf52832 which receives beacons and sends it to other processor through uart, and this processor sends beacons to the server. Well...