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...
Introduction
I use fStorage to write some data to flash and I read the data by following procedure:
uint32_t Read32(uint32_t address) { return *(mpFlashConfig->p_start_addr...
Hi i have problem i can flash via st-link but when i want program nrf52832 via bluetooth(smartphone). i create zip with bootloader, softdevice and app and that zip send to...
Affects nRF5 SDK v13.0.0 - v15.0.0
I noticed a minor bug in peer_manager.c, lines 972-975 (v15.0.0). Looks like an opening brace is on an incorrect line, see line 5 in...
I'd like to share a SPI bus between the nRF52840 and another IC. The chips are on different load switches, though, and I'd need to communicate over the SPI bus with my other...
Hi!
I'm New to BLE Mesh and i would like to implement Text Data Transfer and receive to multiple BLE's using Bluetooth Mesh on nRF52832, Can anyone suggest me how to get...
hi:
I am now using nrf52832 development bracelet, I have nRF52 DK and nRF6707,Using the latest version of PPK software testing,I am now ready to use PPK to test the power...
Hi Guys,
I'm doing the RF test based on nRF24le1, could you share any good antenna sample for this chip?
i found a TI 2.4g antenna design http://www.ti.com/lit/an/swra117d...
SEGGER EMBEDDED __align(4) have error info.I can use __align(4) normally, but there is a error information in SEGGER embedded
this error is "expected declaration specifiers...
Hi Nordic Devzone,
I'm working with nrf52-PDK and Mesh SDK, I wanted to know that if it is possible to send and receive some data at the same time?
And if I can do that...
I have made a custom board by following the reference design given in the nordic website using 2450BM14E0003 Balun and 2450AT18B100E chip antenna from Johannson technology...
HI,
My application is based on on your example ble_perepherical/ble_app_uart.
I realised few modification.
Now, after a BLE timeout, the circuit doesn't sleep anymore...
I am requesting timeslots with an interval of multiple seconds. But sometimes I want to switch to an interval of several milliseconds. How can I cancel the pending timeslot...
Using some of our nRF51 dongles as sniffers to debug BLE.
Sniffer software --> "w" --> Wireshark, no problems.
Post processing wireshark export *.csv files. No problems...
Hi.
Is there some code example for Bluetooth button for PTT aplication Zello ?
When I press a button BLE should send notify event =1, when released BLE send notify event...