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,
I am currently developing a project using the nRF52810 as my controller, with SEGGER Embedded Studio (version 5.42a) and SDK version 17.0.2 as my development environment...
Hello and thanks for reading. I am working with the NRF5340DK and Zephyr (SDK 2.5.0).
As our project has grown, we can no longer fit all our code and MCU boot in the internal...
There are receivers and repeaters with nRF52832 mounted on the board.
When updating with DFU from iPad, a version check error occurs in the customer's environment.
The...
My lipo battery is at 3.86V and I measured 3.76V at VOUT2 which supplies the nRF52832. I just based the design in the example circuits in nPM1300 datasheet. I already reviewed...
Hi Team,
We are using nRF9160
We are provisioning our devices to nRF cloud for more then a year now with a script that create CSV and upload it to cloud during manufacturing...
Hello,
I'm using iphone 15 and nRF52840 board, working on Lesson 3 Exersise 1 solution. In the step 5 after reseting the board there is no logout info on the terminal. But...
HI
When working on the NVS sample on a nrf9160 DK , I noticed the option CONFIG_REBOOT=y
However, it is not clear to me why this option is selected in this sample and...
Hi,
I'm a bit confused regarding the DFU process for the nRF5340: Under what conditions would the interface between the application core and the network core change?
I...
I am using the Nordic Semiconductor Power Profiling Kit II to measure the interval time of a periodic activity of a target device by monitoring the power consumption and measuring...
Our system has SPI and I2C. Each of these communications works in isolation, as implemented in our program, for multiple transactions. When we try to include both we noted...
On p. 62, section "5.3.10.1 Device startup times" of nRF52805 Product Specification v1.4, the startup time of the nRF52805 is discussed as a function of the capacitance to...
Hello,
We use nrf-connect-sdk v1.9.1 (Zephyr v2.7 LTS)
We have a set of network devices. Both routers as sleepy-end-devices.
The sleepy-end-devices connect to the...
how to set bt tx power in NCS
I referred to this example "hci_pwr_ctr", but err occurs:"Set Tx power err: -5 reason 0x00", Possible errors are BT_SCI-ERR_SUNKNOWN_CMD。 ...
Running NRF52840 mcu core on custom board using 17.1 SDK
1. Use the nRF Connect Mobile app to connect to our device over BLE
2. Run the dfu uploader to update FW from...