hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi,
We are making software for our custom board based on nRF52833 and nRF5 SDK 17.0.2. We use app_uart for our serial communication in active mode and in sleep mode we disable...
I'm trying to build a basic shell sample on a custom board based on nRF52840
In the proj.conf file I have
CONFIG_SHELL =y
CONFIG_SHELL_GETOPT =y
CONFIG_SHELL_BACKENDS...
I am new to Zephyr and I have been trying to get hold of a tutorial or a sample app that would indicate how I can use the UART on the nRF52832 for communications with another...
Hi,
I'm wrapping up a project which uses an nRF5340 as both a Bluetooth peripheral to advertise etc and also as a Bluetooth central to scan for devices (not both at the...
I recently started development on NRF52833 for one of my projects. I use segger embedded studio with the " ble_app_uart " example. As I mentioned I'm using nrf52833 DK so...
I want to recover DFU over BLE upon a dropped connection while in the middle of an update.
I have my own software that I've cooked up to program from another NRF52 chip...
Hi,
I see you have what appears to be a working implementation of OOB/NFC pairing over iOS here ( https://github.com/NordicSemiconductor/IOS-Nordic-Thingy ), which doesn...
Hello! We have an application that I need to implement Tensorflow Lite. We started with the Arduino Nano 33 BLE Sense board, which had a TFL library on it. After using it...
Hi,
For 52820-QDAA, what load impedance is preferred seen into the matching network? I mean the total load impedance of C3, L1, C4, L2, RF trace and antenna.
Since our...
In our application, we've enabled full modem firmware update, which requires us to enable CONFIG_NORDIC_SECURITY_BACKEND. When we also enable memfault, this compile time pre...
I am build an application with features : When I not used nRF it imediately in sleep mode and be wake up by BLE events to send some text, and return to sleep mode ( the reson...
Hello there, Thanks for writing an application layer for SGTL5000. https://github.com/NordicPlayground/nRF52-teensy-sgtl5000-audio
I've configured the SGTL5000 to source...
We have a simple coin battery powered BLE device with a Laird BL652 module which has an nRF52832 chipset.
We have three buttons and set it up as low power as possible...
Hi, I downloaded a project from Git. I tried to open in SES using nRF Connect SDK. During the initial Cmake, the error occurs as shown in attached image.
Hello,
Our aim is to install "pc-ble-driver-js" and use the connectivity board for the serialization process.
We are following this link to get this working https://github...