Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hello,
I want to enable UART only when it is necessary to send data.
I want to use ble_app_uart_low_power_master or ble_app_uart_low_power_slave
The URL of ble_app_uart_low_power_master...
Hello,
I've been working on the ble_multilink example and managed to combine that with the ble_hrs_c example to connect to multiple heart rate units and receive the data...
I create software uart librarty for nrf52832. For one pair tx, rx it's worked (on 9600, 19200 baudrates). Then I create multi-instance software uart (all of them gonna use...
Hi,
I have recently inherited a project from a former worker. The code intends to read data from a peripherial through TWI (the peripherial is a Si7053 digital temperature...
The SAADC on the nRF52832 consistently reads 20-30mV low, regardless of the source (AIN channel or VCC), Tacq, Resolution, or gain. All of the measurements are using the internal...
HEllo,
I am trying to set up a whitelist advertising and scanning, and while the advertising seems to go fine, I am getting an APP_ERROR:ERROR:Fatal on my central while...
Hello all,
Accordingly with nrf52832 product especitifation when radio Rx is active there's a additional 5.4mA consumption. My doubt is how softdevice s132 handles the Rx...
hi!
i am working with the nrf52 and i am looking for a timed sleep mode, meaning, a function that goes into sleep mode for a given duration.
is there anything like that...
Hi all,
I am working on my Central device to request pairing to my peripheral ( I asked about the peripheral in my previous post , both are running a nRF52DK and SDK13...
We have shifted our development from nrf51422 QFAC (32kB RAM and 256 kB Flash) to nrf51822 QFAA (16kB RAM and 256 kB Flash).
I'm unable to run dual bank ble bootloader...
Hello,
I would like to signalize that the DFU process is running. I mean when I start to upload the application into the CPU, then a LED (for example) is ON, after uploading...
We have been successfully using the Softdevice s132 to communicate with a smartphone using BLE. However, we have run into an issue with the compliance testing in the new requirement...
Hi All,
I am a beginner in app development. I am working on a project where i am supposed to transfer texts to my pca10040. Although i wanted know if i can modify nRF Toolbox...
I'm taking a look at the timeslot API example here , which was linked to in the answer to this question .
Very interesting! As I gather from the documentation for S110...
Hi,
I would like to have accurate (1-5ms), synchronized timestamps for logging events from a set of nRF5x boards, spaced tens of meters apart. Each nRF5x board is connected...