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 working ANCS example project in nrf14.1.0 SDK, s132.5.0.0 softdevice. i am able to print category of all notifications. i wanted print text message info. is it possible...
SDK13 nRF52 S132.
Hi! Correct I understand and implemented how to make interrupt?
I use gpiote.
void gpiote_init (void)
{
nrf_gpio_cfg_input(INT1, NRF_GPIO_PIN_NOPULL...
Hello,
I am using sdk12.2.2 and nrf52. I am including scan response data in my packet. But every time I am getting extra fields in my raw data as seen in nrf connect app...
Hi
I discovered I strange behaviour using twi.
I am using sdk-14.2.0, and Segger Studio. I started with the twi_scanner projected that I found in examples/peripherals...
We are using the NRF8001 in a product that is potted in epoxy with wireless charging and so completely inaccessible to any outside inputs except through bluetooth. We have...
I have already configured the usb audio class for NRF24LU1+.Then if i want to send data throught the NRF24LU1+ USB Isochronous endpoint,what should I do? Actually I have already...
use the SDK5 14.2.0, NRF52832, pca10040, the ble_peripheral\ble_app_uart\pca10040.
first, UART_EASY_DMA_SUPPORT = 1, run the uart_init(); the current is 1.2mA;
UART_EASY_DMA_SUPPORT...
Hello.
I'm having problems building example project from SDK using Segger Embedded Studio.
I'm using Segger Embedded Studio V3.30 IDE on Linux - Ubuntu 16.04. Using nrf...
I have a 24L01 + evkit in my hand and I want to burn my own program on this board, but I do not know how to burn it in. I have the following 3 questions:
Question 1: Where...
I have SD 4.0.2 + 13.0.0 secure debug bootloader, and I am trying to update it to SD 5.0.0 + 14.0.0 secure debug bootloader. It transfers the data, goes to 100%, but after...
Hi
I am currently working on a BLE mouse device. NRF52832. BLE part works well. However, the mouse stick part is using ps2 protocol. I didn't find USART in NRF52832.
...
Hi,
We face an issue since some days, i hope you will be able to help us.
We try to keep a BT connection between in nrf51822 chip and an IOS application put in background...
Torbjørn Øvrebekk from Nordic has made an example showing how to use AES CCM HW.
It does "work" self-consistently during encryption & decryption.
However, I think I found...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...
was just wondering if there is a difference between the nRF1822 BEACON and the nRF1822 QFAC-R7?
the first one cost around $30 and the second one cost around $6.
I found...