I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi,
I'm using the S132 v6.0 and SDK v15.0 to work with nRF52832. I found the it just get the advertising data. If the device put some data into the scan response, when I...
Hi,
I want to use nRF52840 USB dongle in my setup with other PCA10056 boards. I have seen that in link https://www.nordicsemi.com/eng/Products/nRF52840-Dongle it is mentioned...
Need to upgrade bootloader by application code. I have finished to program bootloader image to FLASH. Content is verified correct, comparing to SRC. However, the bootloader...
I have 2 52840 modules with PCB antenna and I am trying to check the max connection range
I followed the recommendations and achieved only 120m.
I cannot use the examples...
Hi, we recently using audio with ATVV service instead of HID service. As we notice, Audio would enable by SR3 itself in ATVV service if we push the key, but not in HID service...
Hi Nordic:
I want to change TX power of mesh-sdk.2.1.1 light switch, I've follow
https://devzone.nordicsemi.com/f/nordic-q-a/34491/mesh-range-power-and-mode
and set...
Hi,
I have bougth one Nordic Thingy 52 and one nRF52840-DK. My idea is to communicate both via bluetotth.
For example, i want to capture the temperature adquired by Nordic...
Hi guys,
I am using the softdevice S120 firmware: s120_nrf51822_1.0.0-1.alpha_softdevice.hex
The error_handler registered when calling sd_softdevice_enable is called...
We are implementing a Nordic NFR52832 using the ARM mbed ble stack that leverages the Nordic SDK using a HID over GATT profile. Windows 10 seems to have an issue with this...
Hi all.
I'm trying to make a list of brands and models of Android phones that have implemented LESC. I appreciate any feedback and experiences working with LESC (numeric...
Hi There,
I just want to confirm which method is being used to perform DFU over thread (Single bank update or dual bank update), and can I perform DFU on Sleepy end device...
Hi,
I'm trying connect NRF 52840 width Intel AC 9260 Windows 10 Desktop/
When I compile and run any examples from nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral and I...
Hi,
when generating settings on windows using nrfutil on one project takes about 2 minutes and it swallows whole memory during the command.
The command i am using is:...
Hello,
I am trying to use nrf5280dk with RIOT OS and Contiki OS. I am following these steps to enable access to the device from os. https://devzone.nordicsemi.com/b/blog...
Hello, I have an nRF52 device with NRF_SDH_BLE_GATT_MAX_MTU_SIZE set to 512 and it accepts connections and the client sets the max mtu to 512. It is on SDK 15
When
an...