I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
We are building an application on the nrf5340 application core. We noticed that library calls are being made to perform double precision floating point arithmetic which...
Hi all,
I was looking at all ble events and found a few GAP events related to security:
BLE_GAP_EVT_SEC_PARAMS_REQUEST
BLE_GAP_EVT_SEC_INFO_REQUEST
BLE_GAP_EVT_PASSKEY_DISPLAY...
Hi,
I've been monitoring the posts regarding ARM support for the various Nordic tools and libraries - and its been almost two years now since the M1 were released, and still...
I know this should be possible if the phone acts as a BLE advertiser.
But is there any way to scan for a (specific) phone MAC address, if the phone is not advertising BLE...
Hi,
I am writing the code in the cpp for bt_le_adv_start () function with BT_LE_ADV_CONN as input parameter, this helper macro is not compiling in cpp. It is throwing the...
Hello, guys!
My goal is to monitor battery voltage by using a voltage divider and ADC peripheral of nRF51822 SoC. I find that this example perfectly fits my needs. Consequently...
Hey, I found some plot difference when using write and transceive functions with nrfx library (zephyr os).
I'm trying to send 0x11 using this two codes:
And here...
Hi,
I have been mingling with kernel funtionnalities of Zephyr. I am trying to improve my application using an event based approch and threading.
I am trying to define...
We use nRF9160 on our own board with SDK 1.9.1. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We are connecting to an MQTT broker...
Hi everyone,
i'm currently developing on nRF9160DK with AWS brocker via NB-IOT connection and i don't know if i'm encountering an issue.
Until now, every time that i reboot...
sdk nRF5_SDK_17.0.2_d674dde
I used some flash to store data.
But before dfu,it was equal to (FF FF FF FF FF FF FF FF|........) and after dfu,it was equal to (29 48 0C...
Hi,
In a multi-role central-peripheral code for a nRF52840-DK based device, I have to send a buffer acting as a peripheral. I use the ble_nus_data_send function sent as...
Hi all,
I am currently trying to realize a USB to Uart bridge with the nRF52840 development kit.
I used an old sample as a starting point for this task namely the " usb...
Hi,
I need a sample project for upgradable mcuboot, I am to understand that to have mcuboot upgradable, I need to have 2 stage boot loader, wherein 1st stage bootloader...