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'm having a problem with the nRF52 SAADC. It's configured for
One shot operation on Channel 0 using pin Ain4.
Gain of 1/6
Tacq set to 40us
8 bit resolution...
HI,
I want to configure HT1632 LED driver using SPI communication protocol
for that i should send commands LSB to MSB
immediately data should go MSB to LSB
My question...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’ and “nRF Connect” app.
I am trying to understand...
Hi all
SDK 11.0.0 S132 version 2.0.1 nrf52832
I want to turn on the PWM and turn off the PWM after 1 minute. The device will do BLE advertising When the device wakeup...
Hi,
I have read a lot of posts about using the internal LDO/DCDC converters or using an external switch mode regulator, but haven't seen any answers I could use.
I have...
I am looking for guidance on how to fragment data in Extended advertisement on the nRF52840. I am using the "ble_app_rscs" example to advertise in non-scannable non-connectable...
Hi ,
I need to update the NRF52832 with another different module.
I can update without problem by using the nrf connect app.
I would like to use another device without...
Hi,
I am trying to get event messages on the terminal from a Generic On Off (GOO) Client node. I have the provisioned the mesh using the pyAci through another board running...
Hi,
I am using nRF52840 Preview DK, with SDK V15.3.0 and Softdevice API V6.1.1
First, I modified the 'ble blinky peripheral example' to have more characteristics tying...
Hi,
I have two nrf9160 DK boards and have followed the out-of-box experience, but both are stuck on step 8 - Wait up to 3 minutes for the device to find the cellular network...
I'm using nRF Sniffer 2.0.0-beta3 on macOS. I've copied the the nrfsniffer200beta312oct20181c2a221 folder into /Applications/Wireshark.app/Contents/MacOS/extcap and ensured...
Hi,
I'm trying to send multiple messages to a MQTT server at QoS 0 , but the client gets disconnected after +8 messages. I'm able to send more then 8 if I add a delay of...
Hi,
I have modyfied the MQTT example to, so I can send data to my own AWS account.
I'm trying to publish big packets of data, (> 7K) without luck .
what I have done...
I've seen a few demos of the AoA and AoD features of Bluetooth 5.1. In general these demos are highly controlled are done at ranges of ~1m between the Tag and Receiver. For...
Hello
just a single question
I need to configure a BLE nrf51822 to transmit along with its MAC address the battery level of the battery used ?
What type of functions...