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 established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hi,
I'm using pca10040 board. For my requirement i'm using FreeRTOS. While creating task we need to set stack size for each task.
For that i created only one task with...
Hello,
i would like to scan for a custom UUID Ventor. And when the BLE Central found this BLE Client.
I will Change one Output pin from low to high.
I start with the...
hi,
after connecting to peripheral device. app_timer_cnt_get() function always gives 0. why it is so. i am not able to understand it.
can anyone help me to get the current...
Hi all,
Can I do something like this:
The SPI master sets CSN line low.
The SPI master sends multiple packets. And the total number of bytes exceeds the...
I want to transfer data collected in my nrf52DK to nRF51 dongle at regular intervals. Right now I can use master control panel in PC to receive the data. Is there any way...
I am using the bootloader from github here to upload DFU over-the-air using an android phone. It works fine for bootloader and application uploads. But if I upload the softdevice...
I'm looking for a radio module for a harsh environment (steelworks furnace)
The module has to work at high temperature 80°C and must transmit 16bytes every second at a distance...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi. I'm using PCA10028, SDK10.0.0, S130.
Recently I'm testing SYSTEMOFF mode.
Unfortunatly My board is not operate now.
KEIL can't connect PCA10028 baord any more.
Here...
i use a ppi channel 0 to connect timer2 and adc,when timer2 compare event happen,the adc task start begin.then,in the adc interrupt handler,i read the adc result into the...
It seems that many people use GCC toolchain (with "high" setup effort) for utilizing SDK in C++ development.
It should however be possible also on Keil with less setup effort...
I am currently using version 'NRF D 8001 1429SH' as printed on the nrf8001 IC
I have already managed to successfully bond with an android phone and completed the ReadDynamicData...
I am trying to migrate from using an earlier chip, the 8001 over to nrf52832 because we want to utilize new ble 4.1 features. The issue is we have another micro that was a...
Hello, i did not find any solves and i want to ask you are , how can i change my data in advert packet? I tried to do it from TIMER interrupt without advert time out and with...
I've been trying to import this NRF51 Eclipse project for a few days now, but no success.
github.com/.../HomeKit
I've tried to closely follow the steps outlined in this...