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...
Been stuck for a few days on error related to logging. Have tried SDK 15.0 to 15.3 and get same error. Have deadline tomorrow and can't work on code. Ran out of ideas. Seems...
Hi,
Is there any example that can show me how to get the accelerometer values from a LIS3DH to send via BLE peripheral to central, both being nRF52840 Dongles. I just want...
Hi, My company is looking to source an NFC antenna to use in our product. We do not need a chip antenna, we are looking for an NFC antenna without chip. We are looking to...
Hello,
Currently, I am using the SDK15.2, BLE and two nRF52 DK boards, one using SPI master, and the other being the SPI Slave, between the SPIs and SPI master I added an...
Hi ,
I have one 128 bit base UUID something like
{0x07, 0x89, 0x1a, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa,
0xaa , 0xaa, 0xaa, 0xaa, 0xaa, 0x8a, 0xe1, 0xbc } ;
And custome...
I am prototyping something using the nRf52840 USB Dongle.
Dongle works with the power supply from the USB
BUT doesn't work by applying power to the VBUS and GND even-though...
Now I want to add apple media service, but the ram left for me is a bit small. My project is based on the nordic ancs example , and the ams and ancs is almost the same. So...
Hi,
I wonder if there exists a debug bootloader for thread examples. There is a bootloader in the secure DFU example, but it is not for debugging. "examples/thread/dfu/bootloader...
Hi All Techies,
IDE : Segger embedded studio, version : 3.40
SDK: nRF5_SDK_15.0.0_053641a version : 15.0.0
Mesh SDK : nrf5SDKforMeshv220src version : 2.2.0
computer...
Once my SPI code worked in the master SPI example, I editted a ble_uart example from the SDK 15.2 to include the SPI data transfer code. But I seem to run into issues with...
Hi,
We have designed a custom PCB using the nRF51822_xxAA and followed the reference design.
- The board works on 3.3V supply. 16MHz crystal used.
Only LED blinking...
HI,
I got a thingy 52 in the Nordic Tech Tour in Barcelona.
The first time I switch on I connected through my phone, but after switching off and try again to get connected...
Hi All, I had connected JLINK BASE on the target hardware which is having NINA-B301 chipset having nRF53480 core. When I am connecting the JLINK on the 10 pin connector on...
Hi . I have query about that in the target environment we are using NINA-B301 which us having nRF52840 chipset. Now this chipset is interfaced using USB in the target hardware...
Hi,
I just learned how to do a OTA DFU. I tried it with nrf52840 DK and was successful in it, but our custom board does not have a button on it. In production we will like...