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...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
I am working on a product based on the nRF52832 (using the Rigado BMD-300 module) which is basically a data logger with a BLE connection for offload. I am running FreeRTOS...
Hello,
We have a custom board based on nRF52832.
there is 1 LED on P0.29:
#define LED_1 29
First I initialize the GPIO:
nrf_gpio_cfg_output(LED_1); // this lights...
When I complie this SDK using keil5, I got this error "Error #544: Required Software Pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0' is not installed'" How can I get...
red-contrib-nordic-thingy
Always getting "no thingy found" error from node-red in ubuntu. But i am able to use gatttool and able to get notifications from thingy on button...
I've noticed following line in SDK14.1 release notes:
`
Fixed a bug where nrf_log could crash when heavily loaded.
`
I'm using SDK13.1 in my current project...
I've recently jumped to nrf5 sdk v15.0 from v12.3 and met a problem in setting up a custom ble service. Actually the service itself is visible via nrfConnect andorid app,...
Hi,
How can I know the value of the interval and scan window for an nRF51 dongle? Is there any way to change these values? W hat is the valid range for both parameters ...
Dear Nordic Team,
Thanks for supporting.
Currently i am work with secure DFU as per this link: https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics...
Hi guys:
I was confused with the problem of "re-pair".
The condition is my device can only bond one phone (I was set the DEVICE_MANAGER_MAX_BONDS to 1).
Then I successful...
HI, I have nrf52832 and I am using latest SDK 14.2.0. I am using FDS and the problem is that before setting up BLE fds_record_write works fine but after setting up BLE all...
Hi there..
I've recently jumped back on development of a board I had made a while ago but have forgotten everything and am starting from scratch as computer was reformatted...
Hi,
I am trying to use nRF52840 boards but I am not able to write on them using JLinkExe nor nrfjprog. However, when drag-and-drop-ing a built example application, it works...
I want to use the radio interrupt to receive data, but I only entered the interrupt once at initialization, and I can't enter the interrupt again. But use the commented out...
Hi,
I'd like to know: when using Buttonless Secure DFU Service without bonds, wich is the proper way to prevent a central device to s et a new advertisement name for the...
Hello,
I've got some trouble using Nordic Uart Services,
I am using ble_app_uart example and after connection receiving bulk data from mobile app & sending it on UART...