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...
Hello ,
I am currently working on NRf52810 , SDK version 16 , I want to send around 400 bytes of data over BLE connection from peripheral to central. I know that NRF52810...
Hello, I am working for a BLE central application where the packets are send using L2CAP Connection-Oriented Channels. My development environment is based on nRF52 development...
I'm trying to get the ble_app_blinky example from the NRF5 Thread SDK working on the Adafruit Feather nRF52840 Sense using the S140 soft device v. 7.0.1 I'm compiling the...
I have a custom board with the NRF52832 chip. The supply is from a Lipo battery which after 3.6v varies from 3.6v to 2.5v. hence I have a varying input supply to NRF. Would...
Hi,
I am using TWI on a 52832 (sdk12.2) and am having problems with reading data. The slave chip that can take up to 60uS (8 bus clock cycles) between to set up data after...
Can the Nrf Mesh android app be expanded to support multiple networks?, i took a look at the android software , it uses MVVM architecture and uses Dao's and repositories to...
Hi,
I found that s113 SDK17,did not support +8dB TX power,could you please give me some suggestions ,when using nRF52820, which SoftDevice will support +8dB Tx power?Thanks...
Good afternoon,
We are carrying out a new project with your NRF52810 beacon to create a heat map of
movement inside a room.
Our questionis, do you have any software...
Hello,
I am currently running the openthread client example provided in the NCS and I am trying to toggle the client as a sleepy end device. However, in the toggle_minimal_sleepy_end_device...
Hi
I would like to know the availability of the open sources for the following:
1. BLE Gateway for PC, Android , iOS
2. nRF Cloud open source
Can you help, How to...
The nRF52840 UART example uses pins 1.13 and 1.14 for the TX and RX pins on the Dev Kit (uart_pca10056) and has a default baud rate of 115200, but the 1.13 and 1.14 pins are...
Hi! I'm having issues with inconsistent battery readout results. I'll elaborate more below, but in general, I have multiple devices which 'sleep' most of the time, and when...
I have an issue when i am doing writing of a structure where autoprog is a struct like this :
typedef struct { uint8_t tag_tab[TAG_ID_LENGTH]; }tag;
typedef struct { uint8_t...
Installed nRFgo Studio lastest win64 verion nrfgostudiowin641212installer.msi and lastest windows 64 nRF-Command-Line-Tools_10_9_0_Installer_64.exe . But nRFgo does not work...
Hi!
I want to develop a simple program which count pulses in a digital pin in an interval of 10ms. I want to use a timer as a counter to count the pulses, also I want...