I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
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...
Hi,
I have a custom board with nrf52840 with UARTE1 instance enabled for RS485 communication.
I have 2 boards on the same configuration and trying to send data to each...