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...
How can I send data from nRF5340 to Raspberry Pi? Do I need nRF52840 Dongle dongle attached to raspberry pi? What functions should be used to send from nRF5340 and receive...
Hi forum,
I am working on nrf52832 custom board, using sdk 15.0.0.
I referred example/peripherals/twi_sesnor example as reference. I am trying to interface LIS2dw12 with...
Hi,
I've stumbled upon a problem that I haven't been able to solve for an extended period of time. I've found several other posts on this forum describing something vaguely...
Hi,
I have a project that need to use a long range bluetooth communication with an Android smartphone or tablet
I use for test a tablet Lenovo Tab M8 TB8505F, NRF Connect...
Hi, before developing a BLE project, just got a general question about nRF connect on PC, does "nRF connect on PC" support Bluetooth 5 Advertising extension, if it is supported...
Hello. Developed with nrf52832 (S132 v7.0.1, SDK v16.0.0).
"pm_peer_delete" is used to delete the peer created during bonding. When I checked Flash when "PM_EVT_PEER_DELETE_SUCCEEDED...
Hi,
I have recently inherited a project from a former worker. The code intends to read data from a peripherial through TWI (the peripherial is a Si7053 digital temperature...
i used aplication twi_sensor form nRF5_SDK_12.3.0_d7731ad and i use s132.i conected mpu9060 every time get error on my terminl NRF_ERROR_BUSY.There is exemle of code main...
Hi,
I am working on a secure bootloader for a nRF52810 chip, and I am starting from the PCA10400e example in the SDK 16 and SD112 on SES (MacOS).
I successfully compiled...
Hi,
I am unable to get any programs using Zephyr to run on an nRF52840DK.
I have tried using the latest DAPlink (from GitHub) and JLink firmware (from Segger) as well...
When HFCLK was changed to "64 MHz crystal oscillator (HFXO)", the following code was implemented.
I am aware that "while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0);" is waiting...
Hello all,
I would like to have some help regarding the usage of CoAP protocol. Is there any sample project that supports SDK 17.02 that I can start from?
I am using...
Hi DevZone,
Here's my setup:
Using NRF5 SDK 15.2.0, custom board based on NRF52840
Battery powered device with 3.6V battery.
Supply voltage stepped down to 1.8V...
Good day
Due to I am very new with NRF chips and I did not find direct answer on forum I require some clarification on that moment...
The task is to detect input pulse...