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 All,
i have a problem when I try to change the Bluetooth Address.
This is the code that works correctly: err = bt_addr_le_from_str ( "DE:8B:49:00:00:01" , "random...
Hi,
I did recently start with my pcb design for the nRF52811, but I have some questions about the antenna. I want to use a 2450at18a100 chip antenna of Johanson Tech.
...
Hi,
I am using the nRF9160 in a datalogging product, logging environmental sensors and sending data via MQTT over a LPWAN network. Something that I have noticed for a...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with a connection to an external MCU (#define MQTT_MESSAGE_BUFFER_LEN 8192) We need...
Hi !
in https://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.7.pdf specified operation frequencies
"
The IEEE 802.15.4 standard defines 16 channels [11 - 26] of 5 MHz...
Hi, I am developing an application that includes the following features: 1. PWM to control the buzzer 2. 2 Uarte to communicate with 2 external devices 3. BLE to wireless...
Hi, I am working nrf52832.
this is a example for sdk nordic and i want to know why when i include a byte (value 0x00) in the m_beacon_info, this data is not reflect on nordic...
Hi,
I'm working on a project using BLE via s140, everything works fine until I look more seriously at the current draw of the device.
Simply, my project starts a Scan...
Hi, In the documentation I read at uart_rx_enable a timeout setting in Microseconds . Under uart_rx_enable_u16 the timeout is defined in Millisecond .
Do those really differ...
Hello,
I'm new to Nordic Zigbee solutions and where to find information so hoping someone can point me in right direction.
Using 2 nrf52840-DK boards. One is flashed with...
Hi, I am trying to follow the nRF Connect Fundamentals course and have just built the Blinky app. It actually builds fine, but on the console it does show that there is 1...
The nrf52 is waking from a sd_power_system_off() and resets. The reset reason register indicates it was from a DETECT from GPIO, yet the LATCH register is 0 and all the sense...
Hello,
I'm writing my own UARTE library because I need some functionality not offered in the SDK. But I came across a hardware behaviour I can't explain.
In my understanding...
Hello,
Right now our application developed using s140_nrf52_6.0.0_softdevice, SDK 15.0.0 for NRF52840 chip.
Need help on migrating to BLE 5.
Which SDK & soft device...