I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
Hi,
I am reading some sensor data based on interrupt and i am string the data after read "n" bytes.
my store function takes around 300-400 ms but i have to read samples...
This is just a verification, but in the nRF52840 Dongle schematic, it looks like VBUS is is connected to VDDH (by way of VBUS_nRF, which isn't an actual pad or pin, but just...
Hello,
We are developing PBC with nRF52840 and we have problem regarding PCB layout. Because our PCB maker has minimal spacing between pad and track 0.2mm we can't make...
Are the iOS and Android Mesh libraries hosted on Github ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library and https://github.com/NordicSemiconductor/Android-nRF...
Using the nRF Connect toolchain manager on Mac I get the following errors when downloading any SDK.
I have also tried using the manual SDK install process but get...
Hallo everyone,
I have interfaced LIS3DH with nRF52832 and reading a value as below
X 230
Y 249
Z 54
How to convert this value to standard acceleration unit...
I am using the nRF5_SDK_17.0.2 "examples\ble_central\ble_app_blinky_c" example to start with my device.
It works using "init_scan.connect_if_match = true"
However, my...
Hi, all
I'm using nrf52832 pca10040, s132
I've asked several questions, but I haven't found a solution yet.
I want to send data through uart to the custom board.....
Hi,
I am trying to extract the static MAC address from a 52832 using NCS.
I do not want to try to read directly DEVICEADDR[0] or 1, but use a clean function.
I tried...
Hi People, I hope I can get help here or get pointed to a right forum where this can be answered.
I am using u-blox NINA-B306 (based on nRF52840) in one of my custom made...
Hello,
I am using the address resolution function getaddrinfo. Everythink looks fine, however I am wondering which DNS is used for that and if it is possible to update the...
Hi,
I am trying to do a quick PoC to connect some thread nodes to the cloud through a BorderRouter(RPi3b+ running Nordic Border Router, connected to a router using LAN...
I started with the peripherals/spi example, and am now trying to update to the recommended nfrx drivers. I can get the spi working fine, but I can not get the linking to work...
I am setting some manufacturer specific data to broadcast using sd_ble_gap_adv_data_set().
The data gets sent out perfectly when the advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
In my application, a host co-processor controls when to start/stop advertising, connect etc.
I've noticed that soft-device command are state-dependent, e.g. calling ble_advertising_start...