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,
We have developed SLM(serial LTE Modem) application based on nRF Connect SDK 1.2.0 for nRF9160 chip. Now we want to port previous SLM application to nRF9151 chip based...
Hi Team,
I am facing an issue while converting the nRF Connect SDK v2.3.0 (downloaded from Visual Studio Code with nRF Connect) to a .emProject file for Segger Embedded...
hellow
I built my own Bluetooth receiver to connect different products from my company. The data transfer services of the two products are different. I want to use one host...
Hello, while writing a simple uart application, I noticed something peculiar in my code. I add led toggaling so I'd know if the code runs or not. I forgot that I disabled...
When upgrading the firmware of 54H20 using suit, compilation errors occur when calling the flash operation functions (flash_area_open, flash_area_erase, flash_area_write....
Hello. I get an error when trying to add a build configuration for a project based on a blink for a custom board on the nrf 52832 qfaa chip. Please tell me how to fix the...
Hello Nordic Team,
I am using my custom board, which uses nrf52840 qfaa chip. I am working with nRF Connect SDK v2.8.0
When I worked with blinky project on nrf52840DK...
Hi,
piggying-back on BT nus shell sample (workspace project), I try to define my own dt nodes.
I keep getting error like devicetree error: /aliases: undefined node...
Hi ALL,
v2.8.0,NRF54L15DK,I would like to ask:
1. if my pin is P0.00, is nrf_gpio_pin_set(0) correct?
2. If my pin is P1.01, is nrf_gpio_pin_set( 33 ) correct?
Hi,
I would like to flash the ad sample on Nrf54L15-PDK
Flash ends with error messages:
build messages:
I'm I tried running west flash --recover.But it didn...
I have completed a mouse program with 52840, but there are some problems at the moment. On some computers, usb will fail to obtain the descriptor, but there is no problem...
One last issue to crack. This one has been in production for a while and hasn't caused any issues other than a little annoyance to the customer. By my measurement when RTC...
Hello,
In regards to the nRF Connect SDK...
I am looking into the possibility of switching out the current implementation of AES used by the Bluetooth firmware. I am curious...
the pin for XL0 and XL1 is P00 and P01
but in my project, I need P00 and P01 works as UART.
I set the parameter to start inner RC clock.and find that: LFCLKSTAT show the...
my costom board is based upon the BT840F fanstell board. I know that this board is based on the nrf52840 QIAA SOC. but I also understand that nrf52840 QIAA has different configurations...