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...
Hello everyone,
I'm having trouble with nrfutil (python version from github.com/.../pc-nrfutil) . Here is the command line I use:
$ nrfutil dfu genpkg --application...
Hello, I use nrf51822 for my project. I have to collect data via BLE nus from phone, and then some time I need use a GPIO to simulate 7816 protocol, in that time I need 1...
Hi All,
I need to design mesh network using nrf51822, i referred so many posts in forum, i am thinking Mesh network not yet implemented!!!!!!!!!!!!! (i am not sure). If...
NFC samples in latest SDK 11 are working well when using Keil IDE. But there is no correct functionality with IAR. Samples compile well, code can be flashed and runs. But...
Hi
I want to calculate the estimated current consumption referring to nordic documentation .. In fact i can't pick how much time each stage ( A, B, C, ...) dures.
Any...
Hi,
Please share nRF51822 observer mode power consumption profile plot to get complete power consumption during only receiving mode.
See below plot for advertising mode...
Hi.
I'm little baffled by the example. Out of box it doens't add the alert notification service to gatt service list in advertising init. Nor I cannot see it with nordic...
As i recently wanted to have a timer as a class member and a naive
class Foo {
APP_TIMER_DEF(my_timer);
};
did not work I started to look into the source code....
Hi,
I'm trying to configure the SPI by using the nrf_drv_spi. the problem that I'm facing is the configuration of the "spi_config.SPI_CPHA = SPI_CONFIG_CPHA_Leading" which...
Hi!
We are using ble_radio_notification for changing the advertisement data after every advertisement.
The problem is that it doesn't work, the device freezes when trying...
I have designed a custom PCB with Nrf52 for an ECG wearable sensor application and is trying to optimise the power consumption of the device. The application is to collect...
Hi.
I'm currently trying to scan beacons with timeslot example.
However, I found that there're more than 20% of loss while scanning beacons broadcast.
I think that...