We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I have been using the MCP along with the provided dongle to access a custom BLE service. I would like to build a custom windows 7 application around the BLE service and move...
The below source is mine.
ble_app_beacon.zip
I know that it is possible to display the information in the manufacturer data or service data.
I chose which manufacturer...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
I am trying to write my firmware in mbed instead of microvision. I have my own custom PCB w/ the nRF51822 and use SPI with different GPIO pins than the standard ones.
My...
On the following code I have a packet of 6 bytes that I write to a buffer. I pass the buffer as read_packet function argument. When optimized, the code doesn't work. I only...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
hi, nordic staff.
i'm working with s120 v1.0.0. and i recognize that the transmission and receive buffer is only one for every connection(up to 8 simultaneous connection...
First, I flash the softdevice, then I flash the bootloader, then I use a smartphone app to upload an application to the device via BLE.
but, The first operation only. When...
Hello Nordics.
I developed a device that display a navigation information using s110 (nRF51822)
My device receive the road information by an application.
But, when...
Hi,
I'd like to get a timer with 1ms interval or higher resolution, and found some questions about this:
If the app_timer is used, looks like we only can get minimum...
Hello Everyone,
Scenario is i am getting some commands from Master(Android based Mobile App) to start some function , After i get the commands i disconnect from master...