Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi,
I have developed attached code for I2C communication with temperature sensor. The main function I2C_sample() checks whether sensor is detected by detect() and then performs...
When I try to debug my nrf9160 app through segger, it never starts. Hitting the pause button brings me to main.c in the mcuboot project, and it stops on line 214, Unable to...
Hello,
I'm evaluating both the Thingy:91 and nRF9160, trying to walk through the Getting Started Tutorial . Despite connecting my nRF9160DK to my Macbook (via an HMDI/USB...
Hello,
I am facing below AT_cmd errors after flashing my application to nRF9160 DK. Please support me how to resolve these errors asap as its blocking our product development...
Hi,
nRF Desktop v3.9.1 with Programmer v2.0.1 were almost functioning like the much older versions, but with the upgrade to v3.9.3 + v2.1.1 it is no longer possible to program...
Hello,
I have a running thread network now. Yay!
I am using a BMD-341 module from a old board as a Thread Sleeping end device. Getting great results.
I've flashed the...
Hello, we have made 50 cards with your microcontroller,out of the 50 cards there are 6 cards which consume about 10µA in sleep, while the others consume less than 1µA. Have...
Hi All,
We are using NRF52832 for our project.
We are using LED driver based on I2C protocol.
Do we have example code for I2C driver?
Please send some example/sample...
Hello,
I've installed nRF Connect for Desktop for Mac and from the UI using the Toolchain Manager I've installed nRF Connect SDK v1.8.0. After installing the extensions...
Hi,
I have been developing an application that reads sensor data (over SAADC and SPI) over an interval, serializes the data, and transmits the data over BLE_NUS to a companion...
Hi Nordic,
when I enable the Bluetooth configuration, the sensor trigger stop to work. when I comment the Bluetooth configuration, the sensor trigger back to work.
I recorded...
hi support team,
for nrf5 sdk ble_app_hid_mouse example, this example shows how to use swift pairing, it works. but I have one question for it, after I press reset button...
Hi, I'm trying to run samples provided by Nordic but I fail. My problem is west can not find my Jlink.
I can flash the chip (nrf52840 custom board) using nrfjprog
...
1. When I run the SDK routine provided by the official, ble_app_uart program, the circuit board acts as the peripheral , the protocol stack is pre-downloaded to the board...
Hi, I am new with nRF microcontrollers. I created a custom board that mounts the nRF52840 microcontroller. I made a firmware that uses BLE to exchange data and everything...