Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...