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,
I changed saadc.zip for nRF5340DK and my main.c is like following:
At the end of my developement I would like to sample ADC at 200us and the buffer should have...
Hi,
Follow up with previous thread . I'm still working 1 central vs 9 peripheral project but still sufferering packet loss. I'll describe both central and peripheral configurations...
I've set up an example application using the peripheral_hr application example and workspace because I need to load a module using west https://github.com/twonius/Zepyr_Spot...
Hi
I have question about design custom board. I am using thingy53 as my reference design.
For the bare new chip I have on my custom board. Do I have to use jtag to program...
Dear,
We want to disable the JLINK port. I read a couple of threads related to this question but couldn't find the specific answer we are looking for.
Please let us...
Good day
I am developing on the nrf9160dk with a tag reader using i2c and am wanting to know if there is a function to pull down the SDA or SCL pins during operation in...
My name is Thomas Ramberg and I'm the founder of Dory in Norway ( dorysign.com ) an upcoming product that is using the Nordic nRF52840 chip. We are about to do CE and FCC...
Hi,
I have a central application that runs on nRF52833 soc. I want to connect it with my nrf connect for mobile app, so I've created a new advertising packet in the advertiser...
Good day, sirs
I am trying to imply function that one central device could connect to max 3 devices, only one device active, while switch active device between the three...
Hi,
I'm working on SDK 15,
When initializing USBD using function app_usbd_init, I found that if APP_USBD_CONFIG_POWER_EVENTS_PROCESS = 0,
it disabled all USBD event...
HI everyone, i have a problem when implementing Butterworth bandpass filter in SAADC module to cancel out the noise of our ECG module.
I used " nrf_saadc_value_t m_buffer_pool...
---
I want to apply whitelist and peer manager to an existing project Now, the whitelist is not applied, and if you give the 'scan start' command, the scanned device lists...
Hi Team,
We are developing an application where we have PWM like pulses coming from our sensor. Max frequency of this would be around ~8k. We want to poll the number of...