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...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
hello Nordic
i work with nrf52840, SDK 16.0
this issue was discussed in the forum but i wish to get a clearer answer
to my understanding (relaying on the saadc example...
Hi,
I am using 2xL91 battery for powering board with sensor and camera. In general there is no fluctuation when we use sensor which is taking about 4.2mA and in idle mode...
Hello,
I am attempting our custom hardware based on an nRF52 chip.
nrfjprog returns the following error message:
ERROR: JLinkARM DLL reported an error. Try again....
Dear Sirs,
We are currently considering to put nRF5430 SoC in our next generation gaming device. One possibility to develop the firmware for nRF5340 SoC would be to use...
Hello,
I have just started learning nrf. I have an nrf52832 board and I want to get and set time using app.
I have seen this https://devzone.nordicsemi.com/f/nordic-q...
Hello
I would like to change the "Company ID" in my application so that it is no longer Nordic's (my application is based on the ble_thread_dyn_mtd_coap_cli example). I...
Hello
I'm contacting you because I'm having a problem connecting to devices that use the ble_thread_dyn_mtd_coap_cli example. Actually, I have no problem when I connect...
Hello all,
I am working on nrf52832 and i need to use the nrf_crypto librariy. The example uses nrf_crypto_aes_crypt and nrf_crypto_aes_finalize function. Although they...
As title, I would like to measure an API function execution time. First method is to print the timestamp before and after the API and the second is to use GPIO and measure...
Hi!
We are developing a board with nRF9160 and want to use it on NB-IoT mode.
The development is made in Romania, Cluj-Napoca and here we have no problem with it. Even...
hello sir/madam .
i am going to implement the code to master and slave clock communication , iam connecting the one nrf52 module to the master clock (through wire controller...
Hello,
I guess it is a simple problem, but I am new to the nrf world, so here is my issue:
I want to use this code to switch on a LED by pressing the on board button...
Hello, I am starting a project and I want to know what is the best way to achieve this. I am using nrf52832, I have the DK as well as custom board. I want to receive an image...
Hello Noridc Support Team and All members,
I am new to BLE development.
I am using the nRF52 development kit and the SDK v17.0.2
My intent is to send the sensor data...