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...
nRF52832, SDK15.0.0, S132
Hello.
I want to go into system on sleep and not wake up until I press the button.
But I'm using timer 1, so it seems to continue wakeup. ...
Hi ,
I am using nRF52832 soc and I am using segger embedded studio 3.34 (windows 10) and SDK 15.2
I have a doubt
1. Is BLE_central can able to scan and display the MAC...
Hi ,
Im trying to merge uart_app_ble and adafruit_tag_reader .
i have added all files but still im finding some errors like this.
have anyone came across this?
Hello,
I am developing a project based on combining two example projects;
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\ spi
and
\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral...
Looking at the instructions to add Zigbee to a SDK example here , I am instructed to define FDS_VIRTUAL_PAGES_RESERVED to 0x30 to reserve some flash for Zigbee persistent...
Hi,
I use SDK 15.2 and nRF52832 PCA10040 EVB to develop.
The SoftDevices version is s132_nrf52_6.1.0_softdevice.hex.
I use ble_app_hrs_freertos sample code on IAR. ...
I used nRF52832 , SDK 15.0 ,S132,FreeRTOS 10(From "ble_app_hrs_freertos")。
My work needs to be realized three functions:
(1) From "ble_uart_c" method receive another BLE...
Sometimes fds_record_find returns wrong record, but most of the time it returns the correct record.
Our subroutine called uint32_t ble_gls_db_record_get(uint16_t rec_ndx...
I was trying the nRF Connect SDK but I encountered an error laoding sample program.
I'm following "Getting Started Assistant" instruction.
Python version is 3.7.2
...
Hello Nordic,
As the subject states, why are these two modules still experimental? From what I can see, they were introduced as early as SDK 10.0.0 which was at least 3...
Hello,
for our device we have an input PIN defined with GPIOTE, we expect an event when this input PIN goes from High to Low (interrupt is set by another device on the...
We're using the nRF52832 and want to trap if various parts of RAM are ever executed. We'd like to restrict as much as possible. We run nRF SDK 14.0.0 and SD132v5.
Seeing...
Hi,
I want to migrate BLE HRS peripheral sample to custom board with Raytac's MDBT42-512KV2 (WLCSP nrf52832 used). The board doesn't have external XTAL.
In sdk_config...
I have a problem with understanding reference layout for the chip antenna I want to use in my project. The antenna is ANT016008LCS2442MA2 from TDK.
Based on the schematic...
In my application, I'm setting a message as manufacturer's data to be sent with the advertising message. To do that is simple, since I have a data type ble_advdata_t , and...