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...
Hai,
I am beginner in this. i am working on nrf 52832 and using sdk 15 . I need to update the firmware remotely in the field using smartphone with BT.
In sdk 15 there...
I am highly experienced with microcontrollers, all the way back to the Intel 8008, but somewhat new to the nRF52832, with only a few designs under my belt for this microcontroller...
We need to implement precision clock synchronisation between two or more NRF52 BLE devices (sub millisecond precision) and need some advice on what path to choose.
I have...
Dear all,
In my project, I only want to use a battery to power for nRF52832. So, I want to add the feature which can measure the battery level and notify the user. But I...
Hi!
Im trying to implement DFU but got stuck at sending the init packet.
The problem seems to be that the the init data doesn't get transfered somehow, and the symptom...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi Nordic,
I have tested the example, the softblink is working by configure the structure below:
typedef struct { bool active_high; /**< Activate negative polarity....
We are developing a BLE Beacon using the SDK v12.2 and the softdevice s132 on a nRF52832 chip. The code works on the DevKit successfully but it doesn't work on our custom...
We found the devices developed with nrf51 and nrf52 will disconnected from the iphone sometimes, and we can't find the real reason.
I study the gap parameters on nrf51 and...
Hi there,
Seems that the flashlog read processes a log entry from flash using nrf_log_std/hexdump_entry_process, which does take care of the formatting string in the entry...
I have successfully implemented DFU over the Air function using Android-DFU-Library (Github) for my Android mobile phone.
The Android-DFU-Library needs Android 4.3+ at least...
Hi, I am after a bit of advice regarding the SPI interface between a nRF52832 acting as a master, and 3 slave devices. I only need to communicate with one SPI device at a...
Hello,
my goal is to measure the average current consumption of an external chip connected to the Power Profiler Kit on Windows 7. Since the Software inside the nRF Connect...
using SDK 12.1.0
The original error (compile time only) is
main.c(338): error: #94-D: the size of an array must be greater than zero
my snippet @ line 338:
SOFTDEVICE_HANDLER_INIT...