Hi
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
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...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hello,
I am building a custom app and upon moving to SDK 8.1... and later SDK 9.0 I experience very odd behavior with Nexus 5 specifically. Our custom application works...
Hi,
I have nrf51822 bluetooth smart kit Rev 1.1.0 .
Is this beacon compatible with Softdevice110 V8.0?
I want to know this because I have read that "The CPU will by default...
Hello,
When i try to drop the softdevice to the mbed evaluation board it gives the error "SWD error",in a text document "fail.txt",in the MBED drive.
If it is successfully...
I'm trying to add BLE support to an existing ANT sensor. I intend to transmit information over ANT and BLE at the same time.
In my current ANT implementation, I'm using the...
I have a timer that is coming every 100ms. I use it as a system clock to time and manage events.
The main function has a loop that calls sd_app_evt_wait() When woken up by...
Hello everyone,
I am trying to send and receive strings from Ubuntu (with a BLE USB dongle) to/from the nRF51822 with UART BLE SDK v9 example (i.e using ble_nus_string_send...
Hello nordic,
Any chance that beacon project run on nrf51 dongle hardware ( silicon rev 2 and 3).
Ifi yes ,which softdevice and sdk ?
Any chance that beacon project run...
Hello
There are a lot of information, examples and questions about pairing with iOS, where iOS acts as central and nrf acts as peripheral, but there is absolutely no information...
Hello
This question is relevant to nrf51 as central iOS as peripheral pairing question.
We analyzed attached test project and have had some success: now we can do bounding...
Hello, I try to set up the 6lowpan environment on my rpi2 following This page
When I wanted to run the radvd demon, I got error: ioct1 failed for bt0: No such device. ...
Hello,
I have an arduino with a bluetooth module nrf8001 and I would like to develop an application to communicate with it and receive for example the temperature or humidity...
Where's softdevice s212 for the nrf52 preview kit? There are examples for ant, there's header file and tool includes in the SDK, but there's no hex softdevice in there (as...
Hello
I have got a working BLE application on a nRF51822 with the S120 as peripheral.
In my application I added 3 user defined services to the softdevice.
On Windows8...
Hi
Is there a automated testing function in the Master Control Panel on Windows? Or are there any plans for it? It would be great if there would be such a function.
I...
Hi,
I found that when I enable char. notification from my android client it triggers BLE_GATTS_EVT_WRITE where p_ble_evt->evt.gatts_evt.params.write.handle matches to my...