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...
I'm trying to get a time stamp using app_timer_cnt_get(&ticks), but the ticks always equals 0. And I have called APP_TIMER_INIT() to init the app timer. I have no idea why...
Hi everyone, I have been given a nRF51-DK board and I should use it to send data retreived from a sensor to it through Arduino, to finally receive it in my cell phone. I am...
Hello everyone,
I'm brand-new here. I have developed quite a bit of software on desktop PC's, but this is my first experience with embedded programming. A few weeks ago...
Hi Team,
So I downloaded the new nRF Connect for OSX. I inserted my PCA10031 nRF51 dongle into my USB port and the relevant lights lit up. However nRF Connect does not...
I am quite new to embedded firmware development and definitely just two days old into Nordic nRF52 development.
I want to just setup a 25% duty cycle clock output on GPIO...
Hi,
I have a very sophisticated program on nRF51822 with SD120 which uses SPIS (as an RX for another board) and UART. I used "spi_slave_example" as a base program.
I am...
Hi, in the (not great) mBed PWM driver, when setting up GPIOTE to toggle the output pin they do this:
/** @brief Function for initializing the GPIO Tasks/Events peripheral...
Hi,
I have a application that needs to advertise only for 120 seconds and on change in values of accelerometer , it needs to start advertise again.
presently i have a...
Hi,
I've been using these parts for a few years (the 51) and recently did some work getting the boot loader to be joined together with the application into a single burnable...
Hi,
I wish to exchange the sensor form mma7660 to hmc5883l, so I simply replace it with my own function just like mma7660 did.
Those function are
define HMC5883L_ADDR...
Dear All.
As I know, nRF52 support PDM mic. So, I'll make recording sound with nRF52.
But, I do not find PDM example on SDK 11.
Please notice me, where is the PDM mic...
We are using the NRF51822qfaag0 ic and softdevice 7.3 with sdk 6 . We are able to do dfu using the android device with nrftool box apk. But we have to do dfu from windows...
Hi There
I am working on NRF9E5-EVKIT-868/915, suddenly I faced a problem where it stop running any burned program. It is successfully programmed and verified but nothing...
Hi,
I would like the nRF52 control an antenna switch IC whose interface is MIPI RFFE compliant.
The nRF52 is the master of the bus.
I've been told the MIPI RFFE is...
Many of the example applications from Nordic use the "Connection Parameters Module" from the BLE SDK. There appears to be some documentation of the API in the "Connection...