Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
I'm working with the nRF51822, using the S110 soft device.
My application includes some measurement functions that are timing critical. Ideally, the code would be atomic...
Hi,
Can I use the J-Link Edu programmer to flash the nrf51822? Right now I'm using the J-Link LITE CortexM that I get from the development kit to flash the firmware into...
Hi folks,
I am struggling a little bit with Eclipse.
I just followed this tutorial ( embeddedsoftdev.blogspot.ca/.../eclipse.html) , the project compiles fine, but sometimes...
Hi everyone !!
I used to work with a RedBearLab module to prototype my bluetooth application, but since I have to plan the final version, I don't know which chip to choose...
I am using Eclipse Kepler, gcc and the nrf51 plugin ( sourceforge.net/.../) on OS X. I had an application that worked fine with SDK 5.2 and S110 Softdevice 6.0. I had been...
For my project,my ble device need to report firmware information to app, since the newer softdevices(like s130 0.5alpha) don't have FWID in UICR,where can I get it?
(Nrfgo...
Where can I find theta JC (junction to case) and theta CA (case to ambient) or equivalent thermal characteristics for the nRF51422 in WLCSP package? I've looked in the data...
Hi
in my project i need to interface SimpleLink Wi-Fi CC3100/cc3000 booster board with nrf51822
anyone care to share how to do that.
iam planning to interface via uart...
Hello,
I know there are already some post in that case but I have no idea what's wrong with my code. I've just downloaded code from: github.com/.../ unpacked to "\Nordic...
I have some code that works great on the Eval Kit. I would like to move it to the smaller form factor Beacon kit. I currently use the S120 SD. Is there an easy way to install...
Hi
The BLE module operates in 2.4 GHz spectrum with 3 advertising channels & 37 data channels . Why advertising require 3 channels ? is it possible to make it to one channel...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
Hi,
First, I understand this are Android questions, but I want to appeal to this very knowledgeable community ;)
I have a BLE application using nrf51822 with SD 110...
int lbs
Hi,everyone,we change the uuid to
#define LBS_UUID_SERVICE 0x2101
#define LBS_UUID_LED_CHAR 0x3A01
#define LBS_UUID_BUTTON_CHAR 0x3A02
in nrf51-ble-app-lbs...