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...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
We are using NRF52832 based Module in our design. Currently BLE Services & characteristics used in our firmware: 1. Custom Service characteristic 1: 37 Bytes characteristic...
Hi,
I understand that BLE Logical Link Control and Adaptation Layer Protocol is responsible for protocol multiplexing capability.
Can you please explain what kind of protocol...
Hey,
when i call:
otLinkSetChannel(OTInstance, ThreadChannelToUse);
from the very beginning of the programm:
void main(void) { int ret; ret = InitLEDs(); InitTemperatureMeasurement...
We are using nrf5340-dk to communicate with nrf5340 custom board and trying to search for the other sensors' addresses. There is secure mode and unsecure mode CPU. Which mode...
Hi.
My first attempt to get SAADC to work was:
NRF_SAADC->INTENSET = (SAADC_INTEN_RESULTDONE_Enabled << SAADC_INTEN_RESULTDONE_Pos) | //A result is ready to get transferred...
Hi,
Can I connect a 3.7V Li ion battery to the dongle VBUS keeping the SB1 and SB2 configurations as default?
Would this 3.7V applied to IC's VBUS pin cause any issue...
I want to view extended advertising, auxiliary advertising , LE coded data.
i had installed nrf sniffer app wireshark but it doesnt display this.
Ellysis bluetooth tracker...
Hello,
I am working on NRF52805.
I am able to debug my program with J-link using SEGGER.
However, when I try to download the program it seems like it is not running...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central.
Is it possible to change the Tx Power while connected to the device? I made it possible to change...
Hi,
I am migrating my project from SDK15 to SDK 17.0.2. I am using NRF52840 development kit and using s140 softdevice for bluetooth services. When I load the softdevice...
Hello.
I'm trying to make very simple iBeacon. So, I modified an example of 'ble_app_beacon'.
Things what I have done are below
1. wrote J-Link OB-SAM3U128-V2-NordicSemi...
Dear supporters team,
I would like to create a new project, It has a feature scan BLE peripherals and print name of peripherals
Could you help me suggest step by step...