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 have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
Hi,
We need to update the firmware of the device through IOS-nRF-Connect-Device-Manager, but the language currently used in our old project is objective-c. IOS-nRF-Connect...
hello ,
We use the nRF9160‘s GPS. We see that the 9160 Thingy use a GPS LNA between the 9160 module and the 9160 GPS antenna?
We want to know, whether we can do...
Hi,
I know that the Bluetooth mesh cannot use long range, but I want to know whether the output power of the node can be controlled to adjust its broadcast range?
Thanks...
hi support team,
for ncs, how to add dir to segger IDE like this one.
for example, like keil IDE separating those two .c into two folder in segger.
Regards,
William...
HI
This is regarding to create a project which supports below peripheral
1. Uart : To interact with Windows application - Working Configured Successfully
2. I2C: for...
The instructions at https://github.com/NordicSemiconductor/pc-ble-driver do not allow building the driver or the examples on a Windows system. Following the instructions takes...
Hi, I developed a BLE and Zigbee custom product, starting from nRF5 SDK for Thread and Zigbee v3.2.0. On BLE side, it connects with Mobile or Tablet using Pairing with bonding...
Hi,
1. Does nRF52840 CKAA WLCSP support QSPI 32MHz?
2. What should qSPI 32MHz measured CLK waveform look like?
3. Is there a 32M QSPI CLK sample diagram actually measured...
I finally had success in getting a SPIM master running with a single SPI slave (Honeywell sensor running CS 4 on the Arduino R3 header) on my nRF9160DK. But now I need to...
Dear all:
I am developing a ble scanner using RADIO Peripheral.
I have 2 questions to ask
1.When is the END event triggered?, How does the hareware know the packet is...
I received the hardfault in the following image.
The function at the address 0x00028C44 is:
The hardfault did not occur again after resetting. I'm not sure why this...
Hello,
We have a PIC32 controlling the NRF24L01 with some sucess so far.
But sometimes we get the chip in a state that we can't get off.
We still cannot pinpoint the...
Hi Team,
I am developing an application that nordic chips receive data from msp430 chips by the SPI, and send them out.
Nordic can receive the data from the msp430, but...
Hello everyone,
I tried to add the long press event into my bsp_event_handler without success. I get the normal button press event, but the long button press event is not...