Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
I am using nrf52 DK board with SDK15.3.0 developing my application on top of ble_blinky_peripheral example .
How do add CTS service in my application ??
I have refered...
Hi
I want to make use of this SD-card reader together with the nRF9160dk.
From what I understand:
1. I need to create a nrf160dk_nrf9160ns.overlay file to chose which...
Hi,
As in the subject, I cannot find where to change the optimisation level. I am working with the Zephyr bluetooth sample project - peripheral_hr.
I have found a previous...
Hi
I have register the esim of iBasis and its works relly well but I need know how to use a esim of a different company on nRF9160DK, I don't know if the location is important...
Hello,
I'm using a modified version of the examples->peripheral->radio examples from nRF5 SDK v17.0.0 to receive packets sent on Bluetooth Low Energy channel 37 using...
I use ble_app_uart_c.
I have a central(nRF52DK). I have a peripheral(nRF52DK). When i run my code, I would like to see my peripheral's name and it's UUID on the terminal...
I am using SDK 16.0.0, Soft Device S132 (v7.0.1) on a custom nRF52832 board.
I have a secure boot loader on board that is triggered by a buttonless OTA application.
After...
Hello. I'm in the midst of purchasing a power profiler to works with nRF51 Development kit and nRF51 USB Development Dongle. May I know if all the technical resources on nRF6707...
Hi there!
I am using the bluetooth/peripheral_hr sample as a basis for my application, on top of which I need to include the nrfx_qspi driver. However, I get a "undefined...
I wasted a day with this issue. I could not understand why app_timer_cnt_get() was giving me garbage on the nRF51 DK when running normally but when stepping through the debugger...
Hi, all.
I would like to assign location address for some global buffers or variables in ram by using __attribute__ keyword. And I have to add my section in flash_placement...
Hi,
I want to send data in JSON format to android app. I used ble_app_template and midi_service template to create my own service. I can send data binary as much as I...
I am new to BT full stop, especially mating it to iOS. As I see it, my idea is quite simple, but I know I need to start with the hardware, then I can get an app coded to it...