Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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...
Hi
I have gotten a Nordic PCA10040 hooked up to a Sparkfun nRF52832 as described near the bottom of the page here: learn.sparkfun.com/.../nrf52832-breakout-board-hookup...
hello,I'm having a problem with the ANT application,I have two pieces of the PCA10040 board as a ANT connectivity board for a ANT application board.According to the instructions...
Hi,
what is the default tx_power value in new v13.0.0 SDK in the ble_app_att_mtu_throughput example?
I can't find the use of the sd_ble_gap_tx_power_set() function which...
Hi,
After configuring the nRF51422 as a SPIS slave 0, we get the following error when trying to create the slave instance:
static const nrf_drv_spis_t spis = NRF_DRV_SPIS_INSTANCE...
Do you have any ready made example where beacon and NRF52 DK are communicating will each other.
Our idea is that beacon sends data to the NRF52 DK and NRF52 DK sends the...
Sorry if this is obvious but I cannot find the units of nrf_esb_config_t::retransmit_delay
in the SDK documentation, it just says: "The delay between each retransmission...
Hej,
I'm working with the nRF24L01+ and the ATmega328p programmed in c. The goal is to have both TX and RX mode in the same device, mainly work as RX but in certain conditions...
Dear sirs, I've had a difficult time establishing communication between my nRF24L01+ board and the SPI bus on my Arduino Uno R3 microcontroller. Could you please provide me...
Hi all,
I am thinking of using a GPIO pin's "SENSE LOW" to wake up my device from SYSTEM OFF mode.
In order to avoid the device keeps waking up in case the pin stays low...
I am using an nrf51822 DK with a (so far) very simple code along:
main()
{
//... init I/O
run();
}
Inside run:
run()
{
uint32_t retval = NRF_SUCCESS;
...
Hey,
I recently got the nrf52 DK and tried to make use of the app_button library to have easy to use debouncing.
As far as I understood the library, the event should be...
Hi,
i have a problem withr the example "BLE ATT_MTU Throughput Example".
I flashed the soft devive with nRFgo Studios. Now I want to flash the example, but i got following...
I have want to make application where beacon sends data to NRF52 and NRF52 to PC.
But if for example, the connection between NRF52 and PC is through bluetooth instead to...