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...
Just a heads up for anyone who bumps into this and is scratching their head. If you have ninja version 1.9.0 installed your build may hit an error with messages like this...
Hi everybody,
we have a remote control based on the nRF52832 and are experiencing a wierd issue with notifications.
We are using a custom 6 byte payload keymap characteristic...
Hi all, I use NRF52832.
I have a problem. I want when I connect to my chip and bond. After bond success, I insert new service. And when I disconnect from my chip, new service...
On page 69 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16:
The table in section 5.3.6.8 shows that the WDT is NOT reset from a Wakeup from System OFF mode...
Hello,
We have an application based on ble_app_blinky that is actively scanning for advertised packets but does not attempt to connect. We have a second application based...
Hello,
i am using nrf52832. i am using 8 different pin as a 8-bit parallel port.
in my process i have to read each bit from each pin then converting those bit into byte...
I am using an nRF52840 DK. The software I have in it is emulating an NFC Type2 tag and is implementing a BLE peripheral.
When the device starts up everything works as expected...
Good day!
In SDK 12 I read values using this code:
and handle value in ble_evt_handler:
This works fine, but using SDK 15 this code crashes with fatal error...
This application uses a Rigado nRF52840 module to collect SPI data from 2 peripherals in slave mode. I have been unable to get the SPIS example running in the target board...
Hi,
This is a really weird problem.
======================
Setup of 52832 hardware:
- Custom board, using 32MHz XTAL and LF RC.
- SDK15.2, S132 610
- Segger RTT...
I need a 30 second hardware based interrupt for a Nordic BLE nrf52832 chip running S132 Softdevice. I would like to use RTC2. This will be used to run a short BLE ad scan...
Hi, for a project at my university I need to analyze BLE signales. In this context I need to demodulate a BLE signal AND extract the I/Q samples from the same signal. Does...
Hi, I have my nrf51 Dk (PCA10028) on which I want to connect a buzzer or speaker to one of the gpio pins which are not in use. I am confused on the following points:
1....