Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library...
Hi. I just put this on my main code: uint32_t pg_size,* addr,pg_num, numero_guardado_memoria=0 ; pg_size = NRF_FICR->CODEPAGESIZE; pg_num = NRF_FICR->CODESIZE - 1; addr= ...
Hello,
I have an external chip in SPI slave mode and connected to 52840 through SPI interface. When data is ready it will notify 52840 through its dedicated IRQ pin (connected...
Dear Nordic Team
We would like to use the following Chip device for one of our products:
NRF52811-QFAA-R
To this matter I have the following question:
1)Can you...
Hi
I'am trying to get working the nfc_uart_tag example from SDK16 on a nRF52840-DK with the IAR Workbench 8.42.2. As mentioned in the post IAR Library (v7.xx to v8.xx) compatibility...
Hi
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
I check peripheral and central BLE devices are transmitting emptyPDU packet after...
Hey all
I have to following setup:
nRF52840-DK (development kit)
Nordic SDK 15.3
Development using eclipse CDT (Makefile project)
I'd like to implement an EC...
I have a problem with building my nRF52832 projects. The problem is with nRF_drv_twi. When I started the project, I was able to compile the project. After some time, I didn...
hi,
I have issue with LwM2M Client sample code loading & compilation.
From the release note, NCS v1.1.0 can support LwM2M on the DK. Confirmed the sample code can be loaded...
Question/Problem Statement
For evaluation we decided to do some current measurements using the power profiler kit. As a benchmark run, we wanted to measure the current on...
hello,
I'm using NRF52840, developed android application NRF toolbox. The problem is that when I receive row data into BleManage to lagcat window but I can not find a proper...
Hi
How do you transmit using UART on segger. Up until now I have been using the debug console and the NRF_LOG_INFO command to send information from the DK to my computer...
The cloning instructions for the Cat tracker example fail:
https://bifravst.gitbook.io/bifravst/v/saga/cat-tracker-firmware/building#prepare-your-system
$ west init -m...
Hi I have two zigbee routers running the light bulb example, the thing is that it seems as they are not forming a mesh, Im doing the following:
1. Pair lightbulb 1 with...