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...
I am trying to create my first Freestanding Application under NRF Connect, I have SDK version 1.8.0. As soon as I click on "Create Application" I got the error message " Application...
Hi,
I am looking for the sample code of Class B type LoRaWAN end node for Zephyr platform. I am using ncs 1.8.0. I am able to find sample for Class A end node at v1.8...
Hi All,
I recently got hold of some new iBasis Sims and I know that sim card numbers vary from 18-20 digits, where the last 2 digits are the CRC and an extra byte. Where...
Trying to build the OpenThread sample programs (coap_server and coap_client) and am running into some problems that I hope someone might recognize as an easy fix.
In the...
Hello all, This is my first project using Nordic chips and my first project using BT. A lot of firsts :)
I have made a custom board using nRF52820 chip. The board is 4 layer...
To the kind attention of Nordic support team,
I'm introducing dtm files to the project we are working on (fully developed using latest sdk17). We use in this project gzll_nrf52810_sd_resources_gcc...
Hello,
I want to integrate the LwM2M Carrier library for our firmware as we will be certifying our product from Verizon operator.
So, I am able to run the sample code...
I'd like to ask if I request to update the connection parameters via "sd_ble_gap_conn_param_update" and the center for any reason reject the connection parameter.
How can...
We are using the Nordic iOS and Android DFU libraries to perform firmware updates of a nRF52840.
When I attempt to use nrfutil pkg generate to create a DFU package that...
I would like to set memory retention for system off with memory address and size of some retained struct. System off example has this for NRF52, but I'm not able to find clear...
I have an application with LESC. When I compile it for the 52840 I get the following RAM/Flash sizes with Oberon vs CC310:
CC310
Oberon
Flash
119820
...
Hello I am developing peripheral device with nRF52832. If you implement your own service and try to enable characteristic notify with nRFconnect, the following error notification...
Hello,
In my project i am currently creating a sub-module to read the battery voltage and convert that into percentage based on the ADC value read. I have refereed the guide...
Hello, Is it possible to add the remote provisioning functionality with the interactive PyAci serial library? We are developing a desktop application to do configuration and...
Hello.
It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I'm trying to characteristically add BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME and...