On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi,
Need to know the largest amount of power consumption that the Nordic (nrf52) can consume during the highest power bluetooth mode?
Also, what is the largest power...
I am working with the nRF51822 chip and the S110 softdevice on a device that uses an accelerometer to wake up. Battery life is a concern, so we have developed the device so...
Hello, I am encountering with problems with sending 20 bytes of data.
My initial code worked using two timer and I successfully displayed it on an android phone but I wanted...
hello there i want to add battery status in my advertisement packet.is adc required for battery level? can you give me links for adding battery status in advertisement packet...
Hi,
I need to implement 51822 drirver, is there some demo for that. By now I don't decide wich oled to use, and I don't know how many type of OLED at all. I wish a oled...
Where can I get a copy of the nRF52 Reference Manual?
The nRF51 Reference Manual is here:
www.nordicsemi.com/.../nRF51_Series_Reference_manual v3.0.pdf
Where can I...
i am programming nrf-51 dk's program.
i have to get data from sensor, so i am studying example code which is twi_sensor.
i don't know well these function.
nrf_drv_twi_tx...
[hide preview]
.
I am looking for a detailed description of the Memory Protection Unit for the nRF51822 as described at a high level in nRF51822_PS v3.1.pdf.
I know...
Dears,
I have tried the example code of PWM function at nRF52 DK(PCA10040).
It worked with a 2V DC level. Is there any mistakes or something wrong? Why a DC level...
I use the SDK v11.0 alpha, the S130 with my USB-dongle(NRF51422).
I use the low_power_pwm to initialize 4 different PWMs. I used the Example low_power_pwm_s130_pca10031...
Hi,
I have a problem with pwm,
I am using keil uvision 5.17, SDK 9.0.0, SD 130, nRF 51822.
I have programmed the code which can control servo motor(SG90) by smartphone...
I'v read the Arduino SDK for nRF8001 (and Poring ACI to any other microcontroller)
some questions:
1)the source code is complicated and there is'nt enough comment on that...
Not sure if forums or MyPage support requests are better for this.
It seems NRF_LOG has taken a step backward from what was used in the previous nRF52 0.9.2 SDK. What I...
hello there . i want to get i2c data on ble advertising packet
int main(void)
{
uint32_t err_code;
bool erase_bonds;
ret_code_t ret_code;
int16_t x_val;
int16_t...