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...
I try to move my project from Keil to GCC but I get some different behavior. To show the difference I use examples/ble_peripheral/ble_app_uart
The part of the code below...
I have purchased a nRF52 DK and want to use it by emulating an ANT+ Stride Based Speed and Distance (foot pod) and pair that with my Garmin FR235 running watch in order to...
Environment:
Segger Embedded Studio
nRf51 Developementkit using jLink OB firmware
S130
We're using the \nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_template...
I'm trying to enable interrupt for radio events.
I have this code in main:
bsp_board_leds_init();
(...)
NRF_RADIO->INTENSET = 1 << RADIO_INTENSET_READY_Pos;
NRF_RADIO...
Hi!
I would like to create a RTC for stamping log messages, with 1ms resolution and including time from year to millisecond, like: YYYY-MM-DD HH:MM:SS.mmm.
What would...
Hi ,I'm trying to program Qtouch with nrf51822, and i have a question : is there any libraries i can use for my Qtouch in nrf51822 ?
i'm using QTouch :Atmel- AT42QT1070
...
I am using Nordic SDK to develop an application. I need to turn PWM off and turn it back on (to produce a beeping sound from a buzzer). To do this I went into the bsp.c file...
Hi..
I am using NRF51822 , we are using Ceramic antenna. We are thinking of designing body similar to the image. perimeter of the body is made of metal (aluminum) of thickness...
Hello
I am looking to make a program on nrf52 in which i send various values from nrf UART app on a mobile, and each value controls a LED on a GPIO. For example, sending...
Hello,
I want to combine the RTC example from the peripheral to one of the BLE peripheral examples but the problem is that the BLE peripheral examples need the softdevice...
I have troubles with logs over uart.
I'm debuging dfu bootloader secure with SDK 12.2.
BLE is used for DFU transport.
I set NRF_LOG_DEFERRED 1 as in my another application...
I have reading lot of questions/answers about the nRF52840 and when asking for pricing and availability the answers is always "call to sales manager or distributor" , however...
Let's say we are running multiple state machines in a ble device, so that it can accept multiple connections in Slave roles. Will all the state machines share the same Advertising...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...