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...
I can connect same sensor using nRF connect app. See attached snap shot.
The BLE connected Pressure sensor is advertising the Unknown Service using UUID : -- 18FF (First...
Ladies and Gentlemen,
I was wondering about the maximum clamping current of the Body Diodes of the nRF9160's IOs. There is no value stated in the product specification....
This might be a naive question, as I am a novice in this field.
I am making something similar to ble_app_hids_keyboard in sdk11, it will be configured as a consumer device...
I am using windows 10 and I was trying to operate my pca10028 board for a blue tooth connection. I pressed the reset button a few times but now its not working and only LED...
Can a corrupted InfoPage of the nrf24le1 be fixed from an ELNEC/Dataman programmer? I have read on the forum that th InfoPage can be restored from Nordic kits/IDEs, but I...
I am using an nrf52832 DK with Zephyr and I have a component that require a block of code to run uninterrupted. Specifically I am using HX711 with four load cells, and the...
Hi,
I want to display a picture with a screen (80x160) with st7735 and sdk 15.3 (segger embedded.)
I have some problems.
I use the function nrf_gfx_bmp565_draw, so I...
I am using the NRF9160 for SPI using an external Flash. After using the 'http_application_update' samples, I was able to get the value of the data written on the external...
Hi, I am a MCU developer searching BLE MCU to develop some IoT project.
I would combine nRF series and LTE NBIoT module for IOT project.
And I need to integrate many different...
Hello all,
I am trying to use my nRF52832 DK for a wireless camera shutter for my phone. I have reviewed the example code from SDK 15.3.0 named ble_app_hids_keyboard as...
Using SES, nrf52840DK, the onboard debugger.
I am able to set a breakpoint and use condition like x == 5.
I am unable to use anything but the == operator. In SES I...
On line 904 of nrf_log_frontend.c there is a log message to indicate the backends are flushed – but this message adds a log to the queue. If auto flush is enabled, this can...
Hi forum,
I am worked on nrf52832 using sdk 15.0.0.
How to used RTS and cts for enable HWFC on nrf52832.
Is their any example for HWFC control through RTS and CTS line...