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
I am using nrf51822 AC custom board and willing to program over dfu.
For dfu service setting I referred following links. Only change I did in pca10028 library because...
Hello, I'm working with the pca10040e version (s112) of the nordic UART template example. I want to read 20 values from the SAADC, average them, then take a TEMP reading,...
I use nRF52832, with nRF5_SDK_13.0.0_04a0bfd, with s132_nrf52_4.0.2_softdevice.hex, IAR IDE for ARM 8.32.1 on WIN10
I created three services with each having a characteristic...
Hi!
nRF52832, SDK15, SD6.0.0, S132
I try to use secure_bootloader from SDK15 examples. All works.
Now I need encrypt my firmware with AES. I already made it on a SDK13...
Hello
I am about to build a BLE central to open a motorized garage door (runs on solar power) with a smartphone. I am going to design a PCB for this.
However, I am an...
Hello,
I have an BLE application running on nRF52840 Dongle, and I develop an iOS app to control the Dongle.
Now, my work is to make Dongle passing the FCC Testing....
i have a sensor tile STEVAL-STLCS01V1 .the description about this product is in this https://www.st.com/en/evaluation-tools/steval-stlkt01v1.html ..the sensor tile have Bluetooth...
Hi,
I am trying to get the rssi value of the client from servers. I added health client model to server and added app_health_event_cb() funtion from provisioner in server...
Hi -
I'm using an nRF52840-DK with Segger IDE and if necessary, Gcc on a Macbook Pro. I have many years of embedded experience, but an new to the Nordic world. I'm able...
Hi!
I am trying to use the NFC " writable_ndef_msg " code along with the " ble_app_uart " code from SDK 15.0 with Softdevice s140 on nRF52840 DK. I am using keil-MDK 5...
How can I be 100% sure the nRF52832 chip is running properly?, what I do to power up the chip is feed it with a regulated voltage of 3.3V (which really is around 3.17V), on...
We use Nrf_studio to connect our board by uart to enter direct test mode.
But an error occurs in serial connection.
I want to know, use our own project program is allowed...
I have already pressed reset in the dongle, it was pulsing red. And when I write it allways says the same error. I have done this experiment in Ubuntu 16.04 and Windows 10...
Dear all,
I'm struggling writing 32 bytes with FDS in SDK 14.
This is what I do:
Init
(void) fds_register(fds_evt_handler);
fds_init();
while(!is_init) {
sd_app_evt_wait...