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...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
I am new to DTM. I have related queries.
1) In nAN34 note, what...
Hello, I have been trying to get the asset tracker demo up and running on my new nrf9160 DK board, I am in the UK and could not set it up with the iBasis SIM therefore I acquired...
Hello,
I want to use UART 1 in my project (based on aws_fota sample) and I tried this code but it reboots. I cannot use the debugger (see devzone.nordicsemi.com/.../ozone...
Hi,
I am able to program the device with switch and light examples and controlling light device through switch device also done for mesh communication.
How to control...
Hello,
I am using nRF52832 on SES v4.12 with SDK v15.3 and SD v6.1.1 on a custom board.
Background:
I want to perform OTA DFU and with that i have two services enabled...
Hello:
Is it possible to configure the nRF52840 for Standard Serial over Bluetooth? The application I am developing for needs a long range Bluetooth connection, where...
Hello, I am developing an application that requires the device to keep track of time with the RTC. I am using an app timer driven by the RTC to provide me with a 1 second...
Hi,
I have download the nRF5_SDK and try to run the example code. But I can't understand the relationship between PCA10056 and nRF52840 chips.
If I run the example project...
Hi
I would like to connect a BME680 sensor to the nRF9160DK board. The driver for this sensor isn't included included in the v1.14.99-ncs2 branch but it shows up in the...
Hi,
I want to directly enable notify without discovering the service handle, but it didn't work(return NRF_ERROR_BUSY). Because it takes time to discover the service, and...
Hi, As we know that, we can see, the data has been sent to nRF Cloud in JSON format by Thingy91-PCA20035. And we can also see that, we have respective APIs like "cloud_send...
Hey,
I am getting a
warning: #47-D: incompatible redefinition of macro "STATIC_ASSERT_SIMPLE" (declared at line 215) warning: #47-D: incompatible redefinition of macro...
Hello, I am working on a ble application which is streaming data via ble notifications. I am currently queuing up the packets in the notification queue and keeping track of...
Hello,
I am trying to use as least energy as possible. I run the ble_app_blinky example. The only change I did was commenting out: advertising_start(); such that no advertising...