I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
Hi DevZone,
I recently updated my version of SEGGER Embedded Studio for ARM to v6.20. Now, warnings that were not shown before are caught.
I want to ignore the warning...
Hi Nordic, Currently my project is using SDK 15.3. By taking a look at NCS SDK, I can see lots of features there and plan to migrate my project to NCS 1.9.0. However, since...
The NRF5340 net core crashes in sdc_hci_cmd_le_set_adv_enable() if I have CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP set to 0.
To reproduce the issue, do the following...
Hi ,
I am using nrf52833dvk and nrf52832 boards, am working on application that my nrf52833 board do the firmware updation of other board i.e. nrf52832 . first time i did...
We plan to incorporate the nRF9160 into many thousands of our devices, however this leads to a question of procuring SIM cards. We purchased a Thingy91 to test the connectivity...
The iBASIS sim card came with Thingy:91 does not work. Got the replacement card today. However, I cannot finish the nRF cloud reg process. The new error message said
Tenant...
Hello, I am trying to load a sample project in VS Code using the nRF Connect SDK extension.
I try to load a sample project, click on "Create Application", and nothing...
I am trying to use the NRFx Softdevice controller, with Rust and the nRF5340. I have successfully initialized the library, but when I try to start to start advertising the...
Hi! I'm unable to connect my development kit to a network with the provided iBasis SIM card. I'm located in Bristol UK. According to this [ https://ibasis.com/solutions/iot...
To provide feedback to the user through the LED state, I would like the behavior to be something like this:
If the nRF52840 Zigbee device is unpaired and ready for a ZC...
Hi support,
I'm currently having issue trying to program a nrf52833 device using Jlink mini on mac. I have no problem programming the device using a pro Jlink on windows...
Hi,
I'm trying to use examples. The ICM42605 example does not work.
I get the following errors.
There seems to be an error in the code below.
It was tested with...
Hello !
I have found that error free decryption ( MIC error) on fly depends from S1LEN configuration value.
S1LEN have valid range value for each radio mode
2Mbit 1...
I'm getting an occasional NRF_LIBUARTE_ASYNC_EVT_OVERRUN_ERROR, it often takes over 24 hours to reproduce, and the libuarte appears to be generating garbage after the error...
Hello Sirs
I am using NRF5340 chip in my custom board to use the BLE radio and uart hard ware at the same time. The sample code which has been used for this purpose is ...