Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...