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 am trying to use the UART for a custom version of the DFU. I have it transmitting no problem, but I never get the RX_DONE event. I cannot see any reason and I have looked...
Hello,
I have a question because there is a problem with writing code using timer.
I wrote the following code to avoid using the LED timer when I first ran it.
However...
Hello Please help. I want to connect ble central to a specific address. And the ble peripheral has a ble central address, that can connect to it. 1. Is a whitelist used on...
hi,all
i am a new learner about the BLE
when i use softdevice 17.0.2 to run the example (anyone) ,there is no problem.
then I want to use the SDK12.3.0 to run a formal...
hi
I am using nRF52832 and mesh sdk V4.2
I have modified the light switch example in order to send 1 byte of data instead of the on-off commands. in the server side I...
Hi,
I have a problem with coap response. I use iot coap library.
Client send nonconfirmable coap message with payload to broadcast addr
Server get payload and send nonconfirmable...
I am getting the Following error after connecting the JLink
I followed the following procedure
What am I doing wrong? DO I need to install anything else?
Hey All,
I ran into an issue on the nRF Connect SDK trying to get a nRF52840 advertising using CODED PHY. I figure it's not fully implemented yet are there any updates on...
I advertise as
BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED
This posts suggests I may have not really disabled...
I am using an NRF53 DK board with nRFConnect/Zephyr 1.3.0. I need to define the UART pins I will use in a .overlay file but I would like to NOT define any flow control pins...
Hey
I am working on nRF51822 SDK12, S130
I have encountered a problem when connecting and disconnecting from the device at a fast rate, occasionally comes an event in...
Hello,
We integrated latest released version of "pc-ble-driver.py" & "nrfutil" in our custom linux os running on ARM 32bit based custom board (B1).
pc_ble_driver_py :...
Hello,
Our design uses Laird's BL652, which uses nRF52832. I need to calculate the maximum clock drift of timers given the crystals used in our design. Our application uses...
Hi,
When I tried to use BLE5.1 phase data to achieve direction finding, I found a phase shift between reference period and the first slot, as the below graph shown:
...
Hi DevZone!
I would like to use nrf9160 for sending/receiving data by interfacing it with my microcontroller over UART and sending AT commands. I have a nrf9160 Feather...