I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
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...
Hi
We have managed to change our firmware BLE settings in order to be iOS compliant
However Android side we notice that it is more difficult to scan and especially...