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 working on developing a device using the nrf52832. Currently using the nrf52 PCA10040 dev kit. I'm extending the zephyr/samples/basic/peripheral_dis sample in order to...
When compiling the net CPU with debugging configs such as CONFIG_DEBUG or CONFIG_DEBUG_OPTIMIZATIONS enabled and the resulting hex is flashed to the nRF5340; If then an Ozone...
Hi I am wanting to use the ARDUINO 4 RELAYS SHIELD with the nrf52480 or at least see if its possible.
https://store.arduino.cc/arduino-4-relays-shield
relay data sheet...
I wanna use nRF52820 to make some application development.I wanna a sing-board development kit for nRF52820 ,and nRF52833DK supports development on the nRF52820 SoC and nRF52833...
Hi Everyone This is my first time designing a PCB with the NRF51822. I have designed it using an 2450AT18B100E Antenna and a BAL-NRF02D3 balun. Below is my schematic:
...
There are discussions on WLCSP light sensitivity for nRF5 product, which affects RF, clock accuracy, and low power current draw etc. what about the nPM1100 which clock accuracy...
Is my understanding correct that with VDD supplied and ENABLE = high, having VDD_GPIO floating (i.e. disconnected from a regulated 3.3 V supply) is a valid state? We intend...
hello Nordic
i am working with nrf52840 sdk16.0 s140
i wish to read the UICR register value like this :
but i get this compilation error
since it is a define...
Hello, I'm working the nrfx saadc legacy driver, and despite changing whether I measure Vdd(on the dk) or GND, the saadc output(p_event->data.done.p_buffer[0]) oscillates...
SDK14.0+NRF52832(PCA10040 demo board):
I want to add static passkey to avoid MITM attack, I write code as following, but when I use the mobile app ‘nRF Connect’ to connect...
Dear community,
I need to operate a BM833A as I2C slave and to do so, I performed the following steps:
I modfied my sdk_config.h and set TWIS_ENABLED and NRFX_TWIS_ENABLED...
Hi,
I used nRF Connect for power profiler and programmer for hundreds of times.
But since today, it just keeps on showing white screen.
I tried "Ctrl + R" as well as...
Hi Team,
We are using the NRF52840 SOC for our development purpose and in our application we are planning to port the RTOS.
Could you please suggest us which RTOS is...
HI,
I am using the central_hids project in NCS V1.5.1 on NRF52840 , and now i want to add USB hid into the project, how can i do it?
I have try to do it in nrf_desktop...
Hello,
I've been trying to learn to develop an app based on ZigBee, it's the first time i'm working with nRF hardware and the only things i've done so far was to run some...