In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
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...
Hi
I can't find the information about nrf52832's blocker power level and harmonic in the nRF52832_PS_v1.4.pdf and infocenter,Could you provide the blocker power level and...
Hi all, actually I am able to flash ble cental code to development board, and can able to connect and send data trough nrf connect app.
But my issue is, when the power to...
Hey everyone,
im currently trying to print a message once a gpio interrupt is fired over usb to the serial console. Therefore i basicly merged the basic/button sample with...
Hello,
We want to update our environment to use Python 3.10 due to added features such as match cases. However, we use the nRF52840 dongle together with pc-ble-driver-py...
Hi -
Just received thingy 91 and updated the firmware, but accidentally out of order. Wondering how to recover from the error "no matching trait found" when trying to update...
I am working with UBLOX AOA part and trying to program a custom module of nrf52833 instead of their UBLOX C209.
According to UBLOX they are using NRF CONNECT SDK 1.5 in...
Hello,
Using an nRF52833dk and following this documentation https://github.com/makerdiary/nrf52840-mdk
I was able to flash the blinky example on my board, but only once...
Hi All,
SDK => v17.1.0
IDE => Segger
Project => Peripheral - libuarte
When I communicate with other development board, if I use this block of programs, nrf_queue_push...
Hi All,
I am trying to understand the possibility of using Bluetooth Mesh technology for voice communication for longer distances.
My main problem is to communicate longer...
Hi,
I was wondering if it was possible to notify the application layer if the central device is scanning and it (the central device) sends a scan request to an advertising...
Hi,
I have two questions regarding the UART and SPI communication at high speed.
I am using the UART and SPI to transfer data on nRF52832 and sdk 17.0. I connected an...
Hi Team,
I try to design a PCB based on nrf52840 chips, can you help me check if it is right?
Something like Power supplement, SPI interfaces, and debug and programming...
Hello,
I am currently using nRF Connect SDK v1.7.1 with a nrf9160DK. I keep getting "create_nordic_project.py filed (1)" when I try to open a new project with a overlay...
Hi, I am trying to measure power consumption (the device is an nRF52840 dongle) and I get different results when the board is connected or not to a JLink external debugger...