Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Hi,
We are facing some issues between our ble devices (ble version 5) and android mobiles using nrfsdk ("Android-BLE-Library") library. (Version 2.2)
We are able to connect...
I have used two sample applications light / light_switch from bluetooth mesh to get a device with 2 elements:
- generic on/off clent
- generic on/off server
I want to...
Dear Sir,
The target has a non-secure bootloader on it, I'm trying for DFU which has a secure bootloader pkg only. After initiating the DFU, nrf connect app sends successfully...
Dear sir,
Thanks for your help.
In the working state, the input voltage of the battery may drop from 3.0V to 0.4v or even 0.0V. After charging, the voltage will quickly...
Hi,
I am using the Power Profiler Kit (Rev. 1.1.1.) with Power Profiler app (v2.3.1) to measure power consumption on an external DUT. The issue I am facing is negative current...
Hi all,
We have designed a PCB where we use BMD-350 ( which is based on nrf52832 ) , HX711 and the accelerometer ( MMA8452Q ) as primary components. The device is supposed...
I am in the process of integrating the latest SAADC driver into my project and have noticed an issue after adding the errata 122 workaround to my saadc event handler per the...
Thanks in advanced. On sdk17.0.2 examples\ble_central\ble_app_uart_c, I connect a button's one end to nrf52832 pin 24, the other end is connected to VDD. So I have to #define...
Hi,
There is an option CONFIG_LTE_NETWORK_TIMEOUT for the LTE Link Control. The default is 600 seconds (10 minutes) but I couldn't find any suggestions for the timeout and...
Hello ,
Now I am sending the data per 7.5ms in the interval of time over ble .I am loosing the packets , to avoid this I am planning to send the data in the structure .How...
Hi,
I got a unit based on NRF52 (No matter what SDK) which is connected via 1-wire (dallas protocol which is very time accurate) to other unit.
The other unit is the master...
Hi! I wanted to ask someone who knows more than I, if this setup makes sense, and how I could test my design.
A bit of background: We're developing a custom board which...
Hello, I am using nrf51822 / SDK 12.3 / SD 130-2.0.1.
When a normal timer is set and softdevice off, the timer interrupt does not occur.
In SDK 10 / SD 110-8.0.0, timer...
Hello,
I am trying to use the flash API of fstorage in my code. I have called below function at the start of my code. I want to save some integer values every 1 min interval...