I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
Hi,
Using the reference schematic No.4 given in the NRF52840 datasheet I made a design. I was able to test all the peripherals and range testing without any issues. But...
I am working on a custom I2C bootloader for nrf52832 using SDK 14.2.0. Currently, the bootloader can flash the application code very well. But I have no idea how to flash...
nrf_soc.h in these distributions reference symbols like SWI2_IRQn which aren't defined unless the build includes nrf51_to_nrf52.h, something I try to avoid when building for...
Hi, I'm working with nRF52832/nRF52840 and SDK 15 or 15.2 on Windows with Segger Embedded Studio.
Is it possible to use the device in low power mode, but keeping active...
My nRF52840 Dongle appears to have failed while its boot loader was being updated, the led does not flash red like it used to and only gives a short white flash on plugging...
Hi, everyone,
We are developing the BLE project on nRF52832 chip by using RTT / UART logging. Previously we monitored the project via UART communication port. But than we...
Dear Team,
Can you please review the attached schematic of NRF51822 used with matching Balun and chip antenna.
Balun: 2450BM14E0003T
Chip Antenna: 2450AT18A100E...
I have an application running on an nRF52 with the S332 softdevice which is a server which exposes a a few services each with a few characteristics. I am using the Nordic...
Can the nRF2460 be operated with TXLAT (0x52) set to a value lower than 4 ?
Can the nRF2460 have a lower latency than 20mS ?
The range requirements are very small (30...
Hi All,
I have created a custom board header file based off of the pca10040.h file. I have customised this to support 10 buttons and 2 leds. I have also extended the array...
Hi everyone ;)
I have a problem with timeslot ESB library with Bluetooth LE. In my application i need do somethingh like that:
Bluetooth and ESB PRX works excelent...
Hi, I am using the BLE mesh 2.2.0 with nRF5_SDK_15.0.0_a53641a. I am using Segger embedded studio as toolchain. I was able to compile and flash the default app code onto NRF52...
I am working on an application to connect approximately 500 devices in a single network... trying to check if Thread or Mesh is a better option... Please do suggest...