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...
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...
Hi,
Recently, I am trying to make a nRF52810 project to run the sample code based on nRF52832.
The application code size is used in nRF52832, Code=56840 RO-data=9600 RW...
I am trying to use SPI master + UART concurrently on the nRF52840 dongle. I am aware that the GPIO pins on the dongle can be used for SPI or UART. However, when trying to...
My nrf9160 which has the v1.0.0 modem and using v1.0.0 sdk has suddenly started continuouly resetting when i try to run asset tracker application. I have tried at-command...
Hello,
I am trying to build the lte_ble_gateway sample. I keep getting a JavaScript Alert TEST_RANDOM_GENERATOR.
I got something simalure with the bluetooth hci uart...
nRF52811 has only one receiver. Most accurate direction finding can be made based on estimation of phase difference between two signals received in two spaced antennas. Such...
Hello – My project needs to report its indoor position to the cloud (no GPS). I intend on using known positions of iBeacons SSID/RSSI coupled with trilateration math – fully...
Hi team, I developed own project based on /examples/dfu/secure_bootloader/pca10056e_ble/ses/. In the original project there was only Release config (no Debug). I modified...
I am trying to figure out how to configure my peripheral such that when a central client tires to enable the service changed characteristic that it succeeds. I am desperately...
I'm working on an application where I will need to initialize the modem, send/receive messages and then turn it down to low power until the next checkin. I did a real simple...
I have read that at each connection event master will send the first packet (empty payload).
In a case where slave latency > 1, the slave will not be listening to master...
Hi devs,
It is not a real issue it is about a possible misconception about app_timer
For my application, I am using multiples timers using app_timer_create. From my understanding...
So I'm coming to the nRF52832 from a couple decades worth of light occasional programming, mostly data analysis and scientific computing in nature, and primarily in C/C++...
Hello,
In my setup, I have 5 clients (buttons) that all report to the same server (lightbulb).
I'm using the Mesh SDK 3.2 light switch example with static provisioning...
Hi everyone, I successfully followed all the steps of the Getting Started Assistant on Windows 10 x64, but I am unable to open the Asset Tracker project because of some errors...
Hello, I was building the asset_tracker application in segger_embeded_studio v418 on Mac OS. I am using master branch( because we need real gps data), however, I encontered...