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...
Hello,
Our board is based on nRF52832 with S132 5.1.0, without RTOS. Now we have a requirement to protect sensitive memory areas with MPU, so I'm trying to run firmware...
Hi,
I am using nrf 52840 development board for developing mesh. I am using segger IDE in my windows 7 desktop for code flash to the board.
The SDK I am using is nRF5_SDK_15...
Hello to everyone.
I have a doubt about the function of NRF_LOG library in nRF52 DK. I´m trying to display the voltaje value from pin P0.26 on Termite, so I saw in this...
I have a eval board pca10040 and a custom board both having nrf52832 chip, on the eval board the nrf_sdh_enable_request function calls happens successfully with error code...
Hi Folks,
I am trying to get some data to persist past a reboot. I noticed the ram_retention_pca1004 example and it showed a simple assignment of:
NRF_POWER->GPREGRET...
Using SDK15.2 example ble_app_hrs, i need to transfer custom messages and values to the phone app so i want to use ble_nus service, i did everything as in the example ble_app_uart...
This PAN states:
"Conditions • GPIOTE is configured in event mode • TWIM/SPIM utilizes EasyDMA"
What is not completely clear are these two separate conditions? Or do both...
Hi,
I am using the 2 NRF52840 boards, rev 1. I am using SDK 15.2. The first board is running the NRFX_SPIM example. The second board is running the SPIS example. The rx_delay...
Hi,
I am trying to combine TWI and SPI peripherals to the ble_app_uart exmaple in SDK 15.2
I am facing the following error
.\_build\nrf52840_xxaa.axf: Error: L6200E...
Hi,
I'm exploring the HID keybaord example of nrf5 SDK V12.3.0, and get a problem:
I first connect my iphone to the device, and it's working, if the device is 'ignored...
I am working on a linux vm 16.04 and playing with the pc-ble-drive-js library. I recently got the board up and running and started looking at the heart_rate_collector example...
Hi,
without providing too much code right away, I would like to ask how I could circumvent AT command interface hangups. My current test application calls AT commands like...
Hi there,
I'm looking forward to improve our firmware in terms of power consumption. Therefore we would like to use Power Debugging mechanism which is support by IAR Workbench...
The example projects I am referring to is located here:
nRF5_SDK_15.2.0\examples\iot\mqtt\lwip\subscriber\pca10056\s140\ses\iot_lwip_mqtt_subscriber_pca10056_s140
nRF5_SDK_15...
Hi all,
I successfully ported the Semtech’s LoRaMac-node (from official GitHub, master branch) to a custom assembly of two dev boards : the NRF52832 (Dev Kit PCA10040) from...