We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...
I have change the version of wireshark on windows 10 .(NOW I?M USING THE ONCE OF THE APPLICATION NOTE)
After that i have modify the .bat file because he never see python...
Hi,
My provisioner is a light switch client on a dev kit NRF52832.
Now I want to define it as a proxy node as well but I suspect that my Android App cannot send one generic...
Sorry I'm looking in the AoA.
I See that in zephyr main line there are 2 samples :direction_finding_xonnectionless_rx direction_finding_xonnectionless_ tx..
Hawe I to...
Hi,
I am trying to program new chips. I have made the following connections:
Chip J-Link ------------------------------ Gnd Gnd SWCLK SWCLK SWDIO SWDIO VDDH 5V (External...
Hello:
We have a BLE application on an NRF52840 with SD 140 and SDK 1.5.3. Our device acts as a BLE peripheral with bonding and LESC, and we additionally use block level...
Hi,
We have designed the custom PCB where 32.768 kHz crystal oscillator is required. Some how we have managed the component (MFR PART NO. TF325J32K7680 ) suggested by Nordic...
Hi, I came across a forum post that NRF51 had an issue with noises in SWCLK signal.
For the design, do I need to attach an external pull down resistor in design? If so,...
Hi good evening,
i am working on a project that requires ble transmission between 2NRF52dks and one of them is connected to a PC and apart from receiving data from another...
Hi Devzone,
I have 2 question about Thingy 91:
1) When I come to area that don't support NBIoT or LTE-M, Does the Thingy 91 connect to cloud (nrf cloud, mqtt broker,....
We have developed an Android application for a customer (Ibiza) which makes use of nRF's Android-BLE-Library ( https://github.com/NordicSemiconductor/Android-BLE-Library ...
I defined a timer and start the timer when application open gps, it can prevent the timeout of star search failure; When the gps search star successful, I will turn off the...
Hi,
Now I using the nRF5_SDK_for_Thread_and_Zigbee_v4.1.0 to develop the zigbee function on nRF52840,
I am using the light control Example,
it provide two examples to...
Hello,
I'd like to know how to interface with the SDK libraries(as a "beginner") and ask how do you approach such a thing and learn how to use it? let's take for example...
Hello,
I have an xon / xoff flow control implementation with nRF52833 DK.
The setup is the nRF52833 DK is connected to the computer through USB cable.
A python script...