Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi, everyone.
I've developed a custom board using nrf52832. I tested it and found that CPU core, GPIO and other peripherals work well, but BLE doesn't work at all.
I ran...
Hi,
Raspberry (SPI Master) -> NRF52832 (SPI Slave)
The code below execute event_handler of SPI with NRF_DRV_SPIS_XFER_DONE type. But RX buffer is empty. All bytes are...
Greetings,
I'm in the process of choosing a nRF52 module. I know of this link for the various modules www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules.
I...
Hello, I've been trying to get directed advertising and auto-connection working on an NRF51822 peripheral.
I'm using SDK V11.0 with SD130 v2.0.1
This is the scenario...
Hi,
I used the code ble_app_uart_c on board 10028 as a base for my custom board.
My board is nrf51822 QFAA based so I changed all occurances of nrf51422 to nrf51822...
Hello,
We are trying to communicate to this board ( www.adafruit.com/.../1697 ) that has nRF8001 at its core.
Unfortunately, our TX is only able to output BLE 4.2
...
I'm running on nRF51822, SDK 8 (not totally sure, I inherited the project), SD130 and mbed.
I've tried and failed with my own code to use pstorage.
I'm now trying a...
Hi. I'm using nRF51822AC, SDK12.2.0, S130.
The size of "s130_nrf51_2.0.1_softdevice.hex" in SDK is almost 300KB.
But chip's flash mem size is just 256KB. It's bigger than...
How is it used? And why to use it?
static nrf_saadc_value_t m_buffer_pool[2][SAMPLES_IN_BUFFER];
instead of
static nrf_saadc_value_t m_buffer[SAMPLES_IN_BUFFER];
Hi team,
we are doing project called indoor navigation using beacons.To get the good RSSI signal strength,in which position should i need to place the beacon. Can any one...
Hello,
I tried to flash an application to the nRF52832. First I flashed the softdevice, after that I flashed the bootloader and next the application.
The application...
We were doing various tests using PCA10040.
Then suddenly I can not connect to the PCA10040 board.
In the boot loader mode of PCA10040 board, connection is made.
What is...