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 am using nRF 5 SDK v 14.2.0.
Store six items of data in flash memory with int or float,
In the program, the values of the six items are acquired,
I want to operate with...
Hello everyone,
I started porting our software from NRF52830 to NRF840.
I am currently stuck with a weird problem: I a unable to use and configure PINs of the NRF52840...
Hi,
I wanna automate the processing of compilation, my idea is to point all path-related files (*.c and *.h), I wrote script which is looking for all *.c and *.h files and...
Hello Nordic team
I am working on nRF52832 Dk, SDK v15.2, example "ble_app_buttonless_dfu".
Following code snippets is the GPIO configuration for pin interrupt:
ret_code_t...
Where can I find the hardware files (PCB, board layout, schematics, etc.) for the Thingy?
There seems to be a vague reference to zip file but no link.
There seems to no...
Hi All.
We are trying to do DFU on a device using s132_nrf52_5.0.0_softdevice.hex.
The DFU interrupts first time when it is around 15-20% complete.
When the DFU is attempted...
Hi!
I am using nrf52840,sdk 14.2,Keil IDE
I am using bmp180 and mpu6050 sensors.
In proximity code,I have integrated both sensors separately,It works fine.
But while...
Hi all
i'm new in both this site and nrf52
i have a question
Is there ADC CONFIG register in nrf52? i can't find ADC_CONFIG in nrf52
NRF_ADC->CONFIG = (ADC_CONFIG_EXTREFSEL_None...
I have an application where I am sending a fixed packet length of 32 bytes to data pipe 1.
I have set the data width to 32,
I have auto acknowledge enabled on P1.
I...
Hi,
I designed a nRF52832_xxAA board, I can't find the bluetooth name in iphone - settings - Bluetooth - Devices, but I can read/write and notify in myself mobile app and...
Hello,
I am using sdk version 15.2.0 and nrf52840. In the application NAND flash TC58CYG2S0HRAIG is used. We are using flash to store values which we receive from the USB...
1.I want to know whether there is any existing network in the same channel .And get the existing network's information like PAN ID.
Any APIs to do this?
2.How to set...
Hi,
I'm trying to run a display using SPI, and I've run into some troubles. I've attached my code below:
My issue is that the program never gets past the while loop...