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,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Setup -
1. Zephyr 2.7.0 for firmware build .bin file and signed using imgtool.
2. Working phones - iPhone, Custom Android ROM (Android 12).
3. Not working phones - Xiaomi...
I following description of https://github.com/NordicSemiconductor/pc-ble-driver#Compiling-pc-ble-driver-from-source to build pc-ble-driver
pc-ble-driver\build> cmake -G...
Hello,
I'm trying to determine the actual used data rate for the coded PHY but cannot find the corresponding API / data structure / enums.
Am I missing something? Can...
Hi!
I have the Actinius Icarus board pre-loaded with the Actinius asset tracker firmware.
Lets say I instead want to load the Nordicsemi asset tracker firmware on the...
Hello,
We have been having strange issues with the watchdog on some of our development devices. The issue is that it seems the watchdog will sometimes not properly reset...
Hello,
I'm currently trying to convert the SPI example project for NRF52811 for the EVK BMD-360 and ran into an issue.
I'm using segger embedded studio 5.42a and nrf sdk...
Hello Nordic Dev Zone,
I have been developing on the nrf5340pdk and recently switched to the nrf5340dk.
I utilized the COM console output for app/net cores via the `minicom...
Good day,
I have successfully implemented exercise steps 1 to 5 of Exercise 2, Lesson 3 of the DevAcademy "nRF Connect SDK fundamentals" course, that deal with "adding custom...
Hi,
As i2c communication + computation takes 45ms in my timer interrupt that happen each 100ms and gave issue with SD, I decided to set a flag in the interrupt and execute...
Is there a configuration / sample available of mqtt simple to talk to the mosquitto server using an authenticated client on port 8884? I saw a message on here that was about...
Hi,
I want to get the GPS value from A- GPS continuously.
Meanwhile, if there is any new application firmware version update,
I would like to download the image with...
I see the problem here. use the dfu-util command in the window system
and i tried many methods and failed The following is my reference website
http://zadig.akeo.ie...
I've been playing around with some code that puts my hardware into System OFF mode to save power, and then will exit this mode and start up when one of three different GPIO...
Hi,
https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
I have tried the example you modified. It works fine. However, I get ERROR 17 NRF_BUSY when 2-3...