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...
Hello! I want to broadcast messages between 2/3/4/5/... devices. How Can I broadcasts between devices? Each device must receive messages from others and also broadcasts to...
Hi,
I'm unable to configure the UART so, that it will generate the TXDRDY event. I have an UART that should send periodicaly 4 Byte sequences without hardware handshake...
Hi,
For my research project on novel antennas I need a demonstration prototype, and the nRF51822 Beacon Kit would be ideal for me (due to its small size and battery power...
Hi there,
I was wondering it it is possible to use MATLAB as a central device, using a third party dongle?
The MATLAB Instrumentation Contol Toolbox can be used to control...
Bluetooth v4.2 included an ability for attributes to be greater than 20 bytes of payload data long. Is there anything in the nrf51822 hardware that would prevent this from...
Hi,
Does anyone know the maximum baud rate of the nrf24l01+? I am trying to talk to it through SPI but observe that when I increase SPI speed I read incorrect values. Does...
Recently I was attempting to use the nrf51822 SDK's app_uart module's APP_UART_FLOW_CONTROL_LOW_POWER mode (currently using APP_UART_FLOW_CONTROL_ENABLED ). I noticed that...
Hello,
I would like to send some data i read over I2C. But the I2C and BLE Stack should not run at once, is it possible to check the state of the BLE stack?
The core specification v4.0 vol 3 part C section 3.2.2.3 "Bluetooth Device Name -- Representation" states that the device name can be up to 248 bytes. I've confirmed that...
Dears:
I know there are three modes as below :
(1) internal LDO regulator
(2) 1.8 V low voltage mode
(3) internal DC/DC converter
So, I have some questions as below...
Hi, we are trying to calculate operational current. Does anyone know what the test voltage is in nRF51422_PS v3.1. I assume for typical it's 3.0V and Max is 3.6V?
Also is...
I have a 256k NRF51822 with S110 installed.
I have a small custom bootloader that is located at 0x3f000.
I used nrfgo studio to install the S110 stack, then the bootloader...
Hi everyone !!
I have this hardware mapping, and I'd like to detect pin state change with an interrupt.
My problem is that it seems I can't configure an interruption...