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...
I have a wireless project. Requirements as:
Support platforms: Desktop/Laptop and mobile, Pc/Mac/IOS/Android. etc.
many connections: flexible but can support 100+...
Hi,
The problem is that after the initialization process the node does not contain the proxy advertiment data "1828", so the entire long process of working with the mesh...
hello, everyone.
I have to immigrate from SDK14 to SDK15.
I have some inquiries my project ( I will configure Transmitter(Beacon) and Receiver)
First, I have configured...
Hi,
I'm trying to log data over a serial connection using the DK52.
The data is coming from a sensor at about 2KHz at a size of 30 bytes per sample, so 60KBps.
I've...
Hello everybody,
I ran into an unpleasant moment: sometimes the timer counts incorrectly in the counter mode.
What is used:
Custom board with BC832 (Fanstel, NRF52832xxAA...
HI I am working with BLE CSCS example, and I found some problem during read cadence value. Simulator is changing values and I am observing situation: if cadence value is less...
Hello I am using source code of the nordic app from github on Android Studio on Windows and messing around with the code. I was wondering there was a way from the app to still...
Hi
I am trying to migrate our BLE hardware platform from Laird to Nordic Semi nRF52832. I have an App which was previously working with the Laird platform, but am having...
Hello, I have just picked up nordic and I am running the app on Android Studio using windows, the source code I have received from GitHub so I can ticker with it. My question...
Hi everyone,
I am in the process of readying my firmware and hardware for CE certification.
The end functionality for this product is not yet finalized, but management...
I use nrf52832 board by fast advertising to connect the central(surface 4 Tablet).Then the board go to sleep.when I push the button the board use direct advertising to connect...
Hi Nordic expert:
I need using PyACI to let a nrf52832 board to send a genericOn client packet to other mesh devices those have genericOnOff server model.
My environment...
Hi friends:
I've followed "DFU quick start guide" and run DFU(from mesh-sdk-2.1.1) example done, the updating time is about 3000 seconds.
(My environment is only 2 devices...
I'm implementing my own DTM mode for the nRF52832 based on SDK14.2's DTM module (ble_dtm.c). My modified version of ble_dtm.c seems to work fine, but I don't completely understand...
Good afternoon,
I am able to write data using polling mode with the macro NRF_SERIAL_CONFIG_DEF(serial_config, NRF_SERIAL_MODE_POLLING, NULL, NULL, NULL, NULL). I am using...