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,
We are building an application on the nrf5340 application core. We noticed that library calls are being made to perform double precision floating point arithmetic which...
Hi all,
I was looking at all ble events and found a few GAP events related to security:
BLE_GAP_EVT_SEC_PARAMS_REQUEST
BLE_GAP_EVT_SEC_INFO_REQUEST
BLE_GAP_EVT_PASSKEY_DISPLAY...
Hi,
I've been monitoring the posts regarding ARM support for the various Nordic tools and libraries - and its been almost two years now since the M1 were released, and still...
I know this should be possible if the phone acts as a BLE advertiser.
But is there any way to scan for a (specific) phone MAC address, if the phone is not advertising BLE...
Hi,
I am writing the code in the cpp for bt_le_adv_start () function with BT_LE_ADV_CONN as input parameter, this helper macro is not compiling in cpp. It is throwing the...
Hello, guys!
My goal is to monitor battery voltage by using a voltage divider and ADC peripheral of nRF51822 SoC. I find that this example perfectly fits my needs. Consequently...
Hey, I found some plot difference when using write and transceive functions with nrfx library (zephyr os).
I'm trying to send 0x11 using this two codes:
And here...
Hi,
I have been mingling with kernel funtionnalities of Zephyr. I am trying to improve my application using an event based approch and threading.
I am trying to define...
We use nRF9160 on our own board with SDK 1.9.1. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We are connecting to an MQTT broker...
Hi everyone,
i'm currently developing on nRF9160DK with AWS brocker via NB-IOT connection and i don't know if i'm encountering an issue.
Until now, every time that i reboot...
sdk nRF5_SDK_17.0.2_d674dde
I used some flash to store data.
But before dfu,it was equal to (FF FF FF FF FF FF FF FF|........) and after dfu,it was equal to (29 48 0C...
Hi,
In a multi-role central-peripheral code for a nRF52840-DK based device, I have to send a buffer acting as a peripheral. I use the ble_nus_data_send function sent as...
Hi all,
I am currently trying to realize a USB to Uart bridge with the nRF52840 development kit.
I used an old sample as a starting point for this task namely the " usb...
Hi,
I need a sample project for upgradable mcuboot, I am to understand that to have mcuboot upgradable, I need to have 2 stage boot loader, wherein 1st stage bootloader...