Hello, I am trying to use the nrfx driver example to run an RGB led connected externally to the nrf5340 board. I dont see the led/pwm cycle running successfully. Can anyone...
hello, I started working on BLE mesh using nrf52832 QFAAE1. from hardware side i have custom self design nrf52832 QFAAE1 lot's of board, and every board working, i verify...
Hi,
we are using the nRF5340 with the nRF21540 (Fanstel BT40N module). I understand that different regions allow for a maximum of +10 dBm or +20 dBm in transmit power dependng...
Hello everyone.
WE're trying to make a https connection with google.com and execute a GET request.
Wifi connection is working; DHCP seems to be working (my personal assumption...
Hello everyone. I am trying to develop a emulator for a Bluetooth low energy tv remote using raspberry PI. Basically I want to be able to use the raspberry pi as a TV remote...
Is there a BLE development board that supports extracting IQ data from raw MCPD ranging? Does nrf5340dk support users to extract IQ data for the development of ranging algorithms...
Hello Nordic Support Team,
I am working with the nRF54L15-DK and testing the Bluetooth Direct Advertising sample application (based on Zephyr). I am measuring current consumption...
I am programming with mbed, and i am trying to start the adc-task via ppi and timer cc events.
another ppi channel is used to toogle the LED.
I am using the nRF51822 on...
Hello There,
I am looking to use many of the features found in the SDK Common Library such as the application timer. I am looking at the documentation and I am unsure how...
According to the S132 v2.0.0 release notes it states:
"minimum required memory - actual requirements are dependent upon the configuration
chosen at sd_ble_enable() time...
I need to implement the micros() function of arduino on nrf51822. Can someone guide me on how it can be done?
This the function for Arduino:
unsigned long micros() ...
We have two developers running the same version of IAR and the SDK and one of them has different device options under the project options. My IAR project works with NordicSemi...
Am using SDK 8, Single or dual bank serial bootloader brick during SoftDevice upate. Brick happens only if softdevice CRC validate fails(Stop Cmd). During CRC validate pass...
I'm connecting to the same microcontroller with nRF Master control using the same firmware, but I noticed that the connectivity time is not similar with every connection....
Hi guys,
I have a question when design the pcb layout stack with nRF52832, CSP package (CHAA). As recommendation from Nordic, using 4 layers will give best performance...
I noticed that Digi-Key had a new part number for the nRF52 DK that wasn't designated "Preview", so I assumed it might be the final silicon. However, nRFgo Studio identifies...
Now I work on designing a product, which is implemented by sending LMP commands to a bluetooth device with nrf51822. Unfortunately, nrf51822 liberary could not provide the...
Hello All
I'm newbe for this device. Now my customer asking multiple offline programming IC NRF51822-QFAC-R. But I'm not sure the device can support parallel programming...
Hello,
has anyone done some good testing on the connection quality between multiple nRF51 chipsets running on the S130 SoftDevice? (Using all four connections, 3 as Central...
I'm trying to merge 'ble_app_uart' and 'twi_sensor' example.
I developed twi function in 'twi_sensor' example. I add 'ble_app_uart' example file 'nrf_drv_twi.c'
and also...