Hi everyone,
I’m using a custom board (a tracker) that can travel at speeds up to 65 km/h and transmits data regularly every 200 ms. I expect, therefore, that the inactivity...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hello
In my board I am using an ic as a switch to control the routing of the TX and RX pins of the UART, due to the fact that the nRF9160 does not have more than 4 peripherals...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hi!
I am using SEGGER Embedded Studio for some of the projects. I do utilize C++ in the projects wherever possible and have found that I cannot make the delete operator...
I am working with nRF24LE1 and I use the Gazzell library. But I need a real time base. I have a chance, because I think Gazzell uses that resource. Is there any way I can...
Hello
I am using gazell on the nRF24LE1.
I would like to know some recommendations on how to estimate a consumption on the side of the device based on the times and repetitions...
Hi. I just recently started using nRF24L01+. I am trying to simulate MultiCeiver using 2 mcus and 2 nrfs.
PTX sends a message on all 6 pipes of the PRX. The problems start...
HI,
I look at nRF5 SDK doc about Gazell,see that 'the nrf_gzll_device_tx_info_t contains the num_channel_switches parameter which can be used by application to determine...
Hello
I am quite a beginner and have been trying to get it work for 2 weeks now.
I would like to merge these 2 example codes from nordic:
Shockburst TX example...
Hi everyone,
I want to use MasterEmulator.dll (2.1.13.14) in my own application (C#) for development. Then I realised that line
MasterEmulator mMasterEmulator = new...
I am using nRF52 and Raspberry Pi 3 (with BLE).
In the Raspberry Pi, I am using bluez.
I was attempting to connect with the NORDIC_BLINKY app but the message below was...
Hi, I wonder how to get the Nordic SDK-examples work with VisualGDB.
As I would like to read TWI sensor values a good point to start from are the Nordic examples.
But...
my project is used nrf51822 mcu, it contains SIM, when the mcu is reading SIM data, and at the same, I take out theSIM, and the 51822's pin which is link with SIM is can't...
Hi, Nordic
I use SDK12.1 with nRF52832, I found one issue:
if I do not program bootloader, nRFgo Studio can program app.
First, erase all flash, then program softdevice...
Hi Everone/Nodiac
I had tried so many threads and previous questions but not bale to get my answer so asking after two weeks.
I am willing to send a string from stm32f4...