I am attempting to configure and build the Asset Tracker v2 for my Actinius Icarus v2 board.but the build is failing.
Setup:
nRF Connect SDK v 2.9.0
Board target:...
We have a product which is based on nrf52840 and nrf connect sdk 2.8.0
After OTA sometimes, I find that the NVS is erased, which could lead to some issues on client side...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
Hello, I am developing a project that involves authentication over NFC, and need to store a private key in TrustZone. I found the psa_crypto zephyr sample in the sdk, which...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
DECT NR+ HARQ communication and testing
Hello,
we using two nrf9151 development boards with latest modem firmware version DECT-NR+ (1.0.2) and nrf-connect v2.9.0 and...
Hello,
I have configured a 1 ms timer (Timer 2) interrupt. I am just updating some static variables for reference in the 1 ms interrupt. Everything seems to be working...
Hello, I am designing a PCB with nRF51822 and I would like to know which is the best option to add battery charging to my PCB.
I think the most common options are these...
Dear All,
uVision debugger seems to execute code randomly. Picture shows stepping through the code. Codeline marking in grey also seems odd.
I would have expected to...
Hi,
I suffer from the phenomenon which can't sometimes maintain communication between the 32.8ms at Gazell communication at present.
When not writing in SoftDevice, this...
Hi,
I am using " BLE-Gateway " example from nRF51-ble-bcast-mesh to advertise my custom "Manufacturer Data" from 1 nRF51422 device to another nRF51422.
I've made the...
I have been able to implement the PER test (on nRF51822) using the direct_test_mode_s110 and code based off the example python code from the nAN34 zip file. I adjusted to...
Hi,
I want write a demon running on linux to control the 51822 dongle to connect or disconnect with mobile phones.
Now I have one idea, which is using string as command...
Hello,
I need to send packets that are larger than 20 bytes to once characteristic with a variable length. When I set the variable length to 100 bytes, the Attribute table...
NRF51822 supply voltage is 3V battery. When I design principle diagram, I have a question.
Both AVDD and VCC_nRF are connect with the battery's positive?
While trying to get the SDK's bootloader working with gcc, I have to replace some ARMCC-speific code found in bootloader_util_arm.c:
__asm void StartApplication(uint32_t...
I am using the nRF51-DK and have Timer1 setup as follows:
void start_timer(void)
{
NRF_TIMER1->MODE = TIMER_MODE_MODE_Timer;
NRF_TIMER1->TASKS_CLEAR = 1;
NRF_TIMER1...
Hi Guys,
I am currently using the ble driver for windows (Python) to get notifications from two Gatt services (Same Service/charac/descriptors/etc basically same application...
I've just trying to get SPI working, everything is compiling OK but when initialising the SPI, when the line below is hit,
/* Clear waiting interrupts and events */
p_spi_instance...