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...
Platform: nRF5340-DK
Tools: I am using SDK 1.5.0 (but seen on earlier SDKs too)
Configuration: Using high speed spi pins whether for SPI1 or SPI4
If I use SPI1 I see...
Hey guys i wanted to ask you for help on IOS BLE i am currently seeing that nRF Connect seems to work fine over BLE Connection with some devices on Android and as far as i...
Hi,
I'm using NRF52840 in order to connect to a mobile app via BLE.
When connection to IOS, I have an event called BLE_GAP_EVT_PHY_UPDATE_REQUEST.
This event handle...
Hi,
Greetings!
We are exploring nRF9160 SIP DK and Thingy91.
Here we have understood that it has GPA and LTE-M.
We wish to use it for India region in moving objects...
We are using the advanced UARTE library to get advantage of EasyDMA to receive data from a LTE module.
We also implemented hardware flow control. THe problem is that the...
Hi fellow devs:) I'd really appreciate some advice on this please. I've come to a bit of a dead-end. Hopefully you can spot a mistake I've made. I am trying to produce a low...
Hi,
-I have a custom board using nrf 52832 and I have interfaced sensor using an SPI interface. -I am using SDK 15.2.0 and SPI driver. -I am collecting raw data and send...
Hi, When I test the SPI with extern flash W25Q64, The SDK default configuration seems to be too low powe, After SPI initialization is complete, The GPIO drive is configured...
Hello All ,
I want to use nRF 52810 Bluetooth feature in one of my application. The application is supposed to be highly power optimized. Sharing below some details about...
I am currently working on an application running on the nRF52 DK which will use some inputs and output to interface with the environment. Its a BLE application and those inputs...
Hello,
While I was testing the codes, I just got a few errors and I am confused as to why it's happening. The questions are:
1) Sometimes, I get pm_conn_secure error code...
Hi Nordic Team,
In my project the function sd_softdevice_enable does not return in one specific case:
I call nrf_sdh_enable_request() before init of the ble stack. When...
I'm having an issue getting the SLM example to compile with UART2.
Steps to reproduce:
Configure project with UART2
See error pop-up
Compile anyways
See Undefined...
Hello, I am a beginner to start developing with your nRF52810 chip.
In the near future, I would like to implement Bluetooth long range communication with this chip.
...