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 have done erase all thing.
But in the second step, I am getting following error.
nrfjprog --program s132_nrf52_3.0.0_softdevice.hex
ERROR: The --family option given...
Hello,
I'm following the steps listed in the nRF5_IoT_SDK documentation and would like to connect the nRF52 to my Raspberry Pi 3 router. I have the RPi3 enabled for 6LowPan...
Hi,
I have exactly the same problem as in question devzone.nordicsemi.com/.../
but I can't find the solution.
When I erase all from memory, debugging works. If I flash...
Hi
We have been able to set LE authenticated payload timeout via the following functions:-
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout.conn_handle = ValidHandle;...
Hi there,
I am currently using nRF52832 to communicate with a digital sensor ship. The sensor chip generates an interrupt every time when data is ready to read via SPI...
Hi,
I would like to comment that your documents and files are not arrange in the proper order. Kindly please give attention in order to arrange the documents and files...
Hi,
My NRF52832 runs into the hardfault handler when the sd_ble_gap_conn_param_update() function is called.
I copied the BLE code from the ble_app_template_pca10 project...
Hello,
The Infocenter SDK documentation provides the memory layout used by different SoftDevices: infocenter.nordicsemi.com/.../lib_bootloader.html
Is it possible to use...
Can i process coap and adc data on nrf51 board , so that, based on that system will take decision like turning on/off fan or light etc?,if yes then what is the code and can...
I am confused about the lack of softdevice information for the Gazell examples. I am looking at SDK 10 now having first tried SDK12 before deciding to stay with 10.
As...
hello everyone:
i use interrupt to handle button.and when i init it,the power is increase about 200uA. i think the
interrupt will not increase the power
void gpiote_event_handler...
Hello,
I use the arm-none-eabi-toolchain and have a problem when I am linking.
When I make my project, I get the next errors
path/to/spi_handler.c:180: undefined reference...
Hello,
I am trying to test the BLE example named "Current Time Application" located at ble_peripheral\ble_app_cts_c folder. But i can't find the cts_central.ncs file in...
hai
i am using mbed to program my nrf51822. in my project i need to store some data in flash memory . now i am able to store it using pstorage.h . but when i enable bonding...