Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...
Hello everyone,
I’m working on an asset tracking project using the nRF9160 as my microcontroller. However, given my limited experience with RF design, I have a few questions...
I have an nRF52840 that is on an Ezurio BL654 module that I have programmed dozens of times during development. Something happened during a recent programming event that caused...
Following the instructions for building chip-tool, I get a build error.
[~/git/connectedhomeip] scripts/examples/gn_build_example.sh examples/chip-tool examples/chip-tool...
Hello, we've successfuly been using SMP to update our peripherals so far. Now we've come upon an issue. If the software has a bug, and the device disconnects or reboots during...
I'm currently using nordic's SDK7.1 to open a device, and I want to use features like GPIOTE, but I don't find SDK7.1 to be as good as GPIOTE as the older SDK. Who has a useful...
Just posting this as new issue since it is still valid and installing the SDK tools again every day sounds a bit drastic.
Error when creating trace: unable to locate db...
Hi, I am using light lightness server example for the testing of DFU OTA over mesh. I have successfully transferred the DFU archive over serial with nRF Util tool and follow...
Hi,
I am trying to implement the ECDH functionality in the TF-M application.
I am referring Crypto: ECDH (nordicsemi.com) and in the build target I see, the example can...
Hi, We have a few questions regarding the pm_static.yml file that's used for defining flash partitions in zephyr. Our main questions are regarding alignment; we've created...
Hello, everyone, I am a fresh guy using nrf toolbox to read UART (52833) logs.
Now I can get data via nRF-Logger from GooglePlay store, and I hope to develop
real-time...
Hello I want to make an application that will be sending data from 3 peripheral BLE devices to the central device which wil be connected to PC and transmitting data (from...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
< Simple Code Explanation...
I want to simply connect two nrf 52840 dongles together with some level of security (OOB?) and with whitelisting. Basically I will have one dongle (central) be turning on...