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 Nordic Forum! I'm currently developing a CLI controlled BLE scanner using the nRF52840 Dongle. Essentially I brought over the CLI example and adapted it to the a central...
Hi
it looks like the Publication Retransmit Count and Interval states default to 1 time and 100ms respectively. Is there a reason these defaults apply? I don't think it...
My thingy:91 does not connect to the LTE network. However it does detect the Swisscom network (Switzerland) and shows it as available. After a few minutes it sometimes changes...
I would like to program the 52840 with the HCI_UART sample to use it for Bluetooth scanning. I did this and lost the USB serial out. I now understand that on the Thingy91...
Hello,
I am evaluating the nRF52840-DK. I just want to play around with Nordic for awhile to determine if I want to port my current project which is written in C++ for Teensy...
I want to run various applications in some cases
what I want is :
In general, it runs own application.
When external memory(SD card, USB, EEPROM, etc... something...
Hello All,
I have developed advertising init in 14.2 sdk (in segger ide).
(working on nrf52810 board)
I wanted to migrate same functionality to 15.3 sdk so how i can...
Hi everyone! I am using the STM32L4xx Sensortile to transmit accelerometer data from the Sensortile Acceleromter. The characteristics of other functions are shown on the nRF...
Hello guys,
I wan`t to make an project that send trough serial port a new image to flash my nrf9160.
By the moment I managed to send and recieve data but only on uart0...
Hi,
Iam running the BLE uart and zigbee light multi protocol example. Using the latest thread and zigbee SDK v3.2.0. The example is quite good. That the door(zigbee+BLE...
Hello,
Where do I find the plating material information for the following part numbers? is it Matte Tin?
Nordic Semiconductor nRF51822-QFAB-T
Nordic Semiconductor...
I design a 4 layer pcb which include nrf52832. But i'm unsure what rf trace width should be on 4 layers pcb?
This trace 30mil width and 5mil clearance for 2 layers pcb as...
Hi,
I am using NRF52. i have custom board on that external flash and SD card is not available. i want to use msc class so that i can drag and drop file and read it in controller...
Suddenly my app, running on iOS 7, is reporting lots of spontaneous disconnects by the peripheral device, an nRF51822, indicating a timeout:
didDisconnectPeripheral: Peripheral...
Hi !
I added " Read Characteristic" in NUS.
How can I get different values every time I click "read again"? For example, read the value of a varying ADC from here. ...