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 All,
I am Using the NRF52840 DK Device for my application development
I want 2 UARTS for my application
I have used the example - nRF5_SDK_15.3.0_59ac345\examples...
I am currently developing a central device based on the NRF52832. I am able to discover and get handles to all the services and characteristics of interest on the peripheral...
Hello,
I wanted to know if I can use AT commands to communicate with nrf52840 DK.
If it is possible, do I need to have a separate firmware or is nordic sdk enough?
Hi, I am new to FreeRTOS and am planning to change to some of my code routines to FreeRTOS because my code has been expanding and in need of priorities interrupts. I face...
Hi,
I have modified the asset tracking application to work with my AWS IOT account, I have noticed that after several minutes, the broker stops responding (not getting PUBACK...
Hi,
I am experimenting with ENC28J60 and PCA10056. Following are my connections:
================= =================================== NRF52840 PCA10056 ENC28J60 (pin...
Hi
I tried to implement Eddystone example in nRF52810. it worked successfully. Then i tried to implement same in nRF52832 using pca10040. But it not working. I only changed...
Hi, I'm running the saddc_pca10056 peripheral example given in SDK v15.2.0.
The analogue pin A0 is connected to the signal line of an LM35 temperature sensor. When I measure...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
I am porting RTC example code as is into ble_app_blinky...
hi...
i want to advertise the multi link central example , i have added the advertising in code , now my central is advertising but when i tried to connect , i am getting...
I programmed a NRF52840 Dongle with the example light switch code having changed the channel to 14 which is what my coordinator is on.
I then programmed a NRF52840DK with...
Good day,
I program my nRF52-DK with BLE Eddystone example's pre-compiled hex:
\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_eddystone\hex\ble_app_eddystone_pca10040_s132...
my bootloader.hex is generated by "nRF5_SDK_14.2.0_17b948a\examples\dfu\bootloader_secure_ble\pca10040\arm5_no_packs", my app.hex is generated by a modified blinky example...