I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
I changed Kconfig of u-blox board template and something is going wrong in create_nordic_project.py when I tried to create project in Segger Embedded Studio from changed template...
hi support team,
there is one question feedback from customer, device(832)is sending data to mobile device, however this connection is disconnected (however there would...
Hello,
very early evaluation question, the 52832 has NFC-A. Is a mobile phone capable of reading from this device (some arbitrary user data) ? Now I've started looking into...
Dear,
- nRF connect SDK 1.9.1
- nRF5340 DK
We use 5340 spi to control an adc chip. The sample rate we need is 1kHz, so we use k_timer to produce a 1ms timer.
However...
The issue is as stated in the title. The 'Select Device' column says "Connect a Nordic development kit to your computer" when the Power Profiler is NOT plugged in. This imediately...
Can someone help me with a Zephyr compiled blinky hex file please?
My Hardware is a loose standing module setup similar to NRF52833 DK. (same led_0)
NRF5 Sdk hex file...
I am using fstorage to store some data at three location in flash.
but it is hanging at wait_for_flash_ready function when mobile phone is connected through BLE.
Please...
Hi everyone, I am quite newbee to nRF5340 and nRF ecosystem. Anyway, my goal is to talk with 3rd party application to receive positioning data over bluetooth and then I have...
Working with nRF52840 and nRF Connect SDK v2.1.0., whenever I enable MCUboot in the project configuration, the reset pin gets enabled on the next flash. I believe this has...
Hi,
I encounter a problem, in my opinion, related to the modem firmware (or model B0 and B1).
My program connects to the LTE-M network and sends data from a sensor.
...
Hi all.
I'm working on a Visual Studio project, written in C++, which I'd like to import into Segger Embeeded Studio.
I've done this before successfully, but this time...
hi support team,
customer reported one problem that when 5340 spi communication is done, the clock line is much longer than cs pin as below:
number2 is clock pin, and...
Hi,
In the example "nrf52832 light_switch_server" ,Does it have the function interface for the friendship node adervertise to all lpn nodes at one time?
hope your reply...