Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi all:
I wrote a code to directly read the register 0x43 (MPU_REG_GYRO_XOUT_H)
But the GYRO data I got is wrong
Chip: nRF51422
Board: PCA10028
Firmware: S130_nRF51_2...
Hi,
I am trying to implement a Single Bank DFU over Bluetooth for my nRF51822 (256KB / 16KB RAM) using SDK v7.1 and Softdevice 110. I am using GCC to compile the bootloader...
Hi all,
I my application I am interfacing SD card with nrf52 using FATFS file system. I am observing some weird behavior while doing this. I have two SD cards, one of 2GB...
Hi. i'm using nRF52832, SDK13, S132v4 as multi-link peripheral.
As I know, SDK13 supports multi-link peripheral refering to example "experimental_ble_app_multiperipheral...
Hi,
I am using the nRF52832 and I have use the serial bootloader to update the firmware at one of my clients place.
Actually, I have used nRFgo Studio to flash the softdevice...
Hi
I'm setting up a firmware based on the DTM example to perform certification tests.
In the DTM example firmware I see that there is a VENDOR_SPECIFIC command option...
hi,
i tried nrf51822_beacon_app.hex( C:\Nordic Semiconductor\nRF51822 Beacon v1.1.1\Source Code\nrf51_beacon\ble_app_beacon\pca20006\s110\arm_build\ ).in that we changed...
This might not be the correct place/forum to ask this question.
Since a couple of days, I am not able to step or next with gdb .
I understand that gdb needs to know what...
Hi:
Now keil4 default is to use the 16_bit THUMB instruction set, if I want to set it to start the program using the 32_bit ARM instruction set, how should we do? thanks
Hi,
After reading some questions about these topics I became a little confused.
I want to count milliseconds, so should I use Systick_Handler or use Real Time Counter...
Edit 1
To narrow down I did this... Below is ble_dfu_init() from ble_dfu.c.
uint32_t ble_dfu_init(ble_dfu_t * p_dfu, const ble_dfu_init_t * p_dfu_init)
{
uint32_t...
I am running NUS and a custom service.
I have updated vs_uuid_count = 2 in softdevice_handler.c
Following other posts on the forum, I have stepped through the code using...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello everyone
I was not able to find any explicit statement regarding the use of the TWI_APP with easyDMA on the nRF52 series and SDK13.0.0.
I checked the examples...
Hello guys,
I am currently looking at the recommended schematic QFN48 with internal LDO setup and I have a few questions (sorry, if they are silly, I am a newbie).
...