hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
I have finished developing an application, utilizing the nRF 9151 DK, and I am now working on transferring the firmware to a custom board and testing it. However, when creating...
I was able to complie many of the nrfx/samples under SDK v2.5.0 using VS Code IDE but cannot successfully compile any under SDK v3.0.0 .
The [Building and running]: <.....
I wanted to know if this program starts sending advertisements using the Coded PHY OR if it starts advertising in the normal advertising channels using the normal 1Meg output...
Hello,
I am using the nPM PowerUp application with the npm1300 Evaluation kit. I am trying to configure the bucks (1 and 2) to be on/off controlled by one of the buttons...
Hi,
I have a question about creating a custom board. I am following the tutorial here: youtube
I am trying to make a custom board for nRF54L15 using the board wizard ...
Hello everyone
I created a custom board with reference to thingy:91 for the antenna part. The board is 50x50 mm in size.
I tested the board and there are no problems...
Hello Nordic,
We have recently purchased an nRF52840 Dongle. We were able to sniff the BLE packets over the air. So it is found that all the packets that we are able to...
How to reproduce:
Generate a production config (content doesn´t care because the error still exists after changing the content) and build / flash it:
nrfutil nrf5sdk-tools...
We have our firmware developed with ncs2.7.0 and everything works as expected. However, with a recent effort of moving to ncs2.9.1, the same project can be built but during...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Hello, I had an idea a while ago and would now like to ask a few questions. I have ceiling lights that come with their own 'smart' driver. The driver communicates via Bluetooth...
Hi Nordic Team,
am I currently evaluating the nrf5340 development kit for our new product revision and fail to get a power efficient shell besides rtt logigng.
Concrete...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Greetings,
we developed a custom board with a NRF9160 last year to be used with NB-IoT (LTE-M as Fallback) to communicate over HTTPS with our Servers. Now this worked quite...