At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
I am inquiring about the ability to run two different radio protocols from a single nRF52840, based on this little marketing aritcle by NordicSemiconductor . Specifically...
Hi,
I am using nrf52840DK and trying to implement a weather station application using thingy53 application example. I am using a Bosch BME280 sensor and could read the data...
Hi, we are using nRF52832 for our project. SDK version is nRF5_SDK_17.1.0_ddde560. SoftDevice is S132.
The project requires TWI to read data from a sensor and send that...
Dear All:
I found that there is a shell interface for the nrf5340_audio project.
I wanted to test the sd card playback from the shell interface.
For the broadcast sink...
I have two nrf9160DKs that are talking to each other over BLE. Things are working fine but I want to eliminate some of the external noise in my environment. Is it possible...
Hi,
I'm using nRF Connect v2.6.2 with Wireshark (3.6) and it is setup with the nRF sniffer + Nordic network keys configured.
I can decrypt packets from another Zigbee...
Basically I want the nrf5340 to reconnect to a paired peer upon reboot. The code seems to suggest that this should happen via directed advertising.
I am testing this with...
Hello:
I am Enrique Martinez. Currently I work with nRF52840 in nRFConnect SDK for VS Code. I have problems with documentation about Multi-Image builds ( https://developer...
Is it necessary to use the 32768 crystal on the target device in order to flash that device using a connection to the nRF52 development board, or can the device use the internal...
Hi
this is the error when I tried to connect to peripheral and also get the error on scanning after that connection error
I am using the sample code for this application...
Hi,
I am using nrf52832 to test the function of mcuboot. The reference routine used is D:\ncs\v2.6.0\zephyr\samples\application_development\sysbuild\with_mcuboot. After...
Hey,
I'm trying to follow a few guides on sniffing BLE connections (eg https://hackaday.com/2021/03/23/a-crash-course-on-sniffing-bluetooth-low-energy/ ) with an NRF52...
Hello everyone,
I am currently working on a school project in which I need to record the energy consumption (mA) of ESP32-H2s over a 190 minute period using the Nordic Power...
Dear Sir,
I just want to capture DTM packets using NORDIC sniffer. The Wireshark is the newest version. My chip is 52840 with nordic snffer bin file. Thanks.
with regards...
Hi everyone,
We're trying to synchronize data coming from two different BLE modules (nRF52833 based) on a mobile application. The following is the information of two devices...