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...
I'm using SDK 15.3 and nrfutil version 4.0.0 for generating DFU zip files.
When I generate a DFU zip file that includes the bootloader the zip files is far to big.
This...
Hi,
I use 'nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart' as my project base for PCA10040. The code has its default sleep mode which use 'sleep_mode_enter...
I use 52840,SDK15.3 and pca10056 board .
examples\peripheral\usbd_ble_uart_freertos\pca10056\s140 no changes to the source code.
usbd_ble_uart_freertos cannot connect...
i'm trying to send ipv6 packet over thread with function otIp6Send. but otIp6Send doesn't work and return '6' which means "Failed to parse message or arguments." as openthread...
HI,
I intent to move a project from 52832 to 52810,but the flash size of 52810 is only 192k.so I want to know the flash layout(bootloader included) of 52810 like 52832 as...
Hi, I'm using nRF52832 with SDK 15.2 and 3.0 (Mesh). I have created a new model by following the Instructions mentioned in the Creating New Models topic and successfully it...
I'm beginner of nrf52832. I try to eddystone beacon URL in ble_app_eddystone example in SDK 15.2. I have received my URL in NRF connect app but my android smartphone (moto...
Hi all,
I using nrf52832 , sdk 15.1
- My app include : application + bootloader + application data area
- application define appliation data area is 12K byte (FDS_VIRTUAL_PAGES...
I want to use the REAL GPS of the RF9160, not the simulated version in the asset tracker demo. Firstly, is there a demo for the RF9160 that reports actual GPS location that...
When I'm running a BLE application with the debugger, and the CPU halts on a breakpoint, it seems to end up in the assert handler when I start it again. How can I avoid that...
We are working on a nRF91-based device, and trying to understand the regulatory premises.
From what I can see the module is approved according to GCF (www.globalcertifications...
Hi,
I have got new nRF52832 custom board. I am able to send AT commands and getting responses. After that i tired programming ble_app_uart Example and it stuck at ble_init_stack...
I take the TWI master example of nordic, and try to build I2C read API that can be use from otherr places.
The function look like this
uint32_t Serial_read_2BytesReg(uint8_t...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
Since writing to the softdevice...
I am a bit confusing about this two mode settings. We plan to use MODE=BLE_2MBit on both TX and RX sides as it can give us about 2dBm sensitivity improvement on the RX side...