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...
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...
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....
Hello,
I works with Zephyr, VCS, SDK 2.0.0
I don't find how to get pin number from the DTS pinctrl .
In this folowing code, I want to replace magic number (uplighted...