I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
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...