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'm running nRF Connect Extension Pack on macOS within VS Code
Whenever a Build or Pristine Build has finished the terminal shows this message:
Terminal will be reused...
Dear NCS experts,
Considering a Bluetooth Mesh firmware application based on nRF Connect SDK 1.7.1 that is running on a nRF52832: How do you enable/disable the gatt proxy...
I can't seem to delete my post, but my Common->Preprocessor->User Include Directories path was incorrect (included an extra folder name)! My problem is resolved.
I am...
Hi all iam trying to read the differential analog voltage between AIN0 and AIN1 which is pin0.02 and pin0.03 and print the voltage which will be in micro volts from 400 micorvolt...
https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-desktop/download#infotabs
When we choose macOS in drop-down menu under " Choose platform and version...
Hi
1、The customer wants to use AES-128 encryption in their project and want to know how much flash and RAM space does AES-128 encryption use ,I found cifra_AES128-EAX folder...
Hi I want to used Nordic BLE SoC for data transmitting and reception on 2.4GHZ BLE network, need to connect to 4 BLE device and get data with all 4 device with a minimum data...
Hello!
I'm currently working on a project that uses an Icarus IoT board that is connected to a camera through UART. The board is taking pictures with the camera, gathers...
Hello,
I'm using the NRF5 sdk v17.0.2 with s140 on the nrf52840,
I would like to know the technical reason why the APP_ERROR_HANDLER definition in app_error.h depends...
Hi
1、I according to the link below to change the project of nrf52833 to nrf52820,but failed!
Nordic Semiconductor Infocenter
2、Figures below are my modified in the...
Hello,
I am testing the 1 CENTRAL module with 4 PERIPHERAL module connection.
So I set the
NRF_SDH_BLE_CENTRAL_LINK_COUNT 4
NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 0 ...
Hi,
I have two custom boards, one is central with nRF52933 and other is peripheral with nRF52832.
In the previous test, the connection between the 52833 central board...
Hi Team
Because Ble_2Mbit have better RX sensitivity than Nrf_2Mbit. Can I use Ble_2Mbit in ESB code? Is there any potential technical or legal risk? thank you.
regards...
Before updating to V2.00, the DTM tool can automatically detect the serial port, log has a clear indication whether it is connected to the target board, when the DTM update...
Hello.The SDK version I'm using is 17.0.1 and the protocol stack version is S140_7.2.0. I use the nrfutil to generate the update zip file for dfu,but I find that the nrfutil...