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 try to run a nRF9160 on a nRF9160DK with lowest power possible.
A wake up from pin and periodically from RTC is required.
In the nRF9160_PS_v2.0.pdf is IMCUON1...
Hello,
We have a Xamarin Forms application, which we use for connecting to nrf52840 device and read/write characteristics. We managed to do it using Plugin.BLE nuget available...
I have difficulties in decoding the nRF9160 GPS output data. I know that nRF9160 reports its GPS data in NMEA GPGGA format, however, I am wondering why the last number which...
I want a waveform as below for motor control. I am trying to create this using nrf pwm driver.
I set the pwm sequence as below and checked the output. 2nd duty repeat does...
Hi,
I am trying to retrieve data from server using HTTP GET request, using AT command for Serial LTE modem application.
So, I can connect to the server using AT#XHTTPCCON...
I have a hardware like the PINE Watch, with nRF52832 and external memory XT25F32B connected via SPI with the following:
PIN P0.2 SCK
P0.3 MOSI
P0.4 MISO
P0.5 CS
...
I am developing my own low level radio protocol based on BLE advertisement telegrams with the nRF52840. It works good so far and the usage of SHORTS helps a lot.
But there...
Excuse me:
1、 I can't find the USB DFU example of the nrf52820 in the SDK.Does nrf52820 support USB DFU?
2、52820 needs to Implement USB OTA ,enumeration as keyboard...
Hello,
I'm trying to include a byte in the advertised data that indicates on which channel the advertisement is being sent, 0 = channel 37, 1 = channel 38, 2 = channel 39...
Hi,
We have a board with an nRF52840 working as the primary MCU which controls an nRF9160 via AT commands.
P109 from nRF52840 is connected to the nRESET of nRF9160. To...
Using the GPS sample application as a base, I examined the behavior of "concurrent" cellular and GNSS. I enabled cellular with at+cfun=21 after a GPS fix was obtained. I also...
Hello!
I'm currently working with Zephyr on a custom board based on the RAK5010 board. This board (RAK5010) is currently supported by the Zephyr project,uses the NRF52840...
Good day i am new to Nordics platform and SDK also new to segger embedded studio
i am required to develop a solution that receives data on the UART of the NRF52840(client...
Hi,
I have PCA63511 Power Profiling DK and nRF52840 DK ( and nRF9160-DK )
I was using SoftDevice SDK, and no issues with measuring nRF52840 device. But now I switched...