I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I was able to create 2 times, Timer 1 and Timer 2.
They work when they run separately, but one stops when I try to use both of them.
I need simultaneously running two...
Please confirm the following is correct for nRF52840 (per PS v1.1)
1. The firmware doesn't have to enable internal pull-up when the pin reset is configured (it's done automatically...
Hi,
I am developing a solution with zigbee (nRF52840).
I want some end device is joined to specific router.
In the documents, if end device find more than one router...
Hi, Everyone.
I'm trying to connect nRF52 DK Board to J-link base tool.
But I can't connect.
Wires between nRF52 B/D and J-link base tool are conneted below.
nRF52...
Hi,
I am new in this area. I wanted to use the detect "signal" but it doesn't work as protected. This is my main :
I just try to detect when the detect signal is HIGH...
Hello,
i tried the getting started procedure with the NRF9160DK demo board but I cannot finish the whole procedure.
After activating the iBasis eSIM, I turn on the...
It's may be strange enough, but i can't see the clear answer on this question. What is the limitations for pin function maping? I need to understand which pins i can use for...
Hi,
I am surveying the zigbee example for my project.
In my project, coordinator has to permit or reject certain end device/router.
I have searched following articles...
Hi,
We want to send our board for Radio testing and the facility needs a test setup. Radio test example could work perfectly for us but unfortunately, I am unable to use...
Does Nordic Thingy come with on board SEGGER J-Link programmer / debugger like the nRF52832 DK?
If not then how to program and debug development firmware on Nordic Thingy...
Heloo, I'm using NRF 51 DK and NRF 51 822 QFAA__ mcu.
Flashing the DK is fine, all of the examples are compiling and running as expected, also the modifications introduced...
Have previously used the QFAB. Are there any settings in the compiler or debugger that need to be different ? - my understanding is that xxAB refers to both.
Understand...
I have my own code for configuring digital IO pins. I'm using the PCA 10040 devKit board. When running in the debugger, on startup, the interrupts on the input pins seemed...
Hi Team, Currently we are working with nrf52832 in one of our project and now we are going through FCC for the same. I am using radio tool code(SDK 15.3) to generate the FCC...
hey
I am using the timeslot API to be able to access the CCM peripheral while using the soft device.
For my application the nrf52dk needs to go into sleep mode and wake...