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...
I want to dump lengthy log data out through an RTT connection if the JLink is connected but NOT spend that time if there's no physical RTT channel present. The idea is that...
1.Customers need to use nrf52833 for design and production in this package: WLCSP package, 3.175 x 3.175 mm
2.I noticed the description in this manual:nAN-38 WLCSP Handling...
At present, the SMS is sent normally. The format of nrf9160 is 7bit, and can send a maximum of 160 characters. However, how to send it in packages if the content exceeds 160...
We are looking for a Bluetooth 5.1 indoor positioning solution at precision around 1m.
Could you help figure out which platform/reference design is capable of implementing...
Hi,
I have configured the MQTT simple sample from nordic to send data to our broker, this works just fine at the moment.
I would like to send Json formated data to the...
Hi all,
I was playing around with radio and trying to create interupts for the event_end flag and i've now messed up completely and even without the code i added the chip...
I am working with the PWM driver to drive a stepper motor and I have a couple of doubts about when all the events are generated. My doubts are related to events:
NRF_PWM_EVENT_SEQEND0...
Hi,
I try to implement a disconnection after wrote a characteristic parameter. This byte change the working mode of my systeme.
So user connect, write the field to change...
Hi everyone,
I'm working on a BLE application using nRF52840. This application actually run with nRF SDK15 and we need to upgrade it to SDK16.
I followed Migration guide...
Hi,
We currently have a project that uses nRF52832 in audio. There are currently two questions that need to be confirmed.
first question:
Because other chips on the...
Hi,
The Ai0, and Ai1 inputs can be used as voltage references for COMP feature. Is there a way to use input Ai0/Ai1 as reference voltage for SAADC?
Thanks in advance...
Hello! I need to migrate the loader project from SDK15.3 to 16.0. The SES project parameters are as follows: FLASH_PH_START = 0x0 FLASH_PH_SIZE = 0x80000 RAM_PH_START = 0x20000000...
On a custom board based on nrf52840.
We want to write data on a SD CARD every XX seconds.
We implement this by changig the state of a state_machine at every wakeup from...
Hello, I am working on an application which is freeRTOS based, now I wanted to integrate Glucose sensor app which supports secure connection and bonding. In
ble_evt_handler...