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...
Hello, I want to port the "ANT and BLE Heart Rate Monitor Relay Application" to the pca10059, but it doesn't seem to work. (The led flashes fast so i guess it indicates BSP_INDICATE_ADVERTISING_DIRECTED...
hello i am using sdk 16 with nrf52830 dvk i have interfaced accelarometer sensor and created a timestamp using internal rtc now i want to send 100 packets(accelarometer data...
HI,
We meet the issue in our product, it is related softdevice, Please help us check it.
Our development enviroment:
SDK: nRF5SDK160098a08e2
SD: s140_nrf52_7.0.1_softdevice...
I'd like to use a nRF52840's UARTE0 as interface for a DMX512 controler. For that I'd need to set the interface at 250000 baud with 8N2. But I can't see how to configure 2...
Hi there,
I've configured the NRFX API of GPIOTE to sense four pins to go from low to high. This works well while the device is on. When the device is off (via having called...
The documentation mentions:
"Supports a star network topology with one Host and up to 8 Devices."
What is the fundamental limit behind this? Would it be possible to...
Hi All,
I tried NCS example scan_adv to test nrf52811 however it's stopped on bt_enable()
the log as:
[16:36:13:020] *** Booting Zephyr OS build v2.4.0-ncs1-1699-gcdc4c217fbd0...
Our application requires an RTC for keeping track of date and time. We use the nRF5 Calendar as a basis for this. This example uses epoch timestamps which is pretty easy to...
I am currently developing my app with nRF52 DK and use the nRF52480 Dongle as a simulated sensor using the built-in server definition capabilities in nRF Connect for Desktop...
Hi.
I am looking for advice on which board may fit my purpose. My intended route as of right now is described at the bottom of this post. I have a door lock that has an...
Hi, I am using ANT Protocol in nRF52832 SES SDK17.0.2
Run the code in <Install folder>\examples\ant\ant_broadcast\tx file and i found that need to download the SDK file...
Hello I have an application which advertises permanently on the Bluetooth but I would like that under certain conditions, that they advertise another name. Can you tell me...
Hi everyone,
In the USBD example we use ENDPOINT IN 1 to comunicate (if a button is pressed) with the host the position of a mouse.
I modified this example, I don't need...
Dear Sir.
In my program 2 strings I need to protect when a new firmware is updated.
#define PROD_DATE "PROD_DATE_03_12-2020" #define IRON_NUMBER "IRON_1234567899999...