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...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
In the On Off Client Model in the nRF5 SDK for Mesh 15.0.0 (nRF5-SDK-for-Mesh/models/simple_on_off/src/simple_on_off_client.c) there is a check in the client callback handler...
I try to build and test my first time SES setup on Mac for further development on an existing nRF51 project and future nRF52 project.
I use SES for Nordic V4.14 and SDK...
Hi Nordic
I am looking at legacy code in nRF24LE1 that has to be ported to a new chip, nRF52xx.
The thing that I have come across is a strange thing in the datasheet...
Hi Nordics, I wonder is there any specification on IOT. I have seen the source code on IOT at nRF5_SDK_15.3.0_59ac345\examples\iot\tcp. But I don't know how to use it. So...
Hi all,
i am using:
- nrf52832 DK (IC revision 1 -> QFAAB0)
- nrf5 sdk for mesh v 3.1.0
- nrf mesh app v. 1.2.1 running on android 5.1/ second phone android v. 8.1...
On a NRF52832 based beacon I use to sensors, a SHT3 temperature and humidity sensor and a KX022 accelerometer.
I'm using the twi_manager library as it is used in the example...
I've made an application based on the SDK 15.3.0 ' Console over Bluetooth ' example:
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/ble_sdk_app_cli ...
Hi, I understand that the Decawave UWB modules have nrf52832 Chip in them. But we are facing BLE issues (it gets disconnected and connects). We are using a Panasonic Tab containing...
I have nRF51822 AA with SDK 12.3.0 and SEGGER SES 3.10f. I was able to run and experiment with ble_app_beacon example, fixing known SES troubles, mainly with memory sections...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
If a peripheral and central is getting further and further, finally they...
Hi ,
my chip is: nrf52832
my SDK is: nRF5_SDK_15.2.0_9412b96
I'd like to know how to update the value of UUID when user press the "download" button ( the down arrow...
Hello all
when trying to prepare a DFU package, I managed to make it several times before, but now I am getting this strange error:
PS C:\Project\Nordic\ble-rd\firmware...
SDK version 15.2.0 (latest at the moment of writing). I am having trouble reading from UART in > 1 byte chunks where exact length is not known upfront.
The problem is, UART...
Hi everyone !
I'm working with an example code for the nRF52840.
I added some c files and changed from UART to SPI.
Until this point everything was able to compile and...