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...
Hello:
I'm new on nrF52832 development. I did some tests using nRF51 and so far so good. However I received a few samples of E104-BT5032 from eByte http://ebyte.com/product...
Hi,
I have 2 SES projects that both require softdevice plus application.
One of the projects combines application and softdevice into the .hex file that is generated...
HI
I am Programming in Keil IDE and I am using ST link v2 like debugger, but in Keil shows this problem "internal command error"
what is the problem? I was thinking...
I'm trying to build support for uart async api by adding:
CONFIG_SERIAL =y
CONFIG_UART_ASYNC_API =y
to my prj.conf. Without CONFIG_UART_ASYNC_API the app compiles...
The nRF Connect Extension for Visual Studio Code was recently updated to v2021.10.103 but, unfortunately, a problem mentioned in this post still exists: "Unknown board" issues...
Hi,
In the documentation for the nPM1100, in the section " Charging indication (CHG) and charging error indication (ERR) ", there is a schematic for connecting ERR/CHG...
HI.
is my first time to using Nordic devices, and I'm going to program nRF52840 to medical product,(oximeter, gyroscope, etc.), I am using a dev, module basic, only to test...
Hi By mistake I closed below but the issue not resolved yet.
https://devzone.nordicsemi.com/f/nordic-q-a/81276/agps-example-question-related-to-psm-command-disablement ...
I want to set an external LED on and off with the coap server example, but It doesn't work. I tried two different methods. The uncommented one is more like a normal blinky...
Hello,guys
I build nrf9160-dk modem_shell demo as cmd '$ west build -b nrf9160dk_nrf9160ns ' and then '$ west flash ', after the system running up, I try to ping baidu website...
Hi,
I have a question about the TID field in Generic OnOff set message. I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. I have enabled...
I am currently working on a project with strict size constraints. I am therefore interested in running the SoftDevice without the MBR (if that is possible). The project consists...
Hello,
I am building a Central app based on the UART example central to replace an existing BLE soc that is no longer available.
The Sensors are custom with fixed characteristics...
Hi, As subject.
I can read right ADC value after calibration. but I change channel from 1 to 2. The value of each channel will rise or fall with other channels. Why?
I...