Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hi,
I am trying to modify the Android nRF Mesh app to filter un-provisioned devices with URI hash contained on un-provisioned device beacon.
My question is how I can...
Hi
I have a question, the Nordic SDK have a DFU, I want to know what is the default value of TX power in Bootloader? Can we change the TX power? if yes. How to change it...
Hello, I'm using nrf52805. It is confirmed that P0.04 is AIN2 and P0.05 is AIN3. Can I use this pin as UART TX,RX? What should I do to use it? Thank you.
Hi!
I am trying to work through the nRF Connect SDK tutorial series, and I got stuck at the "building with west step" in part1.
When I try to build my project using the...
Hi guys,
I have a peripheral device using a custom service based on the ble_nus, the intention is to hide the service and its characteristics until the bonded has been...
Recently our Device started exhibiting random BLE disconnect problems.
It's really hard to debug as not all of our devices are exhibiting this issue and in generally so...
Hi
I have a question to ask for your help. I'm studying thread networking. The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" I use masterkey networking, but I find it unstable...
Hi all, i want to ensure my antenna have correctly triggered. I'm using TI Boostxl-AoA antenna for nRF52833, Its a antenna of 6 , but i'm just opening up 3 first. my sequence...
I would like to figure our how i can send MQTT packages over a Thread network using a nrf52840DK. And to begin with only between two nrf52840 devices.
I am using the nrf...
Hi
I'm testing RC3 of NRF Connect SDK v1.6 in combination with our application. I have an issue with the configuration when I want to enable CONFIG_LTE_LINK_CONTROL. This...
Hello, I work with nrf51822. I need to use ble to control several LEDs. The control logic for each of them is the same. I am creating my own service to control a single LED...
Hi,
After we complete a OTA update via iOS in Objective-C we can't get the BLE to function afterwards. Admittedly, I haven't taken a deep dive into it yet but was curious...