Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hi,
I would like to know how much memory my application is consuming. We are using NRF SDK-15.3 version.
In View menu there is option Memory Usage, but when I build in...
Hello,
I am trying connect with the nRF52840 dongle from my android phone using nRF Connect App. The nRF52840 dongle as peripheral and I am using nRF SDK 15.20 and s140_nRF52_6...
Hi,
I have a mesh device (door sensor) with cell battery powered.
When triggered, the device power on, do mesh stack init and start mesh stack, publish a mesh message...
Hello all, is it possible to wake-up the device from deep sleep using cap sense.
How reliable is the ADC cap sense, Im little confused as some people say CapSense is not...
There is an "error" in the Mesh 4.00 friend.c:friendship_alloc(..) function, when allocating a new friend with PollTimeout greater than 2147 seconds. The LPN allows you to...
Hi,
Working with Uart + DMA on the nrf91 board, we see two issues:
1. With baudrate of 115200, we get an overrun error after getting ~6KB of data.
2. Sometimes we do...
I am trying to develop a simple uart driver based on the nrfx_uarte driver but I get compiling errors (see below).
All I have is a simple uartOpen() function for now...
Hi,
Greetings!
I am trying to develop a device called as " Gateway ", which can receive SIGmesh messages and update/send those messages to cloud server and vice-versa...
Hi Nordic Community,
I have two nrf52840 feather boards, and I configured one of them as central scanner with the central_scanner example. It works well and was able to...
Hello all,
I struggle to program nrf52 on Eclipse, and it works fine with Keil. Let me explain :
With Keil :
-I first flash softdevice 5.0 manually with JFlash Lite...
software: nrf5_SDK_for_Mesh_v4.0.0_src
hardware:nrf52382QFAA
I just build the sdk,and then download s132_nrf52_7.0.1_softdevice.hex and light_switch_provisioner_nrf52832_xxAA_s132_7...
Moved to a new machine and now can't debug. I suppose I've overlooked something. First, Segger doesn't recognize that it has just compiled the app and asks to recompile. Then...
I've been looking at ways of implementing Web Bluetooth to connect to a Thingy52 using Bluetooth Low Energy.
https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs...
Hello; I have been working with nrf52840 dk's for the past couple months, and came across a few questions.
First off, my temporary goal using nrf52840 is to send a timestamp...