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...
Good morning/afternoon/evening to whoever is reading this.
I am fairly new to working with nRF tools, this is in fact my first time working with this. I have a linux virtual...
Hi,
Sdk-17.1.0
Soft device-s112
I have large amount of sensor data in my memory (eg:- 8MB of temperature sensor data, 100000 readings). I want to transfer this to the...
When the nRF52840 Dev Kit is sending data as a peripheral, connected to client running nRF Connect all works.
I am sending (streaming) a text file to iOS phone or Android...
Hallo,
I am using SDK V7.0.2, SoftDevice S140 V7.2.0 .
I am trying to implement an application timer with the Secure Bootloader example. I checked in to the nrf_bootloader_dfu_timers...
I can use segger to develop ncs1.5.0 projects, but when I switch to ncs1.6.0, I cannot open all the projects in the directory.
Segger error log:
Creating solution sensor_server...
The nRF24 series is marked as Not Recommended For New Designs. Yet looking specifically at nRF24L01 and nRF2401A, both not recommended, they recommend using nRF24L01+ and...
Hi,
The USB console example in zephyr/samples/subsys/usb/console works
well with nrf52840 usb dongle. But when I upload s140 along with my app it
does not work. Can...
Hello,
i am using nrf52810 with mpu6050 for reading accelerometer and gyro-meter data and i want to advertise the sensor data continuously in nrf mobile application where...
Dear,
We are llooking for an example to use RSA 3072 for nrf5340 bootloader.
How can bootloader (samples/bootloader example) support RSA 3072 for nrf5340?
Regards...
Hi,
I had my application running on nRF_SDK_For_Thread_and_Zigbee.
I have been following SDK APIs directly in my code to calculate certain parameters:
1. nrf_temp_read...
Hello,
I tried to power the nrf9160-DK with external supply on port P21, as suggered :
https://infocenter.nordicsemi.com/pdf/nRF9160_DK_HW_User_Guide_v1.0.pdf
So I...
As per DFU concept t he image management command handlers makes it possible to upload , list , test and confirm the image(s), while the OS management command handlers makes...
Hi,
We need to enable internal RTC of SDK,
Pls share location of RTC driver implementation in nrf Connect SDK 1.8 & 1.9
can you please share example code for enabling...
I have tried to used the function below.but it will make my key interrupt disable when i set gpiote_ch_id to 0 .My key is in PIN 0.11.
So I want to know the meaning of gpiote_ch_id...