Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
In the nRF5340, is the application processor able to run concurrently when BLE transactions are happening?
In previous generations of the nRF family, the application stalled...
Hi everyone,
I am trying to understand the GATTS Handle Value Notification diagram.
From what I have understand so far is tha the soft device keeps a buffer (ATT table...
Hi engineers,
I want to implement function that input i2s data and then output it directly.
I find that i2s demo includes two buffers which are used for current buffer...
Hi,
I want to verify
1. Program ble_app_hrs with buttonless dfu integrated + secure bootloader + bootloader setting to nRF52DK.
2. Boot up nRF52DK, then use buttonless...
I don't know what happened to my thingy 52 after lots of firmware updates with Keil+Jlink+thingysdkv210 and nRF connect operations. The LED on thingy isn't flashing any more...
Hi engineers,
I want to use saadc to measure the battery's voltage, but the result I get is incorrect.
So I use the saadc demo of the nrf5_sdk17, then I measure GND(negative...
Hi. I am trying to use PIN 0.19 as my SPI CLK but it is always low.
Previously, I tried to change the pin to 0.26 and it works.
Is there any other configuration required...
Hi Nordic
SInce this is my first time to develop Nordic chip and implement SPIS driver, Therefore i am not so familiar with Nordic API. I would really appreciate it if...
HI,
I want to upgrade the BL in APP directly. I encouter a wierd problem. When APP erase a specific page of the BL(the address is 0x74000), the system halts. If ignoring...
Hello,
I am using nrf51822/SDK 12.3/sd 130.
An error occurred while implementing nus_c using multi-role example.
Error 7 occurs in sd_ble_gap_conn_param_update() frequently...
Hi,
I used Jlink Edu successfully to flash the asset tracker code using segger. but when put the breakpoint it went to some different file.
I have a quick question regarding...
I have just received an nRF52833-DK and am trying to get started with it.
I am at the website:
https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52833...
Hi,
I press Button 1 and Reset to put the nRF52840 DK in to DFU mode that is programmed with a immutable bootloader (B0), mcuboot, and application. This works well to...
Hey. I am new to this forum and new to programming BLE chips. I have ordered my first dev board and cant wait to get my hands on it. I have been reading a lot for the coupe...
Guys,
I am currently experimenting with an existing wearable that contains an NRF52832XXAA Revision 1, and I'm having a hard time to have it running a simple BLE peripheral...