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...
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...
Dear Sir,
I have implemented a program and tested it using BMD-300 Rigado DK.
The program will advertise continuously and I used nRFConnect to connect to the peripheral...
Hi, I would like to capture all bluetooth packets on a specific channel, and get their access code. Same as what Ubertooth does. Is it possible using the nRF52832? If not...
Hi,
I am trying to follow the OpenThread tutorial to build the nRF52840 NCP:
https://codelabs.developers.google.com/codelabs/openthread-hardware/#3
I installed the...
I have successfully completed my bachelor thesis project on a simple wireless sensor network using 3 nRF52 nodes and RPi with using Mqtt and Ble-6LoWPAN example from SDK....
Hi All,
We use nRF52 BLE Sniffer.Its working fiine. Please letus know, weather its possible to sniff multiple BLE devices at a time using single Sniffer. If possible, let...
Will there be an official implementation from nordic of the generic mesh models as described in the mesh model specification or are you counting on each developer to make...
How to change the Bluetooth Mesh broadcast address?
Use the sd_ble_gap_addr_set function to change the broadcast address of PB-GATT , But PB-ADV still hasn't changed.
...
We are implementing a DFU controller in a microcontroller that communicates with the nRF boot-loader over serial. The target device is nRF52832 using SDKv15.3.0. The boot...
Hello.
I want to see NRF_LOG_DEBUG ("some") through the terminal. When I compile, I get the following error: What should I set or change? MCU : nRF52840 compiler: IAR...
1.I used Nrf52810 and the flash size is 192KB. I now need Master mode and slave mode. The SoftDevice I chose is S132 (S112 slave mode only). I found that S132 (130KB) + Bootloader...
Hi.
I have issue measure ADC value from battery.
setup is NRF52832, SDK 15.3.0, S332, using ANT+, BLE, GPIOTE, PPI, RTC, APPTIMER, LOW_PWM
my goal is measure periodically...
Hi all,
I am struggling measuring time between events. I thought to use the timer driver and the nrf_drv_timer_capture_get function. This is my test code:
I expected...
I am using nRF5_SDK_15.2.0_9412b96, softdevoce 6.1.1, NRF52840, based on ble_app_uart example.
I have a disconnection problem after couple of hours from an android app...
Hi everyone!
I'm using nrf52832 SDK version 15.0 and softdevice S132 V6.0.0. I'm getting an error when trying to program our board:
"Failed to connect to target.
No...
The build environment is a clean install of SEGGER Embedded Studio for ARM Release 3.50 Build 2018081000.36713 Windows x64
The nRF5_SDK_15.2.0_9412b96 version SDK is used...