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...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi , i have implemented a event to flash handler with NRF_SDH_SOC_OBSERVER and it work . But I need to know which operation is related to the event , Es: void FlashEvent_Handler...
I am trying to open HTTPS client project from \v1.2.0\nrf\samples\nrf9160\https_client i am facing below error.
I tried opening different project still i am getting same...
Hi,
I followed this thread ( Link ) to implement a simple message model on the light switch example from nRF SDK for Mesh v1.0.1. I created a "send_simple_message" function...
Hi,
Our custom NRF52840 device uses a cellular modem. We communicate with this modem using AT commands.
We will also be hooking up our devices to a custom server that...
Hello,
I have recently purchased an nrf9160-DK for a project I'm working on here in the UK. Having fired it up and realised that the iBasis coverage is minimal where can...
I'm starting to try to figure out a secure OTA process using the 9160 and tools that Nordic has provided in the SDK and I am confused by one thing I'm encountering.
What...
Hi.
I want to test my iBasis SIM card for NB-IoT with nRF9160DK. So, I tested with the "AT_client" example. I have followed "Getting Start with nRF8160 DK" instruction and...
Hi, I am trying to run ble example - uart in segger embedded studio. I am using 11.0 sdk. I have imported keil project into segger embedded studio. I have the error stating...
Hi devzone,
I'm using translation.
I use nRF52840. I created a firmware like the attached one based on the SDK15.3\examples\peripheral\bie_peripheral\ble_app_blinky. ...
Hi all,
I have a custom board with LED on PIN 11 of nRF52832, and I am using SWD P20 configuration to program my board through nrf52 DK PCA10040. Apparently, nRFgo Studio...
Hi
this is not a question - I'd like to give feedback about the peripheral example usbd_hid_generic.
I'm new to 52840 and new to USB. As learning lesson I tried to build...
Hi All
I am now developing BLE application on nRF52840 DK. I have a question about BLE retransmission process.
When master sends a packet to initiate a connection event...
Hello All,
When I was testing our ble keyboard, there was a problem with the Lenovo tablet connection pairing binding. Please help me, thank you!
1. Ble keyboard is based...
Hi,
I need to send data from a CSV file on the nordic board(Via fatfs library). I have presently gotten a Gatt service up and running.
I have a mobile application which...