Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Would like to capture the HCI flow through rpmsg (Rx and TX) using the btmon tool between application and network core. could not successfully do it.
Procedure:
1. Build...
As mentioned in the DK board User guide nRF52840_DK board is preprogrammed, so, till now we didn't flash the DK board.
I tested the nRF52840_DK board using J2 USB connector...
Hello, with the new version of the nrf5340 version D in the NET CPU RTC0 stops to work and the RTC0 IRQ is not called
now for example the counter is stopped at 87 and the...
Hi,
My problem is that I can't sniff any advertising packet using Wireshark.
I have well followed the detailed procedure https://infocenter.nordicsemi.com/index.jsp...
BLE app uart code write to the BMD 350 device. BLE is disconnected.
If any reasons?
How to configure the TX and RX pins ? when i change the pins, fatal error will come...
Is clearing the NRF_UART_EVENT_RXDRDY really sufficient before exiting the IRQ handler? Since Cortex M4 is used, there's no need to clear the pending register (to avoid the...
Hi, Could you pls check, is it ok if these logs happened?
No firmware defined for selected device Please make sure the device has been programmed with a supported firmware...
Hello
I would like to modify the example "ble_thread_dyn_mtd_coap_cli_nfc" to use Just Works pairing instead of OOB with NFC.
To do this, I modified this in sdk_config...
Hi,
I worked few years ago on a project with the configuration below :
nRF Mesh SDK V1.0.1
nRF52832
I used the light switch example where the client and the provisioner...
Hi, I have built a project upon the aws_iot-example. There are three shadow-topics that the device may publish to (/update, /get and /delete). To me it seems there is no possibility...
So I'm trying to get to grips with the ble_app_blinky example from nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky
To start with I grabbed the hex file ble_app_blinky_pca10059_s140...
Hi, 1. In ncs v1.5.0 nRF5340 I need to drive a spi peripheral w25q128 2. How do I generate this file?
3. Where can I find the syntax rules that generated this file? 4. Can...
Would like to capture the HCI flow through rpmsg (Rx and TX) using the btmon tool between application and network core. could not successfully do it.
Procedure:
1. Build...