I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
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...
I have succesfully got extended advertising working using the nRF SDK on the nRF52 DK, however I haven't been able to assign it a 128 bit service guid.
Setup:
The device...
Hi,
I want to add DFU to our board running SDK11 S130 but facing some problems.
I followed the instructions on infocenter, and started with ble_app_hrs example (from here...
hello,
i am using nrf52840 with our cutomised board and trying to achieve long range using coded phy and using that long range demo example as base i have sucessfully changed...
Hi All, I try to run the example GFX in sdk 17.02.
I wired the TFT :
---VCC ------------------ +3V ---GND ------------------ GND ---CS -------------------- P1.09 --...
Hello ,
NRF52840
sdk 15.2
In my application using ble central example in nrf52840 , i am able to write data in led characteristics and getting notification on HVX using...
Hi, I have tried to add support for BOS descriptor by appending a custom class generated from the Dummy example. The "main" class is the HID generic class, but with the NRF...
Hello
I only used PWM_library, but this is my first time using PWM_driver. Simply controlling the duty cycle of multiple channels has been successful, but I am not sure...
A little backgroud for my project. The goal of the project is to be able to identify the proximity of beaconing devices in an area to a specific observer which then reports...
Hi, Below is the mapping of RAM on the 840 from the infocenter. We want to utilize the functionality to turn off unused RAM (via sd_power_ram_power_clr), but we see that if...
I am using SoftDevice s140v6.1.1. The behavior is I was able to program nRF52840 through JTAG without any issue. I am checking out the OTA firmware update feature and nRFConnect...
Hello Everyone,
I am developing one product using nRF52840 MCU, in this project my master controller is nRF52840 MCU and the host is STM-based MCU.
My goal is to make...
Hi,
I am configuring a test software to generate CW signals at channel 0, 19 and 39. Currently I'm using the nRF52840dk, later a custom board. The channel number is calculated...
Hi,
I have a product and want to update it with a BLE functionality. The product has EFM32 Giant Gecko MCU (ARM M3).
I want to know if it is powerful enough to run an...
Hello. I am writing a program using an example called ble_app_uart. While using the printf function, the output is output with a delay of 10us between characters and characters...
I try to integrate the Nordic pc-ble driver (Version 4.1.2 API 5) into a Qt application. I use the heart rate collector example to check how I have to integrate the library...