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...
Are there any plans to expose a raw packet interface for the nrf9160? And ideally forwarded via an async serial port, perhaps as an option for the SLM application? i.e. without...
Hello,
I have a problem of reading GPS options for "NRF_SO_GNSS_POWER_SAVE_MODE"
This is the code:
I always get -1, and errno value 22. This function works for ...
Problems encountered in nrf51822 software development: When burning the program to the microcontroller, I used the Bluetooth serial port service to send the collected adc...
I'm working on a prototype currently using the nRF52840 dongle. I've used the ble_app_blinky as a basic, and added some custom code to it. The goal is to use BLE in the end...
Hello everyone,
My empte memory is displayed as EE instead of FF after i cleared the memory.
I use commandpromt to check memory:
nrfjprog --qspicustominit --memrd...
I am sending a data packet by notification that spans many MTU sizes. So I do a loop over the sd_ble_gatts_hvx(m_connection_handle, &hvx_params) method until I get a BLE_ERROR_NO_TX_PACKETS...
Hello. I'm having an issue with nrfjprog that has been discussed in this forum several times but I can't manage to get it working. I'll link some of mentioned posts at the...
I use AT%XVBAT command as the power query of the device.Now when the voltage is inquired, the return value jumps and the measurement is inaccurate.During this period, there...
I have a design using nRF52832, and I'm hoping to use RAM set before a pin reset is applied. But, at least with a debugger attached, RAM appears to be randomised through a...
Hi,
I own the nRF51 dongle. I download the Keil toolchain and the nRF SDK (12.3.0 as I read, this is the last to support the dongle). I'm trying to build the ANT+ HRM RX...
Hi,
I am new to Nordic products and I cam acroos the nordic nrf 52840 pca 10059 ; however, I am unable to find any exmaple codes for PCA10059 and could anyone tell me what...
Hello Nordic team,
I am following up the tutorial ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/net/azure_iot_hub.html#lib-azure-iot-hub) conencting...