Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
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...
I am currently using nRF8001 in my board (configured to connect - send data - disconnect - sleep every 30s cycle time). However, I am measuring about 140uA in average and...
Hello there.
I'm developing a custom board for the nrf52810 chip. I'm taking the reference files as a base for my own design, but I'm a little bit confused on which files...
Hi,
I am using nRF52840, SDK 15.0, softdevice 6.0.0 (toolchain IAR 7 on windows).
My application runs on FreeRTOS 9.0.0 tickless (NRF_SDH_DISPATCH_MODEL 2).
I have a...
Hi,
I want to get Battery ADC Value.
So. I simply used nrf_drv_saadc_sample_convert() function.
At first I thought it was the right value,
Later, I found that the...
Hi,
I want to get Battery ADC Value.
So, I simply used nrf_drv_saadc_convert()
At first I thought it was the right value,
Later, I found out the wrong value.
If...
Hello, Nordic.
I am working on an iOS App that uses a MPU9250 sensor to display a 3D simulation screen in my app. (It is same as motion control in Thingy52 App).
I...
Hi,
I am using PCA10028 development kit for sniffer with wireshark 3.0.1 using sniffer version V2.0 beta 3 . I am getting issue like "Encrypted packet decrypted incorrectly...
Greetings,
I was wondering why Amazon FreeRTOS demo wont work on nRF52840 DK. After following all the steps even building a bootloader on my board, my demo is running but...
SDK 14.0,
IC:NRF52832
I want to save some data in the flash via the FDS. firstly i write 3 records then the next I want to read them one by one according to the record...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
1) If I configure any GPIO as state change trigger...
I used Win 7.
I updated the nRF connect application to use with the nRF dongle.
The Microsoft wireless mouse and keyboard is shown like nRF Connect DFU Trigger. Also internal...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
1) What is the difference between High-accuracy...
Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832...