Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
Hi,
nRF52 SDK Version: 16.0
Example: examples/ble_central_and_peripheral/experimental/ble_app_multirole_lesc
File: main.c
I made two different binaries of this code...
Hi,
My question is about Nrf connect for mobile but I could not find that in the product dropdown list.
I am trying to analyse packets between my mobile phone and...
Hi all,
i am using twi_scanner and twi_sensor as templates to get data from CCS811 Air Quality sensor with PCA10040 and SDK 15.3. But i cannot get the data printed in...
I really don't understand your terminologies. In beacon example you are passing BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED. It is getting scanned in NRF CONNECT...
Hi,
Trying to implement ECDH I struggled creating the random seed. Using Nordic Security Backend and Vanilla Mbedtls on the nRF5340 I get the following errors:
Minimal...
Hi,
I am developing the board to act as Broadcaster and also Observer
I am using SDK_16 with SEGGER EMBEDDED . nRF52
board wants to do Broadcast the signal ( non-connectable...
Figure 7 of the nRF24L01 data says ACK payloads must be loaded in advance to the automatic ACK transmission. I wish to make the ACK data packet dependent on what is received...
Hi:
I noticed, P0.18 P0.19 P0.21 P0.22 P0.23 P1.00,recommended as QSPI.
There is no way to raise the P0.22 pin using this code.
But my own board must use P0.22 as...
I'm been analyzing this code for a while now but can't see how this code actually triggers a switch into the Bootloader mode. There are no references to any resets or the...
Hello
I would like use at least 2PPI channels to control a GPIO.
If PPI CH0&CH1 both setup, then GPIO_CTL just go high.
If PPI CH0 remarked, then GPIO_CTL go low
How...
Hi, 1. What document can guide the macro definition of configuring the nrf9160 project? 2. How do you know that prj.conf has those macro definitions how to configure? 3. A...
Whose idea was it to make creating a new project from scratch so difficult (if not impossible)????
I have created numerous projects using the nRF5x, but have always used...
hello,
I am using SDK16 ble_app_gls example . I set static passkey with adding this code in ble_stack_init function.
When I write password "123456" I can connect on nrf...
Hi
This question is related to sd_ble_gap_keypress_notify() . According to Nordic softdevice S132 v3.0.0 API:-
"This function can only be used when an authentication...
Hi
I am currently working on calculating the AoA. I have 4 nRF52833 DKs and I am using three DKs as transmitters and one as the receiver and the receiver is connected to...