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...
Hi,
I'm implementing a hard real-time system (few us jitter) on nRF52840, SDK17.1, based on FreeRTOS project.
In the project, I need to sync GPIOs toggling with ADC...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
Is it possible to "WRITE" a characteristic that is larger than the MTU? As an example, we are considering the following...
Dear All,
I am looking for sample code to use an external QSPI flash (MACRONIX MX25R6435FZAIL0). The code is run an nRF52840 based custom board.
Your help is appreciated...
Hi,
I have a doubt regarding the possibility of removing or disabling an endpoint at runtime.
Assuming that we have a device with multiple endpoints, is there a mechanism...
Hi,
I have problem with program nrf21540 UICR mode. POUTA/B_UICR seem not set successful during measured here.
Below following which I write via SPI(Voltage is 3.5V)....
I am trying to use the nRF52840 Dongle as a controller with the Pi and ping devices (e.g. using l2ping to ping my phone)
I have flashed the bluetooth hci_usb sample on to...
Hello,
I am very new at this. I have just started to work with the nrf9160DK board, I am using modem firmware 1.3.1, and nRF Connect SDK 1.8.0. I am trying to test asset_tracker_v2...
Current result:nRF dongle is disconnecting with wireshark and Green led also stopped blinking
1. insert nRf dongle and open wireshark
2. Select nRf dongle(Green LED is...
I'm having an extremely annoying problem. I have an application that uses Nordic NUS service.
(1) I created it from the peripheral UART example for NRF52-DK, and adapted...
Hi.
I'm using PDN example code on zephyr nrf sdk. Please take a look on below log.
Can somebody help me to figure out what are the API can be used to send and receive...
Hi,
Using VisualStudioCode/NRF Connect: Im looking into the sample 'button'. (this because i like to add GPIO-pins to connect to an interrupt)
In the button example...
Hi,
I'm using Manjaro Linux, nRF Connect v3.10.0 and Programmer v2.3.3. I'm trying to connect to nRF52840-DK using this software, but I get an error:
I can connect to...
We are working for "Lighting control model" using BL653 controller ( nrf_653dvk connector) .We are looking for a Test automation framework to test BLE mesh and BLE FUS Based...
Hello nordic. I'm using your FTP client. The client can only send 4 kB of data at once so I send data numerous times and append to a file. The first send I do is 160kB which...
Environment:
nRF52833 (BL653 module from Laird)
nRF 5 SDK 17.0.2
S113 v7.2.0
I'm running into a really odd problem that I can't track down. If I set APP_TIMER_CONFIG_IRQ_PRIORITY...