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...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi everybody,
I have a mistake with my makefile on windows 7 platform and Eclipse C edition.
The error is quite rapid =>
20:42:38 **** Build of configuration Default...
Hello devzone...
My setup: nRF51422 and S110 peripheral
My setup transmits IR data on reception of Bluetooth data from a central device. I have used PWM for generating IR...
Does the nRF51422 ANT Inclusion/Exclusion list require all values in the list to be defined, or may some of them be '0' or 'wildcard' values?
Asked in another way, does...
Hi every one,
First of all, i'd like to thank everyone for their support and assist
I try to use the internal ADC of nrf51822 module and send the value over bluetooth...
Hi,
Is there a sample which explains about how to store some user data or do some data logging on to flash of a central device.
I tried to do it, but since device manager...
I added a registration to the pstorage module of the multilink peripheral example. However, upon calling dm_init() I get error code 7, invalid param. I checked the documentation...
I recently bought a nrf51DK. It comes with 5 sample pieces of the nrf51422 IC.
My question would be how to program this since the IC on the dev kit is not changeable? Or...
I am trying to understand the operation between BLE device & android application...
After "CONNECT_REQ", I can see several "SERVICE PROFILES" but I can't find those UUID...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi,
As I’ve mentioned in a previous post (answered ! Thank you Aryan !), I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data...
Dear community and support,
I am trying to install Master Control Panel 3.9.0.6-x86 on a Windows-XP virtualbox. The installer fails with the following message :
"The installer...
I want to send a float as a value of a characteristic.
As I know is this all what I have to change to send a float...
float temperature;
uint16_t len = 20;
attr_char_value...
Hello,
i have an urgent problem that i need help.
I have designed a board using nrf8001 IC and manufacture 5 samples. They are working perfectly.
Then i went to production...