I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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...