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?
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...
I am writing a custom Service. I need to catch when a Client tries to Read certain characteristics or Write to other characteristics. What is the best practice for Authorizing...
Hello support team,
If a message is received while the timer0 is running and the radio interrupt is enabled, the Radio interrupt hits and disables the timer interrupt....
Hi,
I have a simple application that requires command-response, and notifications interaction between an Android App and an embedded device.
The communication is bidirectional...
Hello,
I wonder how an ANT client should / would / could receive burst data. From what I'm read from the documentation, I guess that the received data will be passed to the...
Hi (I'm new at this, sorry for my question)
About Gazell & Pipe (nRF24LE1)
What is the utility of 6 or 8 pipe, whether only has 3 RX_FIFO for working simultaneous?
Can...
Hi All
I am trying to verify UART on one of our custom boards having nrf51822.
We have only one uart which we are using to forward the data received over BLE.
I am...
I use the demo : ble_app_proximity
to connect with android app
In android use this :
mBluetoothGatt = device.connectGatt(mContext, true, mGattCallback);
to set the reconnect...
Hi,
I'm checking out the new nrf51_sdk_v6_0_0_43681 for S110-SD-v7
Is there a revision-history available for the src files within the new SDK package?
For example...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...