I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello everyone,
I have inherited a project from my coworker. It uses NRF51822 QFAAH0 , SDK 4.4.2 and S110 5.2.1 . My device is scheduled to: advertise, collect the data...
We are developinga product for a customer they want a secure connection and I'm trying to get my head around a certain aspect of the security:
If we choose to use a private...
The nrf905 has a CD (carrier detect) pin that is pulled high if the nrf905 detects another device communicating on the same channel. This can be used on the MCU for collision...
Hi,
In my application I am using Multiple App timers. Is there a way to prioritise these timers. Are there any draw backs in using multiple timers in "ble app".
Regards...
I want to set the resolvable private address ( RPA ) manually instead of letting softdevice do it. I went through documentation but I am not sure about it. I know that I can...
Hi
I am trying to put nrf52 device to system off mode, and wake up by button press.
If I do not enable the softdevice everything works fine, and button press wakes up...
Hi, I am trying to use the nRF52 to pass IMU information through BLE to a smartphone. We have a custom chip with the nRF52 and LSM9DS1 on the same board. I am able to program...
Hi!
Friday I can load the binary into PCA10040 (blinky example) ands works well. But today I load de binary but not works, nothing happen.
I'm used this example /Nordic...
It seems that I configured LFCLKSRC correctly, and advertising led flashes correctly.
Can I make any troubleshooting codes for Radio or Antenna?
Can I make some codes...
Hello,
Is it possible to erase only first N kB of internal flash memory before reprogramming nRF51 with JLink?
Lets say that I just want to erase first 64 kB of flash...
Github said it works in sdk8.1, But I place it under *nRF51_SDK_10.0.0_dc26b5e\examples* It works well in the demo board. Question,Can it be used in sdk10?
What I want to...
Hi,
referring to the SoftDevice Specification, S132 Softdevice vx.0, paragraph 15.2 (Attribute table size) I wonder how one does work out the size of the attribute table...
Hi,
Hope this is not a duplicate post. I am using nRF52832 and SDK Ver 11 and am facing the following issue:
After configuring the UART and SPI, I put a string e.g....
Hi
Today I have recieved the new nRF52 Development kit PCA10040. I have downloaded the latest version of SDK nRF5_SDK_12.0.0_12f24da working with ANT_s212_nrf52_2.0.0....