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 trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hello everybody
I have a nRF905 circuit sealed in a different medium than air and I am facing an 8 dBm power loss after sealing. I would like to know the following: Is...
Hi
I am using PhoneGap Build with BLE plugin to develop iOS/Android APPs for nRF51822 , it is a easy way to develop a BLE APPs by JavaScript. Unfortunately, I can't find...
Hello,
We have recently been playing around with the NRF51822 Beacon and we liked the way it works. So there is one thing we are very curious about: is there any cheaper...
As the followup/implementation to this question
I want to implement a multirole application for the PCA20006 (rev 1.2).
Currently I will only need advertising for my data...
Hi,
I have made a custom board using NRF51822CEAA, following the reference design. Some modules are working properly. But I'm facing following issues on some boards.
...
I am having a strange issue with running BLE DFU on a project that I can't seem to work out. This an S132 v2 project with SDK11.
If all I do is program the softdevice and...
Hello,
I have read the questions on power optimizations in nrf chips:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I wanted to use SDK11 example ->...
Dear all,
I'm a quite new BLE stack user and need to get some idea on the idea behind service discovery.
I'm using the S130 and the BLE central example and want to read...
Hi,
We are going into mass production with our first product and would like some expert advice on what is the best approach.
1.) Since we would be doing production tests...
Question for anyone familiar with mBed code on nRF51 devices (I have cross posted on mBed, but trying my luck here too):
I'm developing an nRF51822 program using the nRF51...
Hello, I am trying to upload my custom firmware to the MetaWear RG (nrf51822) platform but currently without luck. Steps that I have performed:
Connected to the device...
Hi,
I want the bonding to happen between the nrf51 and the Android Phone by displaying passkey on the phone. This can be done using device manager or peer manager. When...
I haven't really found too much referencing how to setup an Eclipse DFU Bootloader project for Debugging.
What I know
To get the image to fit in the allocated memory...
HiNordic,
I found nrf5-sdk-for-eddystone Project in github,but it's just surpport nRF52832.I want to know where to find the nRF eddystone SDK which can surpport nRF51822...
We're working on getting our nRF52 app working with buttonless OTA updates and the bootloader. OTA works fine with the example bootloader, but when we extend our application...