Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
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...
Hello, guys!
I'm currently just starting to work on the nrf9160dk board. I want to try to explore the communication of nrf9160 with external acceleration sensor. First,...
Hi Team,
Is there any blog/tutorial on how to add custom profile (service/characteristics) with ncsv.1.8.0 and nrf52832/33?
I could find a couple of blogs but they were...
Hello everyone, I'm testing the example ble peripheral "UART/Serial Port Emulation over BLE" with SoftDevice S112 nRF5 SDK v17.1.0 . My board is MBN52832DK and i'm using the...
Hi,
in my project I use the nRF52840 microcontroller as the master I2C device.
Sometimes the TWI peripheral SDA line is forced to a low value by the slave device. This...
Hi, I'm developing an application using fds. I merged fds into ble_app_uart and built complete But when program run fds_init() nRF was crashed I called fds_registered before...
I am using NCS 1.7.0 and latest nRF5340 DK
I am trying to update netcore firmware using the process defined here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1...
Hi everyone!
I have a question regarding the audio support on the nRF52833 chip. Is there any support for sending audio ( Low quality compressed audio ) to headset? Or...
Hi everybody.
For a personal project, I need to integrate a flash or a microSD card to store data.
As computation core I want to use nRF52811, but I'm not able to find...
Hi,
I've lost hours to this so grateful for your support!
I have a custom board using Raytac MDBT42Q, which has a 32MHz clock in the module and I'm not using an external...
To whom it ma concern,
we observed Unkwon Resets after Long runtime ; Several Hours.
We use the NRF52840.
After the reset bit 1 in RESETREAS is detected .
BUT investigation...
My project is based on 'ble_app_uart' and I added dfu service..
so there's two custom 128bit uuid in my project..
But before this, I only want to test dfu service mode...
Hi,
We have made an app that gathers GPS coordinates using an external antenna with the thingy91. The problem we have is that we struggle to test the code when we don't...
Hello,
I am using the nRF52840 dongle with the nrf sniffer 4.1 firmware running on it, using Wireshark to read out its results.
This works fine for advertisement packets...
Hi!
In my application, I am receiving A-GPS data from nRF Cloud. After the data is received there is a considerable amount of time where the GNSS module is blocked because...