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...
Hi All,
Setup:
SoC: nRF51822
SDK: 11.0.0
Softdevice: S130 2.0.1
I am facing occasional HardFault and It is happening randomly. I need to test device few hours...
Hi Team,
I am trying to perform firmware update of nrf52840DK using MCUBOOT bootloader over UART. I have followed the link: https://devzone.nordicsemi.com/nordic/nrf-connect...
Hello everyone,
How can I use rand() and srand() functions in NCS?
I have already #include <stdlib.h > , but I got this issue:
undefined reference to `srand'
Thanks...
Hi Team,
I am facing the problem while adding static library (.a) file to the segger environment project. If this added successfully then I can easily access the function...
I found that there is no project or example of FTD for nRF52811 both in "openthread/ot-nrf528xx" and "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8"
I want to know that...
Hi,
I bought two of the NRF52840 Dongles to learn and develop smart home compliant applications running on ZigBee protocol. My goal is to create a Smart Home ZigBee hub...
Hello, i would like to interface nrf9160 DK with an rfid reader mfrc522 using SPI. So, i went through the example of spi_master in SDK 8.1.0. It was for nrf51822 and i want...
Hello Nordic support,
I would like to know how can I use the function zb_zdo_mgmt_permit_joining_req() to make the coordinator start the permit to join process forever....
Hi there,
We received your devkits on Friday, 25th of June and started evaluation of the modules this morning (Magnus Pederson and Brian Kim @ Nordic arranged the devkits...
Hi Support,
I have nRF52840 Dongle (PCA10059) on which i am trying to flash thread ncp example as explained here ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk...
Hey everybody, I am completely new with Nordic devices and tools. Looks like I erased the connectivity bridge application in the nrf52 module at Thingy:91. Now the board is...
Hi,
I am using the nRF9160 to read data from the CCS811 gas sensor, and logs data on LTE Monitor. I am using the BME280 sensor to read temperature and pressure values and...
Hello, I am currently learning to use nRF9160 DK in Guangzhou, China.
It is weird that my China Mobile cellphone SIM card can be used on this DK to connect to Cloud. However...
Experienced developer new to embedded C programming here, so please forgive me if I'm missing something obvious. I already went through the GPIOTE example from the nRF52 SDK...
Hello,
I'm not sure if this is possible, but I would like to filter log level depending on which backend is receiving them. For example I would like to set the RTT to...