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 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...
Hi,
I am using nrf52832AA, SDK15.0, SD s131.
In some cases, an NRF_DRV_TWI_EVT_ADDRESS_NACK event occurs during I2C communication with the IQS263 sensor.
It would be...
Hello,
We have a custom board using the Rigado BMD340. I have uploaded the usbd_cdc_acm example code onto it. Everytime I plug in the USB, my computer fails to recognize...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
in my application i have to read the ADC (single channel) each 30us within 3 ms. And there must be no interruptions in this period of time. Then i can let radio up to 3ms...
Hello, I am receiving the error below when trying to build an application using the command:
C:\Nordic\ncs\nrf\applications\asset_tracker\build>cmake -GNinja -DBOARD=nrf9160_pca10090...
hi, I have nRF9160 SIP based custom boards.
I received GPS firmware from FAE.
We have our bias and antenna can be connected to our custom boards but can't connected to...
Hi, I am trying to add numeric comparison function to the project nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\app_ble_uart\pca10028\s130. in the project, there is no support...
Hi
I am working on ble_app_cli to acieve my requirements.
I want to whitelist device based on recieved scan request report before making connection with the central. ...
Hi everyone,
I'm working on the nRF52810 to let it comminucate with an ESP32.
The ESP32 is a client so I run a server on the nRF52810.
First the client starts scanning...
I am using the radio in the nRF52832 to support a custom protocol. I would like to send two packets in a row, each with different payloads, on the same frequency. When can...
Hi all,
I'm working on the example "multiprotocal" and trying to replace the system initialization from the example "ble_app_uart" by using SDK15.2
and after modified...
Hi,
I am using SDK15.2 to develop my project.
When I execute "app_timer_start" function (At line 115 of main.c), the system will crash.
Please reference the attach file...