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...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello, i have a Nordic Nrf51822 ,PCA10001 V2.0.0 EVkit. I am desperately trying to run a beacon code in my EvKit. Since the PCA10001 V2.2.0 is old version ,it only supports...
Hi, i try to understand how to use power down modes. But i have a problem in the example ( nRF24LE1 REGISTER RETENTION TIMER ON ).
while(1)
{
// Register retention mode...
Hello,
I've created own characteristic and send it from proprietary board acting as peripheral to the Client in form of notifications. I use sd_ble_gatts_hvx() function...
Does anyone know of a good tool(s) for prototyping proprietary services and characteristics for App development? Our App dev team is ahaead of our firmware team and they want...
Hi,
I'd like to know how tp estimate of the best "timing accuracy" I could expect to achieve between an iOS device and a peripheral device. The objective is to make a specific...
Hi,
In my application I want to communicate nRF24L01+ with nRF51822 with dynamic length. Some settings are:
In nRF24L01+ side (reference: devzone.nordicsemi.com/.../)...
Hi,
Now I use these fun in ANT SD210 like below:
void MyFlashWrite(ble_ant_csc_t* cscdata)
{
uint32_t addr;
uint32_t patwr[3];
uint32_t pg_size;
uint32_t pg_num;...
what information does the nrfjprog.exe write to UICR(User Information Configuration Registers) register??
==========Tutorial of Flashing dfu bootloader to the nRF51 DK...
I want to use the ble sniffer to capture two peripherals connected to the master control panel.
with the ble sniffer I can only select one peripheral for capturing packets...
Hey there, I've posted this issue on the tutorial website and I came across a post stating that posting here will get me a quicker response. Here's my problem, when I tried...
In my application need to nrf8001 connect(bond) to e phone in a specific duration (for example 1 hours )and then disconnect and in one hour later bond again. In this duration...
Hi,
I am developing a Heart Rate application.
I need to ensure that i am flashing correct softdevice file through my application.
How can i do that?
Regards,
Sum...
Hi,all
i study DFU step by step according this link devzone.nordicsemi.com/.../a00076.html,but failed at step 8.my peripheral advertising as Nordic_HRM not dfuTag.
Can someone...
hi,
I used previously nrfjprog version 5 to program SD+APP+BL with --dfu flag and I can perform OTA DFU.
Now with version 7 there is no --dfu flag anymore and if I try...