Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
I am trying to find out the lowest range of nrf51822 but so far I coulden't find anything. Most of the time people are trying to increase the range.Thanks.
Hi Guys.
I have compiled and programmed ble_app_uart program in to a nrf51DK (pca10028-nrf51488).
I downloaded and installed nRF UART V2.0 to android 5.1.1 .But while scanning...
Hi,all.i use pwm with sdk8.1 sample (SDK8.1\example\peripheral\pwm),my question is how to stop pwm and set the pin to low level? is my code correct?
my pwm init code:
...
I've a board with the nRF51 inside and a LIS3DH as accelerometer.
I already reflashed and I want to read the accelerometer values from the LIS3DH but I don't know where...
Hi Guys,
I tried to integrate the spi master project to ble_app_uart. For that I added the missing headers from spi project to ble_app_uart. And also I added the .c files...
Hi, Guys,
I am integrating the proximity app with dfu, everything else goes well. However, when I try to update bootloader through dfu, it failed. I check the MCP log,...
Hello,
I use S132 on nRF52 and do multiple roles.
When event BLE_GAP_EVT_CONNECTED is fired, role is invalid (0). How to know that it was a device or central event ...
I have developed an application for the NRF52832, initially with the Keil toolset and changed to Eclipse/GCC. The application works great when I build/load with the Keil toolset...
Hi,
I have an NRF 51 DK and vs. 11 of the SDK and just recently learned how to write some basic code and now I am trying to learn how to use ADC on NRF51. I am trying to...
I'm testing pairing and bonding with an iPhone running iOS 9.3.1 and nRF52832. I'm running into trouble when reconnecting to a previously paired device.
The first time...
Hi,
I would like to use SPI raw master library (used on application chip in serialization examples) in my own application.
First, to understand well SPI raw implementation...
Hi all,
is there any method to disable SWD in a way that every operation through SWD is blocked?
Do the MPU also blocks for reprogram the binary through SWD (maybe disabling...
Hello
I'm new in nRF51 SDK_11
In my tutorial I want to set a RedBearLab BLE_Nano nRF51 like Central.
I read the references in " developer.nordicsemi.com/.../a00066.html...
If I want to do a project following.
The central that has NUS service can connect to at least two peripheral .
Two peripheral also have NUS service.
I can receive notification...