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...
Is race condition possible when stopping advertising?
I need to disable BLE for some time to perform critical tasks. I need to stop advertising and be disconnected.
Let...
Hi Nordic team
As the title mention, I would like to program the DTM and radio test mode on thingy.
Did thingy support it?
Can I flash both program in thingy and switch...
Hi.
I scan devices with sd_ble_gap_scan_start command and on start it consumes around 6mA.
here are my parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan...
Hi,
For some reason when i do "project -> clean target" Keil deletes the softdevice Hex file in addition to the project compiled files.
Is that the normal behavior?...
I'm interested in operating the radio off of 32 MHz to avoid multiples of 128MHz. One options being considered is utilizing an external crystal of a slightly different frequency...
I'm developing a Multi-Role device using an STM32F3 and NRF52832 with Serialization. I'm currently trying to add Just Works encryption to the Peripheral of my device (that...
Hi
For some reason I get stuck in the softdevice. I manage to capture the sequence of the addresses
J-Link>s 0001B028: DB 68 LDR R3, [R3, #+0x0C] J-Link>s 0001B02A: 18...
Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle. Thank you.
I am using the version of [nRF5_SDK_15...
I know that there is a similar question here but the problem that the question is pointing on is not solved. Even in one of the answers is mentioned:
Now I found that...
When I run the example "ble_app_hrs_rscs_relay_pca10056_s140" on the development kit while debugging, then the SVC call for enabling the softdevice will stop at Address x8C4...
Hi! I want to implement at BLE switch(PTM215B) to a nRF52 DK, The switch sends advertise messages with switch status data. So i want to create a simple central that scans...
nrf52832 code always block at nrf_spi_event_check, my application include a app timer 200s period, after timeout, drive spi to get a RF sensor for sending some data, and also...