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...
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...
Hello, in the NRF Toolbox UART application for iPhone if you navigate the the UART button screen and connect to the nrf52 eveything is fine. You can exit the app (whitch goes...
After some days trying a very simple tx/rx, reading each page of the manual, looking at at this developer zone, etc. I´m still in trouble, with many distinct partial results...
Hi,
I have a problem with my SPIM read buffer.
As you can see below, my SPI device received bytes correctly and answer correctly
My code is based on SPI example...
In the simple_uart.c there is a code:
void simple_uart_put(uint8_t cr)
{
NRF_UART0->TXD = (uint8_t)cr;
while (NRF_UART0->EVENTS_TXDRDY != 1)
{
// Wait for the...
Hello. I wanted to use a receiver on a quadcopter and some becons nearby(+-5 meters). Is it possible to determine the distance IN REAL TIME to the drone?
I'm a newbie to nrf52832 and would like to ask a dumb question here: can I use radio notification to implement a dynamic advertising message? I've looked into this question...
Hi,
As I know that one reading operation requires 2 connection events:
First - ATT Read Request
Second - ATT Read Response
GATT Read Message Sequence
My question...
Hello.
I'm working with the nrf52 with s132 loaded.
There is a way to have a 6Mbps on the SPI ? I try the value 0x60000000 but this do not work.
Thanks.
Eric Provost.
Hi,
there are similar questions to this but I cannot solve my problem.
I am trying to upload a new code using DFU by means of a smartphone (using nRF Connect) or PC (using...
Hi everybody
Is it possible to use secure dfu (SD130v2, SDKv12.2) with 16k RAM dervices (concrete nRF51822 256k flash, 16k ram)? When I try to shrink ram in dfu project...
Hi,
i have an openwrt image running on my rpi. I made sure to build the openwrt image with 6lowpan modules and other bluez library.
i am trying to connect to the nrf52 running...
I am using Martin's code to test my I2C connection.
I use PC10040 evaluation board, SCL and SDA are 3 and 4.
My sensor is a Max 30102 pulse and HR sensor.
I used Martin...
Fight continous! I have NRF51822 chips and today i got NRF51 DK motherboard. I wanted to flash it according to tutorial found here: devzone.nordicsemi.com/.../ .
After some...