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...
Hi
I have a charger IC for a lithium ion battery on a custom board with an nRF52832. It's this one, from ST Micro, an STBC08:
www.st.com/.../stbc08.html
The charger...
Hi,
I use nrf51822 + S130 platform, in my application I used ADC,UART and APP TIMER, I mens only these can cause interruptions,all these interrupt priority is 3(APP_IRQ_PRIORITY_LOWEST...
Hey guys,
First of all, I'm using the SDK 14.1 with my nRF52832-DK.
I'm trying to get the function app_timer_start() work with the app_scheduler .
But the app_timer_start...
I'd like to buy a large amount of Nordic modules with Central and peripheral function with UART interface (similar to HM10 which is based on TI). The purpose is to build a...
Hi,
I just found, fds initialization sequence is important for fds_event_handler to be called.
My scenario:
nrf52832
SDK 12.2.0
MDK
My sequence to call fds...
How to solve problem with two (or more) simultaneously working devices with nrf52. I mean I have android app to connect to device. App is connecting to random device. I use...
Alright I'm a total newbie and have gotten myself so far...
I've compiled my project on macOS using ARM-GCC. Using the PCA10028 and the nRF51422, which works great on my...
I'm printing the value of the UUID of the service(s) discovered on two types devices when the BLE Multi-link Example connects to them, an NRF52 flashed with the blinky app...
Hi, I'm planning a project that uses MQTT with Raspberry Pi (RPi) 3 and PCA10040 (nRF52-DK).
I'm planning to use the AWS (Amazon Web Service) EC2 as a MQTT broker.
It...
Hello ,
I am using nrf52 Dk and nrf52832 custom board for testing ble communication. I am using ble_app_uart and ble_app_uart_c examples to test ble communication. In my...
Hey guys,
I'm using the SDK 14.0 on my nRF52832 with the SoftDevice 132, my IDE is Keil.
And I merged the ble_app_uart example with the ble_app_cts_c example and the...
Hi,
When I take a vanilla Objective C Xcode project and try to convert it to Cocoapods for an iOSDFULibrary with Xcode 9 results in an unopenable project. You get an error...
Hi,
I am using nrf52832 to scan beacons and then store temporary into two dimensional array.
I made interrupt that call after some interval to send stored beacons over...
Hello,
I got two device with DFU-OTA service enabled
(included device manager and dfu related handlers/files; merged the application, dual-bank bootloader, s130, app_valid_setting...
Using GCC compiler with Eclipse, sdk v14.1, nRF52832, in ESB protocol mode.
The code compiles and builds just fine, all links are ok, but the code below issues a syntax...