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...
Hi I would like to interface the nrf9160 with amw136 (silicon labs) module wifi.
The amw136 has the interfaces: serial (UART, remote terminal), SoftAP and WLAN client (concurrent...
i am working on nrf52832 DK, i am trying to upgrade my development kit firmware using mobile
and i successfully build "secure_bootloader_ble_s132_pca10040.hex " application...
I'm currently using this setup on a fitness device prototype that will send battery status, scores and relevant infos. RPi >>>RFM69 915MHz )))))) ((((( RFM69 >>> Adafruit...
Hi,
I am using the softblink library in SDK 13.1 to control a RGB status indicator LED. It works fine, until I want to change the PWM settings or the LED pin.
The change...
I'm developing an interface I2C to one sensor including SCL, SDA and open-drain return to know if
the sensor is ready to work. After Reset by "Build and Run" form Segger...
Hi,
I'm a new guy for the development in nRF52840 and try to build the application by using 802.15.4. I have two questions, as follows:
Firstly, when I follow the instruction...
Hi, environment is nRF5_SDK_16.0.0_98a08e2 windows SES target is nrf52840. I am using the nordic dev board. The final product is a wearable, which will connect to a smartphone...
Hi All,
I'm using NRF52832 for our product. I test bootloader functionalities with development kit. The software system is also tested separately by directly programming...
Is it possible to achieve 2Mbps real speed when sending 2Mbs of data in BLE.50?
It supports USB 2.0 H / W, but the actual speed is full speed. Is high speed possible with...
What is the need for a provisioner? Is it mandatory to have provisioner while client and server communication? In which condition provisioner needed in mesh network? Which...
Hello,
This is more a question than a issue. I am working on a sample to transmit data from MOSI of the SPI to UDP. It is possible to see received data through SPI on LTE...
I would like to make a timer to check the GPIO status.
The current code is like below:
I already checked that timer function is worked by implant the specific event...
Hi, I am developing sensor reading via ble using nRF52 Development Kit from scratch.
Since bluetooth, nrf, sdk stuff are a whole new world for me, I m following step by...
Hello All,
Recently I got the nRF 52840 PDK kit and wanted to start with a simple example.
I tried do the following. It works but when I use the following it doesn't....