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...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Hello,
I'm currently looking at using a last will message that updates an attribute on the cloud if the device disconnects from the broker. The broker and client agrees...
Hello everyone,
My current setup:
1.Development Kits = NRF52840
2.Nrfutil Version = 6.0.1
3.Softdevice = S140
4. Operating System = Linux
In current goal is to...
Hi There,
I am currently using a custom bootloader for my devices which was started from the secure bootloader example given in the SDK, I am using BLE as the transport...
i have nRF Connect SDK v1.6.1,excuted “west update” and “west zephyr-export” command(the project will not built successfully without executing these 2 commands)
then i was...
ncs version 1.6
SES
Windows 10
I have installed ncs completely using standard tools.
Now I am following the tutorial Part 1.
The project hello_world is created...
Hi,
I have a GPIO used as input or output. When it's used as an input (99% of the time), I have an interruption on it (falling and rising edge).
When I use it as a output...
This is my first time using Nordic SoCs, so forgive me if this is a silly question. I have a Fanstel BT832X evaluation board (model EV-BT840(832)-V4). I tried the Nordic's...
I upgraded the code from sdk13 to sdk17.
The setting is the same as the original code and there is no error.
However, if I build, the original code is built with the app...
how am i going to merge ble_app_multirole_lesc and ble_app_blinky
I add
into ble_app_multirole_lesc main.c
and it stuck in services_init()
seems like the err_code...
Hi,
I would like to make a system that goes to sleep for a while and wakes up for a short time thanks to the rtc. According to the documentation, the power consumption of...
Excuse me:
PPK2 doesn‘t work,I don't know why,The computer does not recognize the usb port after connecting the USB cable,The indicator light of ppk2 is not on.What should...
Setup:
nRF PPK2 is connected via USB to the port DATA/POWER to the PC
Running nRF connect version 3.7 from ubuntu 20 causing the following issue, when using "Power Profiler...
Hi, I'm having issues programming my Thingy91 via the NRFConnect programmer app.
The Thingy in question has had various applications run on it over time, but the objective...
Hi,
I am currently setting up an MQTT client via the MQTT publisher sample on zephyr.
My mqtt client is a NRF5340 and it is connected via ethernet with my pc and also...
Hello support
I have modified the cli examples and run into "undefined reference to `nrf_cli_uart_transport_api'" linker error.
The error message is
Compiling file:...