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...
I am using Nordic SDK to program an nRF51822 chip. I want to optimize power consumption as much as possible so I am looking at using the -march gcc flag. The problem is I...
I am using the ble_peripheral template that comes in Nordic SDK 8.1. I setup uart logging and also debugging with the following lines of code:
void assert_nrf_callback...
Hi, We are trying to connect a LED to one of the GPIO of nRF52840, we would like to know how to connect it. Connect it such that the nRF52 GPIO sink current or source current...
Hey, I am using WT51822-S4AT module and want the nrf51822 to connect to phone. I don't have nrf51-dk. I am using stm32f0-discovery kit. Can it be done using that kit? I searched...
Seems battery reads are not consistent in thngy52 2.1.0 software.
Observed a ~4% difference in the consequent battery reads. This difference is high (upto ~40%) if the thingy...
In the recent past, I used a SoC in which GPIOs could be configured as "open drain", that is in which there is an internal transistor where the SOURCE is grounded, the DRAIN...
Hey,
I'm using nRF as a SPI slave with a Raspberry Pi. I'm seeing that even at ~3MHz SPI frequency, my first byte transferred gets corrupted. I have a test setup where...
I am using nrf52 with s132 and armgcc
As I add functionality to the code I get to a stage where it fails. Linker runs OK but the result fails to execute.
The observable...
I am currently working on a BLE beacon project on nRF51822. Using SDK 12.3.0 and s130. The device has to advertise URL, advertising name and output power level. And these...
I am trying to control a current measurement chip (DDC114) that works with a protocol that is close (enough) to SPI. It has 2 channels, s.t. it can be read out and integrating...
I am attempting to run my first bit of code on my Nordic nRF52-DK and every time I have attempted to upload the code to the board, the board disconnects in the middle of the...
Hi, I'm using nRF52832, SDK13.0.0 as peripheral.
My iPhone app(my company's) makes connection without problem.
But Android app gets connection fail when it tries to connect...
Hi @ all,
We tried to enable debug log for lwIP module by setting NRF_LWIP_DRIVER_CONFIG_LOG_ENABLED in sdk_config.h to 1.
This threw two errors during the build process...