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,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Hi , I have 2 nrf51822 borads. One is with nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_hrs_c and the other is with nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral...
I would like to use the ble_app_uart_c example, found here , to connect to a custom peripheral. What values should I change in the central device code in order to connect...
I know that BLE is not suitable for high-volume streaming.
So how do BLE earphones stream audio?
Does it use with bluetooth classic protocol?
And I coundn't monitor...
Hi,
I've one central and one peripheral devices. I'm trying to make a connection between them, perform a bonding process and finally add the peripheral id in the whitelist...
Hello All
I am developing BLE based home automation system using nRF51422 DK for my research activities. now i am planing to make separate PCB nRF51422 device alone. i...
Hi,
I'm trying to get the RSSI of incoming 802.15.4 packets using otLinkRawGetRssi() , but I need only RSSI from one specific device. I tried to use whitelist ( otLinkSetWhitelistEnabled...
Hi, I ran the example code ble_hrs_c in nrf51822 16KB RAM version and 32KB RAM version. The 16KB RAM version works fine. But in the 32 KB RAM version, peer_manager_init(true...
I modified the HTS app in the nRF toolbox to test adding other services like below.
In detail, I added mDICharacteristic field to save the information of System ID...
Hello,
I developed a Nordic board with 2450AT18B100 chipset antenna. I follow the design of Solar Powered Sensor Beacon.
infocenter.nordicsemi.com/index.jsp
I test...
Hi, I'm building a product with use this kit www.nordicsemi.com/.../nRF52-DK and I would like of know how write the firmware in others CIs to can use in my circuit board....
Hello,
I am currently working on project that uses BLE peripheral and BLE central for automatic sensor calibration on custom board. There is an initial connection where...
Helllo All,
I designed on custom board (nrf51822 and used 4 programming pins(swck,swi,gnd,vcc) but how to program/flash the soc?which segger i need to purchase?
Hi There,
I am
Using Linux as host platform
I'm able to successfully compile and download the example to the nrf52dk.
But I didn't understand how to debug the example...
I'd like to get peer address after the connection between nRF52 and other 6lowpan device is established. This address will be then used to create a TCP connection with some...
Hi All,
I am using the Nordic nRF52 nrf52832 device to read a value in from an Android device. The value will be between 5 and 60 seconds. I'm using the experimental_ble_app_blinky...