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...
Are there example scripts to take readings or communicate with other devices over serial? Like, if I attach a temperature sensor, distance sensor, etc, I want to read from...
Hi there
I was going through the errata sheet and discovered the PAN #88.
It states that the current consumption is increased when entering System ON Idle within 125us...
If I just comment-out battery_measurement_init() in main():
Advertising does not start, I see nothing on the UART CLI, and the RTT log just shows:
With battery_measurement_init...
All examples shipped with the SDK have the same compile problem
components\libraries\util\app_error_handler_keil.c(47): error: A1198E: Unknown operand
The offending line...
Hi to all,
i had developed an app for PCA10056 and now i want port it on PCA10059, there is any guide or white paper that indicate how can i done that??
i read in the...
I've just started evaluating the nRF52840 DK and running into an issue when attempting to run any of the multiprotocol ble_thread examples.
I've downloaded the "nRF5 SDK...
Hi
I'm using the NFCT peripheral of the nRF52832 Rev. 1.
What is the intention of the LOCKDETECT field in the FIELDPRESENT register? I don't understand the description...
I can't connect to my nRF528540-DK anymore after I connected an external power supply and switched SW10 to off. the external power supply is 5V. my DK doesn't show up in device...
Hi
I open the SAADC to get the battery after initial the SAADC, using nrf_drv_saadc_sample_convert to get the ADC data . After nRF52832 is initialed, it enter power_manage...
Hello I'm using a nRF52810. Now i'm trying to add an PCB antenna to my Altium sheet i Wrote in another Reply that i could use the one from your USB Dongle but i don't find...
Hi there,
I need realtime data monitor, but the power consumption is too large when BLE sending data continusly. So I wanna know wheather NRF52832 support package the...
Hi,
I am not yet familiar with NFC.I s it possible to read battery data from the NFC tag of the nRF52 to another device (for example a smartphone). I want to write simple...
Hello,
I am in the process of designing a new custom board with the nRF52832. Apologies for the silly question, but swimming in the documentation at the moment, and I need...
HI, we want to develop DFU over NBIoT network (UDP), and we would like some advice on how to implement that. We are using nRF52832.
Looking at your SDK examples for BLE...