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...
Hi,
Everyone,
I am Using S130 and sdk 11.0.0.2-alpha with nRF51422 chip.
I have two crystal in my custom pcb,
one is 32 Khz crystal for LFCLK between XL1 and XL2 (pin...
My application is using the FIFO UART module to communicate with another MCU. It is also running softdevice S132 v2.0.0.
While most of the time everything runs smoothly...
Hi
Are there any major OSes/stacks (e.g. Linux, Android, iOS) that provide support for the L2CAP feature so that we can test our Nordic device against?
Thanks
Hi,
I would like to know what is wrong with my code, which is presened below. Each time the timer is triggered I would like that the program writes four bytes into the...
I have a project that requires a bluetooth central to be used to gather data from a HRM service, which shouldn't be too much of an issue. However, it also has to store this...
I have searched here for an answer to this, but cannot find exactly what I am looking for. I am trying to put my Rev3 51822 to sleep and wakeup via GPIO. When I enable GPIO...
Whats the best way to secure my advertising packets such that others cannot make sense out of it?
Do we encrypt the packet data so that it is gibberish, random and not...
Hi!
We're running a S130 Stack to act as both Peripheral & Central at the same time. Everything is working fine but i i'm not quite sure about best approach for handling...
Hey ,
My application stores the data on BLE disconnect to pstorage succesfully.
But on reset if i try to read the data from pstorage it stops advertising, but the pstorage_load...
Hi,
I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0.
I am able to doing dfu of softdevice and bootloader individually but when i try dfu for combined (SD + BL) then...
I can't find nrf.exe in C:\Program Files (x86)\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf
I only find nrfutil.exe in that folder.
Shall I use nrfutil.exe...
Softdevices have several separate version number systems:
a) the human-readable release version - used for hex file naming.
e.g. s110_nrf51_8.0.0, s120_nrf51_2.0.0
b...
Hi! I use a smart beacon kit (rev 1.0.0) and I would like to know how long the cpu is blocked during the data transmission/reception. I set the connection interval to 10ms...