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 develop a device which can communicate with other users without any cellular coverage or network by creating a lora mesh network like above mentioned picture. in...
Hello,
I am having issues integrating mesh functionality into a preexisting BLE project.
My project is based around an nRF53832, with SoftDevice S132 and uses nRF5_SDK_17...
Hi,
i want to connect my nrf5340pdk board with the MPU6050 sensor. They should be communication using I2C.
I read different information about the connection of the sensor...
Hi,
I have two questions about the nRF52DK power consumption when powered via USB .. one is for interest, but the other one appears to be an issue.
I have run some comparative...
Hi, I found an unexpected bug which leads to stuck at this point 856419>, app_error_weak.c, 105, Mesh assert at 0x0003AA3A (:0) it's happened after a fast setting the level...
Hello,
I am trying to spot a bug in which some memory corruption is happening. I don't know in advance at which address the corruption will happen, as it happens in some...
I want to trigger SAADC samples manually, when a certain BLE message arrives. I'd ideally like to have a trigger scan 4 individual channels.
I see two function calls, though...
I want to use the SoftDevice APIs to read and write flash on the nRF51822. Are there any examples of how to do this. I see all kinds of mixes between pstorage, NVIC (not sure...
Hello,
I am new to Nordic and quite new to ZigBee. Just had a short evaluation with Silabs so far.
My goal is developing a custom lamp for serial production that needs...
Hello,
I am trying to perform a FOTA update from nrfCloud to a Thiny:91 device, but I notice that a mansage appears forcing me to update to FOTA_V2. The problem is that...
Hi,
Are the functions implemented in drv_uart and uart_app even related to each other? I noticed that uart_app implements only some simple functions. Can someone please...
Good morning Now, using nRF52832, I want to implement multiple central devices (smartphones) with one peripheral device (nRF52832 Device) to simultaneously perform BLE Multi...
I'm trying to send ADC data through BLE using nRF52840.
According to the example codes named ble_peripheral/ble_app_uart , peripheral/saadc , I wrote a code and it is...
With SEGGER Embedded Studio 5.10d and nRF52840, the register view show TIMER0-2 with 6 CC registers but they only have 4.
It's quite confusing particularly when using the...
Hi everyone,
I have created a BLE connection utilizing E73-2G4M04S1B module from EBYTE with nRF52832 as its core.
My problem is its low range which is limited to 15meters...