Hi everyone,
I’m a complete beginner and need some help. I’m working with two XIAO nRF52840 Sense boards: one as a central and the other as a peripheral. My goal is to send...
Hello,
Is there any USB device stack available for bare metal development on the nrf5340 using online NRFX lib. I am trying to implement a USB CDC device class.
No issues...
These seems like another dumb question. First off, I am aware that the nrf21540DK is the nrf52840 with the FEM tacked on the output.
I know I can select the nrf21530DK/nrf52840...
Hello,
I have 4 nrf52840, 3 act as peripheral and the last is the central.
The peripherals are identical hardware with various sensors using the same FW. I order to...
Hello,i've recently bought a nRF52840 dongle to sniffing BLE packets with wireshark. I regret to inform you that it don't work roperly, in my opinion. In fact, you will find...
I just fired up our most recent custom boards with nRF9161-LACA's, and tried to compile modem shell application for RTT.
I noticed the RTT is disabled because HAS_SEGGER_RTT...
Hello,
there’s a section in the NRF9160 specification (11.1) that calls out that VDD_GPIO should be applied after VDD has been applied on power up and VDD_GPIO should be...
Hi,
I am sending firmware image using my DFU master. The image needs to be divided into data objects each of 4096 bytes and then those again into 244 byte BLE packets. So...
Hello,
I'm trying to connect to nrf connect with the nrf9160 DK. I am using an Irish vodafone NB-IOT sim to establish the connection. This sim has an access control list...
Hi,
I have a question regarding a DFU update via BLE. I am using mesh sdk v3.20 and sdk v15.30 with custom hardware (nrf52840).
I have the BLE DFU working as expected...
Hi all,
I am using mesh sdk3.20 and sdk15.30.
I noticed that with the buttonless ble dfu, it is not possible to perform a DFU transfer after the device was provisioned...
I did the program using examples of glucose. But I do not want to enter passkey from central. Because there is no LCD or UART in my device. Which part of the glucose example...
I am developing firmware for my Peripheral Device (nRF52840) using S140 (v7) and SDK 15.3. In my application, I will advertise (with advert payload changes) and support Smartphone...
Hi,
How much is the expected time period from the time VDD goes above 1.75V to main()? I am using a custom bootloader and am seeing a ~4.5s (yes seconds!) delay in getting...
i'm trying to configure the nrf to rx and according to the state diagram i realized that: as the nrf is supplied and the voltage goes over 1,9V the nrf goes in the power down...
Hi, i'm using the nrf24l01 with a zynq board to use it as radiocontrol; i'm trying to configure the nrf as receiver so that i'm able to send data from another nrf connected...
Hi, i'm using the nrf24l01 with a zynq board to use it as radiocontrol; i'm trying to configure the nrf as receiver so that i'm able to send data from another nrf connected...
I am trying to use the LPCOMP API, but I am having trouble with the following function:
nrfx_err_t nrfx_lpcomp_init
(
nrfx_lpcomp_config_t const *
p_config ...
I'm attempting to setup GPIOTE for an output that is set and cleared by different events. The GPIOTE driver doesn't let me initialize an output twice. Is there a way to do...
I have 2 objectives BT beacon and concurrent ESB with Thread using time slotting A. I would like my thread devices to broadcast BT beacons. As this does not require any reception...
Hello. We have product based on NRF51822 chip. 24 bit 4 channel ADC connected through SPI to MCU. Data rate is 250 Hz (4 ms). We send two ADC samples evry notification packet...