Hi,
I have designed a custom board, and I cannot get coexistence interface to work reliably. I don't get any errors, but I'm not able to connect to my board with BLE. WiFi...
Hi
Does the nrf-sw-pwm driver work on the nrf54l15. I am porting code form the nrf52840.
My output does not toggel, 0% and 100% does work but noting else.
Dear Nordic Engineering Team,
I am currently developing a wireless ECG acquisition system based on the ADS1298 analog front end (AFE), the nRF5340 SoC, and the nRF7002 Wi...
Hi,
I believe 2M and 1M are OK to adjust, however, long range code added the extended advertisment, I am curious whether I can update these three PHY all together.
Thank...
Hi,
I was wondering if the newest sample available in NCS3.0.1 is already capable of holding multi connections. Otherwise, for this little time that is present i will...
Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated...
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...
Here I am working on NRF52832 + SDK15。
I have designed two board with different 52832 package ( N52832-CIAAB0 and N52832-QFAAB0 ), I have disabled all peripheral part and...
I am using nRF51822QFAA & S120(v2.1) & SDK10.0.0
The application is to scan nearby ibeacon and send the ID information by UART. But the application always hang / reset...