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...
Hi There,
We referancing the PCA10000 for antenna circuit design. We are going to use 0.8mm FR4 PCB however we couldnt find out the Thickness of copper conductor. And it...
When running the Proximity Example application the Immediate Alert, Link Loss, and Tx Power services should be returned on a discovery request from the nRF Master Controller...
Hello,
I try to add to my project the bond functionality based on the glucose demo app.
I added ble_bongmngr.c , pstorage.c to my project, initialize it...
When i try...
Hi
Can I populate the solicited uuids list with 2 different types of uuids whish are provided by two different servers? My intention is that my client should be able to connect...
Hello,
I'm looking at nRF51822 as the BLE solution in a peripheral device which will have a number of different functions/features, some of which require a modest amount...
Hello,
I see a master control panel software that can be used to control a PCA10000 USB dongle for BLE applications. Is there such a Sensor simulator application for the...
Do you think I could update PCA10001 V2.0.0 just by replacing the nRF51822 chip? I have more current chips lying around, and with a little rework I could be able to switch...
When writing a post in this forum, I found it somewhat nice to have a preview before I do submit.
Even for questions, answers, comments and pm. May it possible to enable...
Hi
Is the generic attribute primary service 0x1801 added by the soft device?
Bluetooth standards say that the service changed characteristic is optional. I am using...
Hi sir
According to nRF51822 RM v2.1 session 12, there are two high frequency clock: the 16/32 MHz crystal oscillator and the 16 MHz RC oscillator. For nRF51822 BTLE application...
I know the question has been asked, but a few months has passed,
but hopefully to get some new update now.
devzone.nordicsemi.com/.../nrf51822-dk-module-as-master
devzone...
Hello,
i try to implement a simple timer interrupt on TIMER1 using one of the CC registers of the NRF51822. Here is my code:
void init_timers(void) {
// Start 32...