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 All.
We are trying to do DFU on a device using s132_nrf52_5.0.0_softdevice.hex.
The DFU interrupts first time when it is around 15-20% complete.
When the DFU is attempted...
Hi!
I am using nrf52840,sdk 14.2,Keil IDE
I am using bmp180 and mpu6050 sensors.
In proximity code,I have integrated both sensors separately,It works fine.
But while...
Hi all
i'm new in both this site and nrf52
i have a question
Is there ADC CONFIG register in nrf52? i can't find ADC_CONFIG in nrf52
NRF_ADC->CONFIG = (ADC_CONFIG_EXTREFSEL_None...
I have an application where I am sending a fixed packet length of 32 bytes to data pipe 1.
I have set the data width to 32,
I have auto acknowledge enabled on P1.
I...
Hi,
I designed a nRF52832_xxAA board, I can't find the bluetooth name in iphone - settings - Bluetooth - Devices, but I can read/write and notify in myself mobile app and...
Hello,
I am using sdk version 15.2.0 and nrf52840. In the application NAND flash TC58CYG2S0HRAIG is used. We are using flash to store values which we receive from the USB...
1.I want to know whether there is any existing network in the same channel .And get the existing network's information like PAN ID.
Any APIs to do this?
2.How to set...
Hi,
I'm trying to run a display using SPI, and I've run into some troubles. I've attached my code below:
My issue is that the program never gets past the while loop...
Hi,
I am getting the GATT ERROR during init packet stage during firmware upgrade. I am using SDK 14.2 and nRFConnect application on Samsusng Galaxt S8. It looks like I am...
Dear Team
We have selected nRF52840 in our design.
I am layout designeer.
Please send refenrence layout section for nRF52840 to me.
I want study rhe layout design...
Hi,
I am currently developing Bluetooth Mesh for our battery powered products which needs to be updated on demand.
I am running the Mesh light switch examples on the...
Hi,
I'm completely new to the Bluetooth trying to understand a thing or two.
Bluetooth 5 comes with Mesh support and NRF52 supports it with Mesh SDK.
Now my Questions...
Stack - nRF52 DK, SDK 15.0.0, Segger Embedded Studio, Windows. Using code examples described below.
So my high level goal is to read data from registers in an I2C sensor...