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'm having some issues with a design I'm developing using the ISP1807 bluetooth SOC (contains nRF52840). Every time I apply power to my device I have to manually reset the...
Dear Members,
How can I display multiple ANT channel ?
It looks like one channel is occupying all the resource (HRM)
How can I manage the time slice between channel...
Hi,
We are building our synthetic sensors using nRF52840 for smart buildings. In some areas we are using it with BLE only, other areas we use it with BLE mesh. When we want...
Hi,
Hope you are well.
I want to send the saadc data with ble to my pc. I used the below code. I am getting the data in the right format but i am loosing some data in...
I am experience some for me strange behavior with UART0 on a nrf52832. Let me explain:
First I initialize the UART using:
APP_UART_FIFO_INIT(...)
with parameters setup...
Hi,
I am using Ozone with nrf52840.
I used this example: wiki.segger.com/Tracing_on_Nordic_Semiconductor_nRF52840
I am able to debug fine. However, I am unable to see...
SDK 16.0 and SDK 17.0 (tried both versions)
nrf52832
Segger Embedded Studio
Windows 10
When Adding an additional ADC the sleep current increases to greater than...
I am currently using SWO to get tracing data from ITM and DWT successfully.
Now I want to use parallel trace for more throughput. For that I use an FPGA, no JTrace or similar...
I have NRF51822 softdevice, STM link v2 for flashing, segger embedded studio and nrf SDK. I have seen some videos on youtube on how to flash nrf softdevice using ST link....
Hi, all.
I'm using nRF52840 pca10056. s140.
I'm communicating with the CO sensor via uart, but there's a problem.
Sensor-side set to send rx steadily, and when debugging...
Hi, does Nordic provide the "works with all hubs" Zigbee cluster?
I see this blogpost mentioning " Watch out for more information on future Zigbee 3.1 SDK All Hubs support...
SDK: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Board: nRF52840
Hi, I'm a newbie in zigbee stack. I have been get started with the door lock example.
I want to make custom...
Just wanted to share how to interface a thermistor (103) with Nrf52840 and get the values over a BLE android app (Nordic toolbox). refer here,
github.com/.../Thermistor...
Just wanted to share the project for interfacing IR distance sensor with Nrf52840 and get the values over BLE app (Nordic toolbox)
github.com/.../distance-sensor-with-N...