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...
Hello,
I found out that S/N from nrfjprog -i command returns the same number among different debuggers, all of them are 123456. At the same time, S/N showing from J-Link...
Hi,
I'm developing a peripheral that expose the HTS service.
I have the on_hts_evt event handler to handle BLE_HTS_EVT_INDICATION_ENABLED and BLE_HTS_EVT_INDICATION_DISABLED...
I am hoping to get solid verification that nordic offers a solution for sniffing BLE 4.2 packets.
The application I need to sniff is maxing out the MTU (250B payload) so...
i want to implement 2 hardware SPI communication in my code. i have one already working. talking with LCD ILI9341. the functions are using spi_write / nrf_drv_spi_transfer...
Our beacons are going into production, and to make function tests faster for our manufacturer we would like to transmit our beacon UUID, major, minor at a rate of 760ms for...
Just a question out of interest.
Is it possible to prevent the HFCLOCK from waking up on events and execute software on the LFCLOCK. I think this would be really useful...
Hi, I'm trying to create subfolders with loop. My partly code looks like:
So, it creates new dir but after that my app is crashing and rebooting, and it works fine if...
Hi, I have been running into some problems with the serial secure bootloader example in the SDKv13.1.
I build the example project from the SDK v13.1 with a custom generated...
Hi, I'm new to the nRF52840 PDK and using it for some evaluation purpose for a specific product.
Would you mind telling me how to debug the board? Is it just plug in the...
Hello,
I am developing a new application for Asset Tracking, whose general architecture is the common one - where Beacons are mounted on asset and the Reader scan for Advertisement...
Hello Everyone,
I am working on nRF52832 based custom board and testing the BLE advertising and connection with custom board, custom board adverting but when I am going...
Hi, Nordic staff.
I'm working with Central device using S120.
Our custom has developed a peripheral device using third party's BLE module and
wants the Central device...
I am trying to initialize the BLE NUS UART service and the BLE LBS service so both can be used at the same time in a single nRF52 application. I can initialize a single service...