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...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
Hi there,
I have been testing with the nrf9160 DK for a while now and I cant figure out how to get the device to sleep properly. I have been working with the asset_tracker...
Hi,
I've installed nRF sniffer version 2-0-0-beta on nRF52832 DK and verified it with BLE Beacon example. It works nice.
But when running light-switch example from Mesh...
Hi Nordic Team
We are working on BLE Modules which includes the chip-set nRF51822 and nRF52832.
We have tight form-factor and want to have longer range communication so...
Hi, I have a problem with waking up a device, description as below.
Application description: I made some application which is based on Serial example - all is working fine...
Hi
What is the default PHY when using NRF52832, SDK 14.2 and SD S132 v5.0?
When does a device's PHY get reset to this default value? Is it upon disconnect or is it as...
Hello,
I'm developing Win32 application, where I have to communicate with BLE device from our customer. At the beginning is simple application level authentication (with...
At the moment I am collecting 64 RSSI values into an array and want to calculate the average and variance of them. I have managed to calculate the average by adding up the...
Hi i am trying to debug the ble Uart app for confuguring device as Central. Which function is responsible for BLE Connection. I unable to debug this code with breakpoints...
I'm using a PCA10040 V1.1.1 dev board (nrf52). I programmed it with "Nordic_HRM" example, but modified it to send 20bytes data at 100Hz.
Then, on my PC, I use a PCA10031...
Hi,
I do not want to use the device id as my unique serial number of the nrf52840 chip and would like to generate my own . Where and how can I store this serial number...
I am using nrf51422 device with the SDK 11. I am running the hear rate application ble_app_hrs_pca10028_s130. When I connect to the device (using the nRF Connect app for ios...
Hi. I send 240 byte long messages using ble_nus_c_string_send at the moment.
How come the length field is a uint16_t if the max size is 247 bytes? Is it for future proofing...