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...
I have the latest firmware in the modem (0.7.0-29.alpha) and i have the at client sample code on my board, I set my APN but the board doesn't connect
I'm sure that the APN...
Hi, everyone,
We are developing project on nRF52832 by using the newest 15.3 version (nRF5_SDK_15.3.0_59ac345). The project is built from bootloader and main application...
Hello, my old question: https://devzone.nordicsemi.com/f/nordic-q-a/48087/nrf51822-s130-hardfault-error
I found something.
After removing -fdata-sections in makefile,...
I'm trying to get the nrf52810 (pca10040e s112) to wake up from sleep every 5 second using RTC or timer. My goal is to sleep on less than 2 uA. I'm using the pca10040 development...
nRF52832
SDK15.3.0
ble_app_gls
ble_app_gls( SDK15.3.0 ) works perfectly and I want to port this "request pairing immediately feature" to my own project.
I referred...
Hello,
I'm trying to add another LTE device to nrf connect. But I am facing problem when adding it, I have my own sim card for iot from Singtel, It worked with the first...
I am interfacing sim 808 which is a uart based module with my nrf device.
The default buffer size is 256, can i increase this buffer size? If so how?
Also how do I clear...
Is there a distinction in the functionality between the functions defined in nrf_socket.h and socket.h? For example, the functions nrf_socket and zsock_socket seem to do the...
I want to use it should be implemented in sofdevice_handler.h but this file does not exist in any of my directories. I am using sdk 14.2.0
However, i have nrf_sdh.h which...
Hi,
In the documentation nRF52832_PS_v1.4, section 37.12 electrical specifications, there is an error indicated for every gain used, for Example EG1 error for gain = 1 is...
I have some experience working with nrf52840-dk and the SDK working in custom projects taking as initial point the different examples of the SDK.
The problem is that I have...
Hello,
I have the following power profiler: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Power-Profiler-Kit/Download#infotabs
I was able to correctly...
Hello!
I'm working with both the s132 and s140 softdevices on their dedicated hardwares. We are heavily utilising the radio timeslot API to run our propriatery stack and...
Dear Friends,
I am transmitting a command of 14 bytes of data from ble_central to ble_peripheral. The ble_peripheral will recieve the command and transmits the response...