Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi,
I tried to monitor current consumption of my device. I used
and then used
I saw something like this
There are spikes on everywhere.
If I comment out...
Dear All,
we're using MDBT50Q in our design and they recommend a 10uF cap while Nordic recommends 4.7uF (Reference Circuit 3).
In terms of power consumption, can anyone...
I activated it and confirmed the network connection in US. Now I brought it to Thailand to test our device, but I could not get the network connection. Can I use a SIM provided...
Hello
I have ported the example project "nrf_crypto_aes_pca10056" to my one project. But now I'm not able to building the project anymore. Segger Embedded Studio will show...
Members
I am in the board design phase of my project. I use Arduino boards (Due & Uno) with SPI. I read that the nRF24L series is not recommended for future projects....
Hi,
So I am using nRF51822 chip to develop our products. We have two motors attacked to our PCB and we want to control the pulse with low power PWM. We want to control...
Hi...
i want to read the data from another board using serial uart .. how to write the command to check the data is available ... in arduino i written like this how to write...
Hello,
I used to use two nRF52810 for testing.
Using Timeslot (BLE+ESB), one of the 52810 paired mobile phones Bluetooth simultaneously sends the ESB.
Another 52810...
What are all the configuration options necessary to configure the nRF9160 as a SPI slave? I'm working with a custom board and have specific DTS files I'm working with. Here...
Hi Nordic Team,
I'm quite confused and can't find a concrete answer so far on the forum, if it is a MUST to kick-off a certification at the Bluetooth SIG Group or not, if...
nRF52840 SDK 15.2
I want to control the power of sensor, so I configurate the pin like this:
nrf_gpio_cfg(AFE4403_PIN_PWR_EN, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_DISCONNECT...
HI,
I am using ".\nRF5_SDK_15.3.0_59ac345\examples\peripheral\wdt" to test “watch dog timer function.
My use case is:
1. If the program is not execute over following...
I have developed ble periphleral device to send 20byte long at every five seconds to the central. Because connecting to serial to PC, I didn't realize the device cannot not...