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...
Hi Nordic,
I want to send JumpToBootloader() command to nrf52832 module to make it enter dfu mode and update.
But I got the following error, can you tell me what is the...
Hi, I have been doing my development on the 9160DK and now its time to move the code over to the thingy 91. I managed to get the 9160 flashed by following ( https://devzone...
I modified the ble_app_gls example using the whitelist paring mode. The code is from ble_app_hids_keyboard.
1. The code goes fine when using whitelist paring mode.
2....
Hi I am using the ble nus with throughput from this github project. I can send like half of the total packets before encountering the not able to allocate uart send data buffer...
Hardware: nrf52840 DK.
Software: ncs version v1.7.0 and default SEGGER IDE for Nordic.
When I first build the machine learning application in nrf, there is no any problems...
Hi DevZone !
I am using the nRF52840 for development and after some tests one of the chips could not access its memory flash in the function fds_init() in the library fds...
What is the difference between NRF5340DK and NRF5340PDK? If so, is there any way to make nrF5340PDK into NRF5340DK board? Why I use NCS version 1.7.0, to compile nrF5340DK...
Hi,
I'm trying to implement eddystone in my application, using the example.
The problem is the I can't build my project, as I have an error regarding DRV_RTC_RTC1_INST_IDX...
Hello,
With me is two SES projects that are in need of both the softdevice and an application.
One of these projects involves combination of an application and a softdevice...
Currently am working on a project that has strict size constraints. My interest is to have the SoftDevice run without the MBR if that can be made possible. The project is...
I have been reading the nRF52840 product specification guide and find the PPI an interesting feature potential to use in my application. I'm would like if possible to connect...
Hi Nordic,
I don’t know if the question I asked is stupid, but it does bother me for a long time.
Q1 - Can I use uart(serial) interface to update Firmware (including...
Hello everyone! I am developing a prototype custom board with an nrf52840 dongle and some sensors. The first sensor is a bme280 over I2C and there is an example in the sdk...