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 community ! I'm testing Mesh characteristics by using debugger. Currently, i send messages through nodes and waiting for acknowledge, and I put a timer to get latency....
Hi,
present i am using nRF52840-DK for to develop the BLE application. here i am facing the debugging issue.
i.e. in my board i programmed S140 soft device. so after that...
Hi,
I am trying to read serial data via UART_1 with v1.2.0 SDK. According to dts-File UART_1 is configured with pin 0 and 1 on the devKit.
I added
CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN...
Hi,
All was working on SDK 1.0. Now I have SDK 1.1 and new Segger and new nRF Connect and gnuarmbemb (I had a new computer, so did set up everything from scratch)
...
Hi,
I´m trying to work with the "TWI Scanner" example, provided by SDK 16. I Use nRF52833 DK (PCA10010), unfortunaly there is no solution for PCA 10010 in the SDK. This...
Which function is called nrf52832? When do I click the "enable CCCDs” function on the NRF Connect App, and which variables are the nrf52832 data set?
Step 1: Connect
...
Looking for help creating an example similar to the usbd_msc example that works with the W25N01GV . Currently using SDK 15.0. Would like to see this work with FatFS or possibly...
Hello, the NFC used in our product has two major application
1. read/update configuration data by using the external smart device through NFC TAG here I am setting up type...
Hi everyone,
I'm currently working on my bachelor thesis and need some LOG ouput from my application. I'm using the Development Board from Makerdiary and the nRF5_SDK_for_Thread_and_Zigbee_v1...
Hello,
We are looking for the ways using which we can program the nrf52840 SoC without using PDK. We want to set up an automatic programming jig and for that using the PDK...
Hi,
I'm trying to setup my nRF52832 to advertise using a RESOLVABLE RANDOM PRIVATE address and to obtain this I have used the sd_ble_gap_privacy_set() before starting advertising...
Hello,
I was able to build the example project MPU6050 from Github with SDK 16. However, I used Putty to connect to the board (PCA10056) with baudrate of 115200 on COM3...
Hi, I am using nrf52832 with SDK 15.2.0 and nrf 52 dev board. I want change advertising interval in run time so I call a function with the interval as the parameter change_adv_interval...
Hi
I am using nRF52832 for my application. I need RTC functionality for counting seconds,minutes, hours and days to include timestamp for my data packets.
Can the RTC...