We're trying to measure supply current used by the NRF9151 DK but have discovered that the current measurment connector (P22) only includes current supplied to VDD, and that...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hello!
I am developing a bracelet product base on nrf52832. I have a problem with softdevice's power consumption , when softdevice enabled,the power comsuption will rise...
Hello,
I am developing a basic application on the nrf52832. I am using the SDK14.2 and freertos (two very basic task).
I basically have a problem when I set a uint8...
I want to use app timer to get an power saving delay to wait some external chip operation done. So I use an app timer to set a flag when timer expired and in the wait function...
I need to implement UART service in such a way that it should act as both central and peripheral at a time.
I am using nRF52832 board and SDK 15.
I want to know which...
Using
- nRF5_SDK_15.0.0_a53641a
- gcc-arm-none-eabi-6-2017-q2-update 6.3.1
If I enable APP_TIMER_KEEPS_RTC_ACTIVE in the sdk config, setup the app timer with this...
I am currently working on implementing The Smart Beacon Kit with the Eddystone protocol. I only have basic knowledge in C, but I have successfully implemented the nrf_beacon...
Does it use the swi to guarantee the event realtime performance. What I need is, when an interrupt happen anytime, I just put an event to the schedule, and the schedule will...
Hello,
I am using the light-switch example and I want to send a message or let say get the status of led of a particular server node....so how do I do that?
How to address...
Is it possible to provision Bluetooth Mesh nodes at the factory so they automatically join an existing network? Our application is more industrial in nature and we don't want...
Hello,
I have a project on: Periperal: experimental ble_app_blinky / and Central: experimental ble_app_blinky c.
So, in the function of button-event-handle,we have already...
Is there any information available on the radio address matching in the nRF52832?
Specifically I need to know how many (if any) bits of error are allowed in the received...
Hello,
I just wanted to report some strange behavior I've observed in my application. The bootloader timers stop working when nrf_delay_ms is called. In my case this could...
hi Nordic Team
The Document regarding Light Switch Example says following
The provisioner configures Button 1 on the client board to control the first server, Button 2...
Hello. I have 2 boards with nrf52832. I want to make 1 of them peripheral and the second one central. So the central board will connect to the peripheral board and send data...
I try launch example Nordic UART and get error: Error 133 (0x85) GATT ERROR
I need use stack for nRF51822 without external 32KHz crystal.
Here -> softdevice work with...