Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
This is very reproducible...after sending and receiving data in a loop, the modem application becomes unresponsive. Only modification from SDK software is that I am using...
Hello,
I was trying to setup nrf5 board with IoT sdk for tcp connections where the tcp board will act as a server and raspberry pi 3 model B 1.2 as client.
I downloaded...
I am looking for the following products and solutions.
Products :
nRF52-DK
External input :
ADC 1000 Sampling input
1Hz input 3.3 p-p sinewave
Output :
UART...
Hello Sir/Ma'am,
I have used the ble_app_uart (for pca10056) example code to execute the same.
I referred this link to execute my code https://infocenter.nordicsemi.com...
Hi there,
I am using nrf_mtx_trylock.
The explanation of nrf_mtx_trylock is "Try to lock a mutex.".
I would like to lock a mutex forcibly.
Does the function which...
Hi,
I am using the radio test example code where in the interface is through cli. Our custom board has a serial port in UARTE1 instance
how do I configure the cli to...
Hi everyone,
I am trying to develop an application and I need to solve this situation : when the modem is not able to connect to LTE-M network, I still want to be able...
Hi,
I already replied to an old discussion without response so far:
https://devzone.nordicsemi.com/f/nordic-q-a/57449/nrf9160-mipi-rffe-support-for-more-than-one-device...
Hello,
I am using ADuCM350 microcontroller with a build in Bluetooth NRF8001 on board for a school project. I want to program the bluetooth connectivity over SPI0. I will...
Hello Everyone ,
With variety of motion sensors on Thingy:52 , can it be used to detect if a person has fallen ? If 'yes' then how accurate the results will be ?
If...
It's a coding question. Maybe it has nothing to do with NRF.
I'm playing the central example hrs. I have a custom .c file that wants to access the m_hrs_c variable defined...
Hi,
We are developing a system with nRF52840 chip and we have to feed the soft device (s140) hex file & our application hex file into custom board which we are developing...