Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello, guys!
We are using SDK 15.0.0 and nRF52840 SoC device.
Our goal is to debug the application with SES in the presence of bootloader. This thread explains that we...
In our project we use a nrf52832 with softdevice S132 and SDK15.3.
For booloader we use the DFU example form the nordic library.
A fter a DFU with BLE, which was done...
Hi,
I'm trying to use the Nordic Security Backend, such that a change to CC-312, if availble soon, would be easy. However I get following error after enabling :
It...
Hi,
I am using nRF52840, S140 V7.0.1.
1) I worked on Secure Serial DFU. But recently I am seeing once more example of DFU “Background DFU bootloader”
https://infocenter...
Hello everyone,
The I2C spec minimum is about 100kHz however the device I am communicating with is using a clock of 20kHz. And there is no way to speed up this device. As...
Downloaded https://github.com/NordicSemiconductor/Android-nRF-Blinky today and imported using Android Studio 3.6.3 targeting SDK 29. Gradle updated to use 3.4.2. no changes...
Hi,
I have been using the NUS service via the ble_app_uart example on SDK 16 in conjunction with the nRF Connect iOS app and all works fine.
I connect via the iOS app...
Hi community ! I'm currently working on the coexistence code between uart and BLE Mesh. I realized a code on Visual studio to connect my pc with the node and then interact...
Hello,
I am trying to modify the usbd_cdc_acm_modified example project in the SDK to do the following:
Echo the received character back to the terminal.
Get rid...
I am trying to parse the contents of a JSON packet sent from the nrfCloud connect application. The asset tracker program is working fine but I want to sent a message down...
I am using the nRF9160dk evaluation board. I need to connect to the I2C bus. I thought I had configured it properly and I am sending bytes to I2c bus on pins SDA-P0.30 and...
Hi,
I flashed example thread\cli\ftd\usb\pca10056\blank\ses contained into nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b and I measured current consumption by using Power...
I know the question has been up before, but why does the data sheet say pull up/down ?
isn't the signals always pulled up? or is there a scenario where the nrf52 would switch...
i make a project
Every 5 minutes, beacon advertising should be repeated for 30 seconds.
Using the RTC example, LED lights and turns off every 3 seconds were realized....