A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...
SDK 17_0_2
Hi!
I can't understand is it any possibility to wake up nRF32 from sleep mode via internal RTC timer?
For example- I set ADV duration 30 sec. After that time...
Hi Nordic team !
Is the licencing model linked with the Nordic OTA libraries available in github allows me to freely fork / modify / share a compatible version for Xamarin...
I have define CONFIG_NFCT_PINS_AS_GPIOS, but the pin is always low, even if the OUT register is high.
I have read 0x1000120C(NFCPINS), it is FFFFFFFF, what's wrong with...
Hi, After many attempts I was unable to make RPC_Host sample work ( link to the related nRF Connect SDK doc ). From SES in debugging mode, the network core gets stuck in an...
Hi,
I am writing a program to actively change the state of an LED, then sample the output voltage on the led pin using SAADC, then outputs the adc value to terminal every...
I bought the nRF52840 DK and want to start developing my first application. However, I am very overwhelmed by the documentation here infocenter.nordicsemi.com/index.jsp This...
Hi All, I have a problem with the UART interrupts on the nrf9160dk, the error code (-134 / -ENOTSUP) says that it is not supported. However, I don't know what might be the...
Hello everyone,
I'm unable to perform DFU over SMP BT with nRF Connect for iOS. I've already verified the process works with mcumgr (Ubuntu 20.04 LTS) and with nRF Connect...
I am trying to use the `fmfu_smp_svr` sample project, as described in nRF9160: Full modem firmware update using SMP Server , to perform a full modem firmware update.
The...
Dear ,
I am going to use SDK 17.0.2 spis example.
But I found it is 8 bit data width. I am going to use 16 bit data width .
Would you teach me how to change?
Hi all,
I am using NRF5340, and I want to use pin 0.14 for spim. However, I found it was used by QSPI, in zephry.dts:
So how can I close QSPI to use pin 0.14 freely...
Hi.
Below is used the same schematic for nRF52805 but with different placement for RF components.
What are the pros and cons of each one? Is there one that is "better...
Hi !
I want to successfully send CTE after the CRC of the broadcast packet by operating the RADIO register under the Manual configuration of NRF52833。At present, I can successfully...
Hi developer,
I am trying to understand Beacon behavior and program. I am using BLE_Central multilink example to get informaiton from Beacons.
I added the below code...