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 !
I'm using an nRF52 on PCA10040 board and nRF5_SDK_11.0.0_89a8197. I want to run the peripheral ble_app_template with SEGGER Embedded Studio v2.20. I correctly set...
In an effort to try and determine why FreeRTOS tickles idle is consuming more current than tick mode with an idle task, see this post devzone.nordicsemi.com/.../ , I noticed...
Hi, i am designing a board using nrf51822 and planning to use a MOSFET for reverse battery protection instead of a schottky diode or a normal diode. I am new to this and learning...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I'm developing a nRF52 application that exploits two ADC channels in single ended configuration.
VDD is 3.0V.
For the signal conditioning I've chosen a driving Op...
I've been trying to get my head around using a BLE central and making connections so I've loaded up the multi-central example to figure out just how everything works. I turned...
Hi everybody!
I am working with ANCS (nrf51822 SDK 9.0) I am confusing on setting the connection parameters which are MIN an MAX connection interval.
Firstly, I set...
Hello,
I have some characteristics on my device that are containing some configuration data.
Every single variable is a global variable.
The values can also be changed...
I am using the nRF51822 bluetooth low energy smart beacon kit and am running into trouble using the GPIOs available on the board (pins 0, 1, 2, 3, 5, 9, 11, 20, 21, 24). For...
Hello Everyone,
I am trying to monitor my battery voltage on the analog pin (ADC) so inorder to do that i am going to use the voltage divider circuit to calcualte the R1...
Hi,
We are working on a smart lock project with nrf51822 third party module with an antenna on pcb.
We are trying to cover 50 cm range at -20 dbm. But even at -30 dbm...
I have created a library for HD44780 Hitachi LCD, and I can transmit data to the LCD through an IO Expander without any problem over TWI lines. Right now I am not using any...
Hi,
I'm learing how to use the NRF51 DK and I'm trying to modify the app GPIOTE example including the uart functionality.
I insert in GPIOTE the directive:
#include ...
Hello,
I try to add battery service in ble_app_uart , but it has some problem.
The Problem is that I can see the Battery service on the phone , but it doesn't change...