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
data sheet of the nRF52840 states that the QSPI port pins should be initialized to "high drive".
I've experimented a little bit because I have problems with a Macronix...
I have connected a BM680 sensor on a BL654 (NRF52840) via I2C. I have connected the power to the BME680 on a switchable power rail. I need to power this rail with a GPIO pin...
I am trying to create a test case for in house validation and would like to know how to do so.
Here is what I want to do:
I want to create a boot loader that checks...
Hello,
In nRF5_SDK_17/examples/dfu/secure_bootloader/main.c, the main program starts off with protecting a couple of flash areas:
But how can, after this, an OTA update...
I don’t know what all the XML syntax is, or what program processes the flash_placement.xml file, or what form the output is in, so I don’t know if I have to do exactly what...
Hello, nrf experts.
I have trouble with testing update over ble from main application. Using buttonless dfu example. But when I'm connecting to nrf dev kit, nrfConnect on...
Hello, I am trying to erase a page on the internal flash memory of the nRF52840. I am doing this as a BLE peripheral with 1 active connection. The problem I'm facing is that...
I am trying to determine the cause of iOS stopping to reconnect to my nRF peripheral in the background. I have seen posts from several years back that reconnecting too many...
Hi
I'm trying to add CMSIS DSP Software Library to my project.
After adding DSP function I'm getting linking error:
components/toolchain/cmsis/dsp/GCC/libarm_cortexM4lf_math...
Hi all,
I have a problem with 802.15.4 association in beaconned PAN. Basically I have two devices, PAN coordinator and an FFD. FFD is able to find the coordinator (throught...
Hi. I am working on the nRF52840 DK. Currently, I am trying to implement a DFU feature for my application.
The application has the bonding feature. Therefore, I tried testing...
Hi.
I purchased a nordic thingy 91 in Singapore. But when i try to update firmware through programmer, it is not detecting the module. Also i am not able to activate the...
Hi,
I'm using a custom board with nrf52840 and sdk 15.1.0.
I have altered the ble central and peripheral example(ble_app_hrs_rscs_relay) to support nus central and peripheral...