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...
Hi Devzone,
I use Thingy91. On the nrf9160 side, I run mqtt_simple example; on the nrf52840, I run connectivity_bridge with BLE feature.
When I send "900" via nus service...
I want to control two RGB LED strips with I2S with different GPIO. Not able to figure out how to achieve it. While trying to initialize by separate buffers and data handler...
Hi there,
I have successfully programmed the nrf24le1 on the radio module using the nrf6700 (motherboard) through nrfgo studio. I did so by plugging the radio module into...
Hello,
Is the Power Profiler App capable of calculating and outputting the cumulative energy output to the device under test (when in Source meter mode)? I am using the...
Hi!
There is two things confusing to me about taking IQ samples in AoA application.
1. It is clear to me that that the time between switching of antennae (TSWITCHSPACING...
Hello,
I am using the Nordic SDK v1.5.0, the modem firmware is mfw_nrf9160_1.2.3 and the DK for the nRF9160
In our application, we are using AT commands to setup and control...
Hi,
There is a similar case:
High power consumption in sleep mode after using SAADC
But I am using the SAADC driver version 2.0 because the oversampling feature is only...
I have seen multiple posts about the nrf5340 that confuse me. Posts like this one say that the board/chip is not available yet, as of 4 days ago. But after looking through...
Hi,
I am new to the Nordic Semi world, having recently purchased a nRF52840 DK board and a nRF52840 dongle.
I have programmed an Arduino Nano 33 IoT over BLE and when...
We experience a 15-20% rate of dropped advertisements from our nRF52840 device. We have used our own application on our device and the ble_app_att_mtu_throughput application...
I am using an nRF52832 to talk to a Melexis MLX90393 (which supports 400kpbs Fast Mode) via the TWIM interface. I am using the TWI Manager library to schedule transactions...
See the below stack trace using nRF5 SDK 17.0.2, where execution had stopped while entering a critical region during an interrupt event when another log was being processed...
Hello,
I am developing a BLE peripheral with three services:
Device Information Service
Custom service #1 with two characteristics
Custom service #2 with one characteristcs...
When i enable BLE_DFU_SUPPORT_ENABLED 1 and debug i have problem Mesh error 4 at 0x00000000 (:0). I'm using sdk: 17.0.2, sdk_for_mesh: 5.0.0. Board nRF52840 DK. Thanks you...