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...
hi~
i am working with nrf 51822 with custom board and softdevice s110.
i am using is7020-a20 temperature / humidity sensor via twi (i2c)
i tried 2 versions of twi example...
I followed this guide , I'v managed to run make files and flash them using the terminal, then when trying to build the project in Eclipse, I get this :
Make: no rule...
Hi,
I am following the "Bluetooth low energy Services, a beginner's tutorial", however, this tutorial is written for SDK V11.0.0 and I am using SDK14.1.0, softdevice 5...
Hi there!
I've followed the guide to Eclipse GCC (using OSX) from here: devzone.nordicsemi.com/.../
I had to add some stuff to main.c to have it built (e.g. BSP_LED_APP_TIMERS_NUMBER...
Hi, I'm having an issue with some PCBs I've designed with the NRF52832 on a module. When I first connect the board through a j-link, the device is not detected in NRFgo studio...
Hi,
I wonder CRITICAL_REGION_EXIT() in app_sched_event_put() have to be moved to the end of function.
CRITICAL_REGION_EXIT() is called after proceeding index in current...
Hi everyone,
I am trying to port freertos on the nRF52832, but it is blocked in the vPortSuppressTicksAndSleep function. Below is the code for configuring the system and...
I am writing a program that waits for Button 1 to be pressed. Once it is press, then it will call the function blecomm() in another c file. My code is as below:
#include...
I'm currently working on an application using the timeslot API to be able to use the radio while it is idle. It is based on the nrf_esb shockburst implementation from SDK13...
Hello,
I'im using nRF52840 dev kit along with S140 version 6.0.0-6.alpha.
I applied the patch to SDK verison 14.0 so be able to have maximum range fr ATT MTU throughput...
Hi,
I am using nRF52 device with S132 v3.0.0 and SDK 12.2.0. I have one central device and peripheral device communicating each other. The peripheral device is running the...
Hello Sir,
We are using nRF52832 chip and Softdevice is S132. Is it possible to sample an analog signal using internal ADC conversion using 4096Hz?. Its look like it does...
Hi,
I'm trying to implement GATTS Queued Writes: App handled, no attributes require authorization variant #2 VLOC_USER.
According to the documentation values in ATT table...
Was Nordic's MCP named after the MCP (Master Control Program) in the 1982 American science fiction action-adventure film written and directed by Steven Lisberger?
End of...
This is a kind of continuation to: devzone.nordicsemi.com/.../
I'm modifying the bootloader_secure sample to implement encryption.
I'm now at the step where I need to...