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...
Hi everyone,
I want to send large data with https protocol.
I edited the https_client sample split the data and looped send() for sending the large data.
But when...
I am working through the https_client example with the nRF9160 and I noticed that when Connection: close is not included, the connection doesn't close, but if I attempt to...
Hi,
I'm sending values over ble. On the client side I opened an serial monitor. Everything seems fine. The values are received in the right way.
But when I try to read...
Hi,
I have previously used the ESP8266 WiFi module and it has worked great. Since I have updated to the latest SDK, I am now seeing problems. I'm guessing something has...
I am currently working on enabling and transmitting/receiving data using TWIM on my nRF52810 development kit. The documentation states that in order to enable TWIM I need...
Hello,
I told my students to set up an SPI bus with several peripherals. We found nice development boards with a screen and a card reader sharing MISO,MOSI,CLK and one CS...
Device: nRF52840 Softdevice: 140 SDK: 17.1.0
I'm trying to develop a custom bootloader that will determine which of two images (A or B) to jump to. The memory map that I...
I noticed that if I set options = BT_LE_ADV_OPT_NONE in bt_le_adv_param I get a random address at each bootup and if I set it to BT_LE_ADV_OPT_USE_IDENTITY I get always the...
Hello,
I'm currently working with ISP2053 which is the nRF5340-based module.
The system, as the specific GPIO pin detects a low-to-high event, gets data from another...
Hello guys,
I'm trying to run uart example from https://github.com/andenore/NordicSnippets/blob/master/examples/uart/main.c extended by interrupts call after transmission...
Hi.
I cannot build a ble_app_uart Nordic example that I was able to build flawlessly three years ago and later. I wonder if anybody could give me a clue on what's going...
On Zephyr `2.7` I have following code to setup a SPIM on a custom board: Device tree:
main.c:
Now this no longer works on Zephyr `3.1`. I temporarily tried it with ...
Hello
I tried to install nRFConnect for Desktop, the latest version When I try to launch Toolchain Manager, I get an error "Unexpected end of JSON Input" error message....