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...
Target NRF51822 QFAA Board Waveshare BLE400 The board is powered from its USB port (+regulator) I am trying to connect for the first time using Jlink Edu Mini and a Win10...
Hi All
I need a timer counter to count the time between a GPIO input pulse goes up and next pulse . I modified ble_app_hrs and use a one second timer interrupt to simulate...
I want to start start testing the sdk examples on this custom board. I have a J-link debugger. I don't know how to go about flashing the firmware into this board. Please help...
2019-02-07T01:21:42.052Z INFO Application data folder: /Users/chengg/Library/Application Support/nrfconnect/pc-nrfconnect-linkmonitor
2019-02-07T01:21:42.206Z DEBUG App...
Hello,
I have flashed LWM2M client in a Nordic Board and can see this listed in my LWM2M server. There was no error during bootstrapping( Since device is visible in LWM2M...
Hi !
I have been working on Rhydolabz R305 Biometric sensor using Arduino and I have completed with it . Since this sensor has very low Flash memory to store the Fingerprint...
I have a suggestion for an additional feature to nRF Connect for Desktop:
When doing DFU with a zip package that contains a bootloader + softdevice -combo and an application...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
Hi,
I have a pretty extensive nRF52832, SDK14.2, freertos project built and debugged using Keil MDK.
I'm trying to port this project to SES and experience some problems...
Hi,
LED is on when the button is pressed. Press the button again and the LED off. I want the Turn the LED on as long as I press the button. Turn off the LED when I stop...
Hi there,
I've already implemented a custom firmware for nRF52832 with SDK 15.0.0 and S132 v6.0.0 which uses both advertising and scan operations, and now I'd like to use...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10
I'm wondering why the pairing request sometimes shows up in the notification bar and...
Hi,
I am using nRF52832 with sdk 15, freertos.
I need to implement the following logic:
1. Get into low power mode, while keeping a timer running.
2. Every 10 mins...
I was using NRF52832 and s132 v6.0.
I have Android phone's IRK and I have added the Android phone into the identites list manually.
After doing the direct advertising...