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...
Hi,
Is there any way to stop the OTA DFU? Let's say that I started it and at some point I want to cancel the process at 40%. Is there any way to send a control message to...
Hello fellow developers need your help
I have bought 3 nRF52840 dongles and want to setup a mesh network as stated above. I have downloaded nRF Connect windows application...
From this ( https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf51 ), there is capacitor connected to adc input pin.
But is it necessary...
The device I am building requires a quantity of data to be loaded into the application data block so that it can be accessed at run time. The data is effectively calibration...
Hey all,
I followed Vidar's excellent tutorial, and it works! I can compile without errors. However, when I try to walk through the project in Eclipse (the blinky example...
Hello everyone:
Im developing a PAN and i noticed 6lowpan is good item.I have over 30 nodes (nRF52832) and some of the node are sensors for temperature and humidity and...
Hello Everyone need some help
I am using nRF52840 board for mesh development and made use of Light Switch Example which contain Provisioner, Client and Server. I am getting...
Hi there,
I have my system totally working now. I am looking to sell 1000-10000 units next year, so this is fantastic. I first want to say thank you to Nordic for all the...
I am experiencing a strange issue with the bootloader on my custom board in SDK 14.2.
Symptoms are that the board won't run until given an external kick - all it requires...
We make the project where we want to connect new device (currently designing on nRf52832) to existing system made on nRF24. It's a beacon in proprietary mode. It should periodicaly...
I have a question related to memory protection and configuration of device in relevance to soft device.
nrf52832, sdk15, soft device S132
Question 1 : How can I be sure...
In datasheet it had been mentioned that in SPIM0,SPIM1,SPIM2 the SPI clock frequency should not exceed more that 8 Mhz. And SPIM3 nothing is mentioned. Can we understand that...
Hi, I tried to use pc-ble-driver-py script to talk to a nRF52840 DK. It works perfectly with the official connectivity app hex file (the one nRF-Connect PC application loads...
I modified the nRF5 SDK 15.1 example program serial to display a message on a physical device. I added a blinky service to the ble_app_template example program and I am able...