i've noticed that the pc-nrfconnect-ppk is written in typescript (with a lot of .tsx files for visual elements)....
my understanding is that at the lowest-level the power...
I am using the `mcumgr` subsys to enable the DFU (Device Firmware Update) capabilities in a custom device that also features a custom (non mcuboot) bootloader. In order to...
Hi !
I have a peripheral that can connect to other nRF52's or a smart phone such as iPhone or android. Is there an easy way to detect a smart phone?
The best I can think...
Hello Nordic Team,
I have a working project that uses BLE to communicate with a mobile app, and I am now looking to integrate Google Fast Pair as an additional feature....
Hi,
I recently found out about the Periodic interval feature on GRTC CC[0] and it seems like it would be quite useful for my application. Most of my code so far uses the...
Hi,
I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X...
I'm trying to implement a fall detection feature on the headset side using the LSM6DSOX IMU sensor. The IMU is configured successfully, but the board halts after the INT1...
Hi, I am using the following setup: Wireshark 2.6.5 (updated yesterday) Sniffer 2.0.0-beta-3 (nrfsniffer200beta312oct20181c2a221.zip) nRF52840-DK (used by the sniffer) nRF52840...
I have a custom board that uses Nordic NRF52832 as MCU. For laying out crystals, BLE part and decoupling capacitors, I used reference layout from documentation.
32 MHz crystal...
Hi everyone,
My hw/sw configuration:
- nRF52840 - sdk 15.0.0 - softdevice: s140_nrf52_6.0.0
I would like to change the device name and update it in advertising packet...
Hi All,
I have been working on ipv6 over ble on zephyr RTOS to form mesh network.I have been successfully integrated "rpl_node"(which is in zephyr/samples/net/rpl_node)...
Hi guys,
I have very strange problem with the Android phone when connect with nrf51822.
After connection, I used update parameters to set the parameters on the phone side...
Hello,
I am attempting to program nRF52 DK modules to communicate using the UART over BLE central and peripheral roles as in the examples provided in SDK 15.2. The data...
hello, I have used NRF52810 TWIM for 24LC08 communication, and I got a problem.
when I want to read data from 24LC08, if the length is not lager than 255, every thing is...
Dear all,
Good morning,
We are using nrf52832 as our main mcu. Our current consumption in system-off mode in custom board is around 3.2 mA which is very high and we want...
HI devzone
We now use NRF52832 to implement TDMA protocol.
In our application, there is one primary node and six sub-nodes.The communication process is as follows:
After...
I want to add simple on off switch model via SDK 2.2.0.
I'm already add client model to project,when provisioner add client node,Provisioner RTT jump error opcode status...
Hello Everyone,
Maybe this is a very silly question.
I am trying to implement timer in nrf51822 with S130, SDK11.
Code snippet:
void TIMER1_IRQHandler(void)
...
Hi,
i Have two development kits where one acts as uart central and another acts as uart peripheral .
In that i have given the peripherals different names( DEVICE_NAME...
Hi, I would like to ask how can i get the current consumption that was stated in the datasheet which is 0.7uA and the value I get from the reading is about 8-9 uA.
Is...
Hi team,
I am using sdk 14.2 ,nrf52840 DK board.
I am getting the following error while running nrf5-mpu-ble-simple code in keil. <error> app: Error 0x000D (13) at line...
hi.....
i am using nrf52832 ........
i want to wake up my device from sleep mode ... i have used the command for sleep mode sd_app_evt_wait() ...... i dono what command...