Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
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. ...