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...
Using a NRF9160DK. SDK2.0.0. Modem 1.3.2.
I have a problem when setting up a new NRF board to run with MQTT with AWS.
When the setup is running, I get LOG <inf> for...
Hi,
we have a unit that needs to go for conformance testing.
The only external interface we have is the nNR52833s USB port (pins 12/13 on QDAA).
Alternatively can the...
Hello,
We're using a nRF52840 with S140 SoftDevice (v7.3.0) for a Central device but we're having a disturbing issue when scanning: a hardfault occurs less than 2 seconds...
Using the pc_ble_driver_py.ble_driver I'm able to subscribe to notifications, but unable to get the values upon connection. The error is:
I do not know how to install...
We have an application where we need the PWM pin state to revert to high impedance between bursts. It doesn't appear this behavior is capable by default. Is there a means...
Hi,
As mentioned in the question, I want to use the external clock as the RTC instead of the internal clock. How to configure it?
Platform: Windows 10
NCS version: 1...
For a fully connected set of node devices in a BLE mesh network, where any node device can send data packets to any other node device via an optimally short number of radio...
Hey,
upon a BLE_GAP_EVT_ADV_REPORT I call the following function:
static void pass_adv_data(ble_gap_evt_adv_report_t const *p_adv_report).
The function checks the p_adv_report...
Hello,
I'm having trouble setting up CMSIS Configuration Wizard in SES IDE v5.50a on Mac OS.
I've followed the instruction in https://www.youtube.com/watch?v=b0MxWaAjMco...
hi Team,
working Environment:
nrf52832 DK, SDK 17.1.0, keil IDE uvision 5, Windows 10 pro.
i am working with ble_peripheral based ble_app_uart example.
this program...
I am working on some teching modules covering MCUBoot and DFU ... and trying to get the
basic examples built for an nRF52840 DK board ... and am running into an error along...
Hi,
i am using MCUBOOT + nrF5340 and i am using the nRF Connect Device Manager to upload firmware and perform the upgrade.
I would like to know if it is possible to execute...
How do I check to see if a peripheral is inside the list of bonded units of a central?
I know I can just scan -> see unit -> connect -> change security and if it IS bonded...
Tried debugging and found the code loops in this place, lfclk_spinwait
I have added the following configuration in prj.conf
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...