Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Hi,
I have my nrf52 DK. I would like to advertise as Beacon and be BLE (which I can connect to via iOS app) device at the same time. Do you know any examples of this kind...
Why does the macro CHECK_RAM_START_ADDR only check for C_LINK_CNT and P_LINK_CNT and not the SEC_COUNT? It is always set to 0 in the macro.
I have increased the central_sec_count...
Hi ,
I use timer to handle pwm signal,
1.when calling button by phone is pressed,
Timer starts,(function:on_key_trig_speaker_event())
2.pwm signal run (speaker_meas_timeout_handler...
Hello,
My name is krishna,
I have couple of NRF24L01+ modules,
I am trying to implement MultiCeiver in the NRF module.
The problem is i am able to receive or transmit...
Hi,
I am trying to compile the ANT Broadcast Tx Example from the latest nRF5 SDK v12.1.0 (../examples/ant/ant_broadcast/tx), but I get the following 3 error messages with...
Hi,all
I use nrf51822 connect with ios device,it will automatically disconnect when links more than 90 seconds.
device connection parameter as follow:
#define MIN_CONN_INTERVAL...
Hi I'm using the Jlink to program nRF52832_XXAA, by using nRF command V9.0.0 nrfjprog
I success in erase , but I can't program correctly,I tried Jlink version 5.12g and 6...
initially we developed code for arduino mega board but now we want to use the nRF51822 soc,so how i can utilize my arduino code for nRF51822 ....i have gone through the some...
Hi,
I'm trying to load the secure_debug bootloader for the nrf52 with the SD 132 3.0 and an aplication.
But when I load the aplication the bootloader gets erased or overwritten...
I've got a problem to change polling method to interrupt notification on open-mesh with freertos project.
The example "BLE_Gateway" of open-mesh as flow:
if (rbc_mesh_event_get...
Hi i have to use this accelerometer and connect it through i2c
www.analog.com/.../EVAL-ADXL345Z.pdf
This is my connection:
VIO --> 3.3V
GND --> GND
CS --> 3.3V...
I am using nRF51822 and the Software device is S130. The application is based on ble_uart_app. I can declare it as a Bluetooth 4.2 device for lab approval. Right?
I know that Nordic has published a reference antenna design with the nRF52DK. However, I would like to develop a much smaller module with minimal antenna PCB trace or antenna...
I would need more pwm channels, than there is possible with pwm library on nrf51822 (That is 16 channels).
I would like to do it in a fashion, similar to this , using a prescaler...