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...
Hello,
I am using nRF52840 Dongle and I want to use AIN0 pin for reading a sensor data. I was using PIC for this kind of project(C Programming) before nRF52840. Here my...
Hi I am trying to do the dtm testing, however when I clicked on the link to download the zip file it says page not found, I am wondering where can I download it? Thanks!
Dear nordic,
I have some doubts in this example based on thread. Thread says one node join to the network using by commissioning.
1. In this example where we start commissioning...
I'm sending data from my phone to the device using nRF Connect app for android as follows
uint8_t SoporteBLE::enviaTiempoEspera() { uint8_t tiempoEspera; if(Bluefruit.connected...
Hi
In the Mesh model specification, The Generic Power OnOff Server model extends the Generic OnOff Server mode.
According to Mesh Profile 4.2.3 Subscription List, Power...
nrf51822 production is sometimes hanging (no response) in high current state (almost 250 uA -> normally 20uA).
before this issue, there is similar issue about twi that waiting...
Hi ,I'm working on nrf_MESH v2.20 and nrf_SDK v15.0 and SESV3.40.
In the project of light_switch->proxy_client ,I use printf() to print something and it can work well and...
Hi,
I managed to sniff some communcation in WireShark, ADV_INT, CONNECT_REQ, Empty PDU.
If I try to rebuild the functionality in Python, no CONNECT_REQ ist shown in...
hi.... i am using nrf52832 latest version 15.2
i have merged the uart and timer I have used repeated mode timer in program After i am connecting to nRF toolbox i am getting...
I've noticed during a project migration that the FreeRTOS on SDK 15.2 seems to consume quite alot of current, 0.8mA when the SoftDevice is enabled. I've compared to the example...
With any nrfjprog (9.8, 9.7, WIndows 10) I get ERROR: Write verify failed.
"C:\Program Files\Nordic Semiconductor\nrf5x\bin\nrfjprog.exe" -f nrf52 --verify s.hex
I'm able...
Hi
I am using nrf52832 S132 SDK15.2
How many peripherals can be connected to my central device?
does S132 supports only one peripheral connection?
Thanks
Rekh...
Hello,
I am trying to combine Multilink and Uart examples but i have some problems. I followed some steps from other discussions but i'm missing something. I'm a new programmer...
Hi,
This issue is probably more related to FreeBSD than to Nordic specific issues but I was hoping someone had a similar problem and found a solution.
I am using the...
Hi,
Hi, I am using custom board with nRF52832 and nfc. I am using SDK15.2.0 and Softdevice S132 v6.1.0 to advertising packets . I have referred examples\nfc\\record_text...