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 working with SDK 1.7.1, using the azure_iot_hub sample application.
This is a continuation of this topic:
https://devzone.nordicsemi.com/f/nordic-q-a/82164...
Good evening, (I have a few questions which are at the bottom, so I hope you don't mind me having posted the full length of these two programs first)
I've managed to produce...
Hello everyone,
I developed my code secure connection with static passkey i'm using ble_app_gls example code to implement my custom code i have added all library files i...
Hello, I'm a bit confused which solution is best and easiest to use a second UART or UARTE in the nrf5 SDK for Thread. Since I want to work with students in a project and...
Hello Nordic support,
I am working on a Zigbee coordinator application, in which I would like to have some customised functionality when a pan id conflict is detected. I...
Hi. I got a HardFault_Handler when I try to write data on flash memory using the fds_record_update function in a RTOS environment (RTX5). My program has three tasks: one for...
I am using nrf9160 custom board,my requirement is using external flash as secondary slot for mcuboot I have done configuration with respect to that in mcuboot and project...
Hey!
I'm working on a Firmware for a BLE peripheral device, I'm using the SDK version 17.1.x and the SD140 on a nRF52840. So far everything worked fine, I was able to...
Hi,
I'm trying to put my nRF52840 in System OFF and wake it up by DETECT signal on GPIO. For that I use gpio_pin_configure() with GPIO_INPUT | GPIO_INT_HIGH_1 flags but...
Hi i am involved in sdk5 based uart porting project
i can run example project and receive/send data to/from nrf52840-dk .
the problem is when i dig deep into the project...
Hi,
I am using a nRF52840 and SDK 15.2, and Soft Device S140 (BLE), where the device is battery powered.
In certain modes, the device sleeps to System Off mode, and...
I am currently porting the nrf_cc3xx_platform library to use it with RIOT OS . Following what has been done for Zephyr and FreeRTOS, I implemented:
Abort API
nrf_cc3xx_platform_abort_init...
Hello, I am working with the asset tracker v2 application and I want to connect it with Aws Cloud. I follow the steps corresponding to the tutorial and I am not successful...