Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Hello sir,
I have completed PCB design of custom nRF52832 board. Can i use following component instead of recommended part No in reference design. I have also mentioned...
Hello ,
I would like to design a custom board with nrf52832 IC and CP2102 for communication with PC serially. Unfortunately nrf52832 doesnot have Rx/Tx pins for interfacing...
Hi community,
for our application (nrf52832 / SDK 12.2) we need to store data received via BLE. The received data is a 25 kB binary blob which by design will be chopped...
Hi,
i am checking NRF52840 for USB behaviour.
I'm using example usbd_cdc_acm.
But USB receiving stucks after few bytes (between 0 and 50) and does not receives nothing...
i have nrf52 dk i run simple examle saadc from sdk 12.1.
now i want to get result.
i can't understand the code.
i start putty terminal adc event number and app info number...
I'm having trouble adjusting ram start setting using the new SES projects from latest SDK14.1.0
I have tried the project linker section placement macros settings of
...
Hello, is it possible to use a wire antenna with nRF52832?
I have read that only PCB or chip antennas are used, so I expect the answer to be no, just wanted to confirm...
Hi Nordic Engineers!
I read the description of new SD s140 v6 and find a lot of good features.
A question 1, is this the next version that will be supported in the future...
HI,all
In normal circumstances, ios phone paired and connected to my 52832 device, when they are disconnected, ios phone can automatically reconnect the ble device. But sometimes...
Hello ,
I want to use the Button with Height level to trigger.The default is Down level to trigger.What should i do for that ? I try to set BUTTON_PULL NRF_GPIO_PIN_PULLDOWN...
Hi,
I have just added over the mesh bootloader updates for my mesh and I am curious about the MBR parameter page. I want to use that page as a swap page in my application...
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1 in the bootloader and application.
After a reset, the application gets stuck in the bootloader
Or maybe (bl...