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...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
Hey all,
Wondering if we could use an external 65.536KHz LF clock, or thereabouts, instead of the 32.768KHz? We need better resolution for the RTC, but don't want to turn...
hello im from mexico, last week i order 10 NRF24LE1 and arrived the next wake,
but before i have many cuestion about.
someone can tell me that the burner can work?
compiler...
I had a mbed firmware running on a ST Nucleo 64 that periodically query a sensor for data. It only use the I2C, a button interrupt and a LED for heartbeat. I ported it to...
Hi,
I want to know that if the TWI easyDMA in nRF52 can help in achieving this task:
we want to read from TWI each 10msec based on a timer interrupt and write...
Hello:
I have detected a problem with a timer on my program.
I can solve it, but I would like to understand what is happening exactly.
My program starts to scan BLE signal...
I'm writing the client-side code for the Nordic DFU service and according to the spec, the DFU packet characteristic uses Write Without Request. Are there any examples of...
Hi,
I'm trying to implement a HID gamepad on nRF52832. Here is my situation:
nRF is receiving frame over UART from master uC every 15 ms. Frame is being converted and...
I was trying to track down high, approx. 6mA, processor current consumption and I have found high current consumption if the FPU executes a divide by 0. If I comment out the...
When I start the "ble-sniffer_win_1.0.1_1111_Sniffer.exe" program I get this screenshot:
The port was found correctly (COM4) but I see no devices found.
Am I missing...
Which is more lower power consumption,system off mode or system reset (according to nReset/SWDIO pin Lo) when we don't use nRF51822 for a long time ?
Our products have...
Hello,
I have this code
if (NRF_SUCCESS!=nrf_drv_twi_tx(&m_twi,devAddr,®Addr,1,true))
return false;
unsigned int err_code = nrf_drv_twi_tx(&m_twi,devAddr,data...
Hi.
I'm using PCA10028, SDK10.0.0 S130.
I think "ble_app_hrs_rscs_relay" provides Central function and Peripheral function.
So it should be advertising right after running...
My program doesn't use SoftDevice.
In Reference Manual 3.0 page 52: "A HFCLKSTOP task will stop the HFCLK oscillator. However the HFCLKSTOP task can only be sent after...
Hi,
I've looked at the example codes provided by Martin in these two topics for communicating to a MPU6050 through TWI:
1- devzone.nordicsemi.com/.../ (uses SDK 9)
...