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...
I'm working on a project based on the ble_app_uart_c central example in SDK 12.1. I'm polling the RSSI of a Nordic beacon using sd_ble_gap_rssi_get(), and the fastest update...
I want to handle 3.3v in nrf52832.
NRF_GPIO_PIN_S0S1 -> NRF_GPIO_PIN_H0S1
Can this be this way?
If not, what should I do?
Also, Can the PWM output to 3.3v?
Hi, I use PCA10040 v1.1 and SDK12.1. My desktop environment is Windows 7 64bit.
As far as I know, the J-Link Edu cannot be used for commercial usage.
I so bought...
Hi there,
We've had our own custom controller made, based on nRF52 (Rigado BMD-300 module).
In the last half of January we'll have a baseline firmware working, but we...
Hi, sending a data packet, then sleeping (memory retention mode), then sending another identical packet causes the receiver to send back an ACK for the first and trigger NRF_ISR...
Was sd_ble_gatts_value_get changed from s 110 to s 132?
Please tell me how it changed.
sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t...
Hi team,
I have nRF51822 DK SMA connector module(PCA10005) and j-link lite cortexm-9 JTAG/SWD emulator.can u please tell which sdk version are used for this modules.is...
hello
i am using redbear lab's ble nano with nrf nrf51822 chipset in it. now i need to permanently store some data like sensor values and mac address of central devices...
I'm not able to find an older legacy version of Softdevice S110, specifically 7.2.0.
In the SDK Version 7.2.0 obtained from:
developer.nordicsemi.com/.../
there is...
Hello
I want to establish the connection between nrf51822(base station) and:
the second nrf51822(transceiver)
android smartphone(transceiver)
It has to be possible...
Could someone offer some guidance in how it is possible to keep the radio within IDLE mode between transmissions when operating in ESB mode? I have a sequence of transmissions...