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...
hii this is rohit vekariya from bluesys lighting solution.
i am new in nordic can you provide example code for drive neopixel(ws2812) using nrf52832
thanks
I set up nrf52832 that it is proxy device, i create a loop that proxy device sent 20 message to app phone (Android) within 100ms. But my app (Android) receive only 1 message...
I'm designing the nRF52840 into a new product with BLE, LTE and GPS.
Could you please point me to a recommended matching network and antenna solution for the nRF52840? ...
I connected a button to LED on a breadboard, how can I write a debounce function to control a button. I checked app_button.c but it seems buttons they are using is button...
Hi, We have a custom design using an nRF9160.
We can connect and program the device using a jLink though the debug port.
How can we connect the LTE link monitor to the...
Hello everyone,
I get the following error whenever I try to build an application for the thingy91_nrf9160ns board:
The secure version works just fine.
For some...
Hi Team, I have design wireless node for biomedical application. I have used nRF51822 module in my PCB. I want to see the real-stream data from sensor (connected in input...
I am getting an error like this. I did not understand what it meant. could you help me please?
<error> app: ERROR 8 [NRF_ERROR_INVALID_STATE] at D:\1_1_xxx_xxx_xxx\V.1.5...
HI:
I Use the Projtcet: "......\nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_uart_c".
In the BLE_Central project, how to set the Tx Power??
thank you very much...
Hi , when i first recived my nRF5340 DK it had an preinstalled code that maked the leds to fade depending on what button i pressed, but now when i try the example codes on...
Hi,
We're running the aws_iot example and it would seem that by default it does not use the certificates in the file certificates.h
Is that the case and how can we use...
Hi,
I'm new to the whole Nordic environment, and I need to develop an application working with ble and lteM, so I have an nrf9160 DK for this purpose.
I worked with the...
I have a custom board based on NRF52811. Salient features:-
Both HF and LF crystals are present on board.
Power supply is 3.3V.
MCU DC-DC is enabled.
I am using...
Hello.
I trying the test for real time transfer a data.
Period is 4 ms and 5000 point data. (Total 20 sec)
The GPIOTE event occurs every 4ms and the processed...