Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hi,
I am creating the first prototype for my BLE product and for now I used the suggested layout from the datasheet, but I am kind suspicious of that layout it seems very...
I follow the example, as below
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\flashwrite
but I only get some error, can not get anything, and the ble is unconnected.
Hi there. I'm making a sensor system which is intended to measure an ADC value, and send it using the Heart Rate Sensor template. To make this, I've rebuilt the ble_app_hrs...
Hi
Does the newly released nRF52840 chip have pins on the side, corresponding to the "outer ring" (A8-23, AD2-23, B1-W1, ...) pins on the underside of the chip, like this...
hello i am interfacing i2c sensor mma8452 with nrf51 dk. my function is
void mma_read(uint8_t *x, uint8_t *y, uint8_t *z)
{
uint32_t err_code;
uint8_t rx_buffer...
I have to sample 3 differential channels periodically. Should I calibrate SAADC for each channel individually? Unfortunately, "nRF52832 - Product Specification v1.0" doesn...
Update 2016-Mar-29: I used SDK v10 along with SoftDevice S110 v8 when I run the experiments described in this question.
Update 2016-Mar-30: Upload source code of the modified...
In order to perform dfu to softdevice S132 v3 sdk12 (secure bootloader) from sdk11 softdevice S132 v2 (legacy bootloader).I've change the legacy bootloader as it it says here...
by using Arduino mini pro 3.3v
I am planing to measure the temperature for the first five minutes, if the temp is over 40 degrees the device will send to Android app and...
Even though the SIG hasn't finalized yet and the 1.4.0 SoftDevice isn't out... Can we get a heads up on what to expect for 1.3.0 BLE 4.2 compatibility?
On something...
In arm_startup_nrf52.s (in the 8.9.0 device family pack), there is a new bit of code:
IF :DEF: __STARTUP_CONFIG
#include "startup_config.h"
ENDIF
I assume this...