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...
I am using a nrf52833 with NCS and was wondering if there are events I can subscribe to (or polling if events don't exist) that will notify me when USB power is connected...
Hello,
after some trial and error, I managed to use the "Bluetooth: Direct Test Mode" example with NCS 2.7.0 (Sysbuild) and USB.
Now I'm questioning myself how to correctly...
Hello,
I want to know how I can complete the qualification process. I already have a Bluetooth account. I tried to go through all the steps, but the only things I needed...
Hi, Encountering an error while trying to program a custom board connected to the nRF5340 DK via P20.
The external board is connected to the nRF5340 DK through the P20 connector...
Hi all,
by default, the "nRF5340: SMP Server with external XIP" sample does not support reverting images in case DFU was not successful. In other words, it does not swap...
Hey, everyone. I am currently working with NRF9160, NCS V1.3.0, developing code for an application that requires periodically storing important information in flash, and send...
Hi,
I'm trying to store the DFU image in external flash. I already have DFU on the internal flash working.
When I enable support for the external flash and perform a...
I am developing a .NET C# project that receives data from the Nordic nFR52840 BLE Dongle via BluetoothLE, does Nordic provide any specific libraries for this purpose, or if...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
Hi,
Recently I upgraded to nRF Connect SDK 2.6.1 and I was required to enable the GPIOTE in order to build properly. Doing this has significantly increased (nearly doubled...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
I’ve been working on creating a C++ application based on the NUS example, but I’m encountering an error. I’ve attached my application below. All I did was enable CONFIG_CPLUSPLUS...
ncs_add_partition_manager_config does not appear to be working. I am using ncs 2.1.0 and doing a build with MCUboot. Am I doing something wrong below?
I am using the following...
I open up a flash shared space in app and bootloader, write values from app, bootloader read, bootloader read values such as 0xFFFFF, and not ideal values, may I ask why this...
Hi, I'm upgrading the ncs version of my project from v2.7.0 to v2.8.0 and I'm no longer able to compile the project due to a linker error because the websocket_connect function...