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...
do you have a user gide for Serial DFU just like buttonless DFU ,like this link https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics...
Hi,
I have flashed lte_ble_gateway on nRf9160 DK (PCA10090) and hci_uart on nRF52840 SoC.
After flashing, I am getting some random RSSI values and MAC Address , instead...
Hello,
I have two micro-controllers communicating over SPI.
The STM32F746 is SPI master. The nRF52840 is SPI slave. I use SDK v15.3.
I am sending two bytes over SPI...
Hi.
I had to unpair from the Android Bluetooth list by doing pm_peers_delete () when bonding. It's ok. I know why it should. But sometimes I can't find my paired device...
To the kind attention of Nordic support team,
We are very interested indeed in using your nRF52840 and nRF52810 devices in our projects. We also would like to use your gazell...
Hi,
I have used nRF52832 with my Python code succesfully many days. Suddenly it stopped to working and gives me an error message: NordicSemiException: Failed to ble_gap_scan_start...
Hellou. I'm developing application, which is modifiaction of light switch demo. I need use 128 servers and one client. But when I redefine in SERVER_COUNT to 128 in client...
Hi all, ( nRF52 DK, SDK 15.3, S132 )
Many asking about how to add 2 "service data" in the GAP advertising, but no real answer on the solution !
The first service data...
Hey everybody!
I'm trying to implement the following use case.
Android device connects to nRF52, bonding occurs, android device is put into nRF52 whitelist, after this...
Hello, I am trying to combine light switch client example with fds functionality.
For these I did next steps:
Included all ‘c’ files from the fds example to the light...
I notice that the USB Serial (the lowest numbered COM port of the three, that's connected to the Cortex-M33) isn't opened in a Serial Terminal before the application starts...
Hello:
When I try to use mesh, I found that the bootloader never work in low power mode. If I only program application into the nrf52832, the power consumption of its low...
Hello.
I m working with mesh demo: https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
In Android app we can press "identify" and after that Thingy's led...
Hi, On a button press I need to enter to disconnect from the currently connected device and then start advertising in order to allow a new device to connect. I manage to disconnect...