Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Hi Nordic team,
I'm going to start new BLE application project, so I tried to understand how to use nRF52 series first.
I completed the academy and I'm trying to make...
I am attempting to compile the peripheral_uart example targeting nrf52840dk, I've done quite a bit of work with zephyr but never with the nRF Connect SDK. I've encountered...
Dear Nordic,
There is an issue with simultaneous RTT shell and logging on nCS 2.0.0, please check the screenshot.
Althougth CONFIG_LOG_BACKEND_RTT_BUFFER=1 setting is...
New to Zephyr it has been reasonably straightforward building the UDP sample application to enable an nRF9160 dev board to send and receive UDP messages via NB/IoT to/from...
1. I want to run asset_tracker_v2 in thingy91 kit.
2. I want to interface two UART external devices to thingy 91, may the pins of nRF52840 be used ? if yes, in asset_tracker...
I followed this page in the section "Program application using nRF Connect Programmer", and tried to program my nRF5280 Dongle in Windows.
Like below, then I clicked "Write...
Dear Support Team,
I downloaded the code from github.com/.../ble_app_uart__saadc_timer_driven__scan_mode , modified the file, and burned it to 52832. After running the program...
Hi,
we need a firmware for the nRF52840 to do a function test for the EMC approval test. The test must show that the BT connection still works. It should also show if the...
Hi! I am using the following setup to run the "ble_app_uart" example:
nRF5 SDK 17.1.0
BMD 360 EVAL Board (nRF52811)
SEGGER Embedded Studio V6.32a
I selected the...
Hi ,
I am using BMD 330. Able to flash my working code using Segger.
Post flashing it gets into a loop in the following code
<sym_PAD7XREQQORPXRJMXMW2EYVS4S43S42A5D43SBA...
Hello,
Every time I restart the power(power on reset) and then use the command nrfjprog to download, the following error will appear
After I use the nrfjprog --recover...
I have read that you can save RAM with the newer implementation, so I decide to go ahead and change my code. The SDK 16 migration guide says:
< To replace app_timer v1 with...
Hi Nordic,
Is there any standard about the startup time of 32M and 32.768K crystal oscillator?
For example, if the time is larger than some ms the nRF5340 will work abnormally...
Question: Can UART ASYNC and UART INTERRUPT work together? I want to use async UART along with interrupt driven USB CDC, but I am not able to use both together.
Details...
Hi team,
I'm developing BLE keyboard and i'm interfacing keyboard with nRF52832 using Zephyr RTOS .
I have example code in SDK, I'll share the path " manthan@man:~/ncs...