Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I am using a nrf52832 Soc for my development. I follow this https://github.com/bjornspockeli/custom_ble_service_example for the custom BLE service. I can do a specific...
Hi,
I am using nRF52840 Preview-DK with SDK v15.3.0
I am using the serial library to write to UART 1, while writing all goes well while I write less than 255 bytes...
Hi,
In the nus example of sdk 15 the device does not advertise if i comment out the uart_init() function. Why does this happen?
What is the relationship between the uart_init...
Hi guys,
After i provision for client node or server node by smartphone i have unicast address for server model or client model. How can i send message from client to server...
Ubuntu 19.04
SDK 15.3
nRF Connect v2.7.0
Nordic_HTS example both pre-compiled and self-compiled
Uploading to Fanstel BT832F and nRF52 DK
When I upload the example...
Hello,
My goal is to send a binary file by Bluetooth into the nRF52940 board from the terminal. I saw the ble_app_uart example. It seems to be exactly what I want to do...
Hello,
I need to use USB 2.0 connection as a USB MSC device as well have it communicate over a USB 2.0 connection to a Wi-Fi module.
I know there is a USB 2.0 built into...
I'm working on a project using nRF9160 DK.
How can you use MQTT+TLS in nRF9160?
Where should ca certificate file be stored?
I modified the code below in mqtt_simple...
hello i am using nrf52832 DK and working UART_APP_BLE , i want know where the data will be stored when we send any message through mobile to the device. can we see the received...
Hi, I am new at programming.
I am trying to program nRF51822 DK. But My Desktop can't appear J-Link Debugger as a USB drive.
I read some posts about that but I didn't...
Hi .......Clan
I am planning to make chatbox mean chatting (transferring the messages) between the central and peripherals even peripheral to peripheral , and device peripheral...
Im using MCP6S21 amplifier which takes input from some I to V converter and output of amplifier is connected to nrf52832 via I2C pins so how to change or vary gain of amplifier...
I am having a problem running MQTT_Simple on my nRF9160 DK.
The COM Port shows the following:
***** BUS FAULT ***** Precise data bus error BFAR Address: 0x4002a514 **...
Hi.
I am using the nrf9160 with the latest firmware and with all the instructions followed, I get this error . Faulting instruction address = 0x3648 Fatal fault in ISR!...
Hi,
I am working on mesh bluetooth using nrf52832 with PCA10040 , I used example from nrf5_SDK_for_Mesh_v2.0.1_src , my questions are
1.How many bytes(Max and min) can...