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...
Hi,
I'm trying to send multiple messages to a MQTT server at QoS 0 , but the client gets disconnected after +8 messages. I'm able to send more then 8 if I add a delay of...
Hi,
I have modyfied the MQTT example to, so I can send data to my own AWS account.
I'm trying to publish big packets of data, (> 7K) without luck .
what I have done...
I've seen a few demos of the AoA and AoD features of Bluetooth 5.1. In general these demos are highly controlled are done at ranges of ~1m between the Tag and Receiver. For...
Hello
just a single question
I need to configure a BLE nrf51822 to transmit along with its MAC address the battery level of the battery used ?
What type of functions...
in the specsheet it says that there is a "A fully qualified RF layout for the nRF905 available" but the link is dead and i cant find the download. any help would be appreciated...
Hi!
We are in the process of evaluating the nRF9160 DK.
There is an important aspect of the application for us, we want to be able to define some constants that can be...
Hi, I am developing a system using nrf52832 SoC. I am using SDK_15.0.0. I am developing the hardware using ses project. Please help me how can I print the data which I am...
I am following the tutorial to work with nRF9160 and I ran into this error while configuring for Open nRF Connect SDK Project.
I checked the CMakeError.log and I got...
Hi, everyone, We develope the projects on nordic nrf52832 chip module that include main project and bootloader. The created update files (".hex" encoded to ".zip") we burn...
To the kind attention of Nordic,
I'm studying the code in SDK 15.2 examples/peripheral/usbd/pca10056/blank/ses. May please I ask more infos about the comment you put in...
Hello,
In a nut shell i am try to get a Model in PyACI to subscribe to a group address and display events. i have had limited success. and will try to explain as best i...
Hi!
Well, this might be off topic but as nordic is involved in zephyr I will try:
As nrfsdk only supports S=8 for sending messages I would like to try the zephyr project...
setup
nrf52840 with 4 peripherals and 3 centrals
Is the following png shot valid where it states that in sdk15.0 that the advertising module only supports 1 peripheral...
Hi,
I'm pretty new to nordic development, so I'm sure the error I'm facing is easy to solve, but yet I can't do it by myself.
So, I'm using the nRF51422 on a custom board...