Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hi,
I am using nRF 5340DK borad, trying to flash Direct test mode sample "nordic,nrf5340-dk-nrf5340-cpunet". My aim is the enable direct test mode on the nrF board in order...
I'm using 3 nRF52840 DK borads (provisioner,light_switch_client, DFU). I set DFU (DFU example used) as target board and connected it to PC as serial interface. I have provisioned...
Hai,
I'm facing some difficulties in programming FOTA over UART on the NRF9160 board.
Currently, by using the following command I'm trying to push the bin file via UART...
Hello Team,
I have a small issue but troubling me since a long time now. Accidently my debug terminal and project explorer came out from their original positioning. Now...
Hi,
I am new to NCS and visual studio. I created an app based on the hello world sample app. And set the break point to the line of the printk in main.c. However, when...
Hello Zephyr experts,
I am having problem with the function wdt_disable(const struct device *dev);
There is no problem in setup and feed the watchdog.
wdt = device_get_binding...
Hello,
My application is a modified version of MQTT_simple.
I have moved all the code inside while(true) to a thread and set username as a device token.
The error -12...
The device has high power consumption when in shutdown, around 0,5mA. It uses SPI and TWI in normal operation but I have implemented the work around according the errata but...
Hello,
In normal C program, if I want to print int64_t, I can use the following code.
But it does not work on nRF Connect SDK v1.7.0.
1. Why it prints %li on the terminal...
Hello,
I am working on a custom program for the Thingy:91 that will use the aGPS as well as LTE to send data to a custom cloud server. As part of this, I wanted to ensure...
Hi
I am using the nRF52832DK and the BLE_App_Blinky example.
It is working nice, but I would like to change it to send/receive 2 bytes of data instead of 1 bye.
How...
Hi,
i'm absolute beginner with the nRF Connect SDK and Zephyr as well as BLE in general (to be true, this is my first project using any NORDIC device....). I installed the...
Hello,
Basically I'm using NCS SDK (1.7.0 - see Generated Info in the end) and Zephyr.
The board I'm adventuring on is the nRF52840 DK.
In the project, I have 1 main...
Dear Team ,
when I am debugging my code then work properly work but when we upload another example .after some time again i try to debug my previous code in this time debugging...