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...
Last Friday, I was able to built the solution for segger but for today it showed an error. It came like this. May I have the solution to troubleshoot this problem as soon...
NRF 52840 SDK 15.x.x
Hi Nordic community, I am able to create my own service and characteristic. But i don't now how to assign a name to my custom service and characteristics...
We need to ensure flash retention for >10 years @ 85C on nRF52840. Currently its datasheet says 10y @ 40C, but this seems to claim that 10y @ 85C is more accurate. While that...
Dear Nordic team,
Regarding Serial Port Emulation over BLE in nRF5_SDK_15.3,
I'd like to know following as:
1. It looks like to replace SPP (Serial Port Profile) of...
When the BLE module is used as a central unit (one unit), when there are several peripheral units (several dozen units) that transmit at intervals of one second, how many...
Hi,
I want to enable watchdog in nRF9160.
I referred code in "C:\nrf9160\ncs\zephyr\tests\drivers\watchdog\wdt_basic_api" and tried enabling watchdog and added the watchdog...
Dears,
What I am trying to implement:
enable MITM and bonding
device IO capability:BLE_GAP_IO_CAPS_DISPLAY_ONLY; (mostly like ble_app_gls with passkey method, but...
Hi, I am currently testing the MQTT Communication with our IoT-Platform.
I am successfully connected to the broker and I am able to receive messages from the subscribed...
Hello
I am using 3 boards , one is client (nrf52840) and other two boards as server(nRF52840).
Using light switch example I want to test relay function, nrf mesh app as...
HI ...
Which one is stable to identify the connected peripheral devices using mac address or connection handle . if it is mac address , then suggest me a way to identify...
My old question
SDK: 12.1.0
SOFTDEVICE: s130
CHIP: nrf51822_xxac 256KB flash, 32KB ram
I have used to store application data in flash using sd_flash_write and erase...
Hi,
I am beginner in nordic development.
Requirement: I need to store logs in internal file system.
Device - nrf52840 DK,
SDK - nRF5_SDK_15.3.0
I understand that...
I have a bunch of nRF52810 kit. I am creating a BLE central device which would dicover and conenct to one or more BLE peripherals. I am using nRF SDK 15.3.0 and it has an...
What I want to accomplish
I want to create a bluetooth mesh application. I want one board to act as a server and 12 or more other boards acting as clients. Each client will...