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...
Hi, I have problem with timer in nrf52810. My TIMER2 counts very slow. I declared it as NRF_DRV_TIMER_INSTANCE(2); and config struct is:
.frequency = NRF_TIMER_FREQ_16MHz...
Hi ,
I can compile and use the UART example but when I try to use it in my project I get some linking errors
I have copied and past all the sdk_config.h file to my project...
I am waiting for my custom pcb based on the nrf52832 to be ready and I want to test the flashing process. Is it possible to program a nrf52 DK with another nrf52 DK using...
Hello,
I was wondering if there is some way to program a device to act like a BLE slave, which would sleep and periodically wake up to stay in receive mode for a certain...
Hello, I'm confused what the NRF51422 uses for it's digital IO reference. So for example, If I use a 3.0V coin cell battery through its DC/DC converter: 1. What voltage does...
I download the SDK at https://www.nordicsemi.com/eng/nordic/Products/nRF5-SDK/nRF5-SDK-zip/59011 . When I used "nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_uart_c...
Hi,
I am using SDK10---->ble_app_uart--->pca10028--->s110 for non-invasive GLUCOSE measurement. I checked nrf_adc.h file & used adc_sample = nrf_adc_result_get(); for getting...
I am using nrf52832 development kit and softdevice v5.0.
I am using this code which I have attached.
I have added all require files.it might be not showing to you because...
My current setup is this:
I have a nRF51822 beacon (tiny coin cell beacon) advertising with its default settings. I have another board, a nRF51822 Development Kit, that...
Hi,
I have a customer request regarding ISP1507 module (with nRF52832 integrated) and battery information.
Customer want to have battery information using LED (bicolor...
Hi,
We are using nRF51822, SDK12.3, pca10028, S130 with "Red Bear BLE Nano V1.5" board. We try also in nRF51DK and our own board (designed by us) and the issue is the same...
Hey,
I'm trying to solve the issue of connecting a central device (nRF52832 running experimental ATT MTU example) with a particular peripheral device (also, nRF52832 running...
Ever since you guys updated the site months ago, I haven't been able to post anything from a non-mobile device. I've tried multiple browsers and the only ones that work consistently...
I'm developing a peripheral with s132 v5.1.0 that supports multiple concurrent connections. I've looked at section 15 of the SoftDevice Spec and I have a couple of questions...