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...
Hi. I'm using nRF528332, SDK13, S132.
I'm making multi-link peripheral refering to "experimental_ble_app_multiperipheral".
This example code says as below.
#define...
Hi Nordic,
In my application, I want to consume as less power as I can. In the initialization I have this functions:
static void utils_setup(void)
{
APP_TIMER_INIT...
why not provide the ready-made tools? like micro_ecc_lib_nrf52.lib and nrfutil.
because it 's really take user a lot of time to built these tools.
thank you.
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hello ! I'm beginning work with BLE . I have a project in which nrf51 is a central. App from smartphone will sending to central any key for example "3214941E0" when central...
Hello Nordic community,
I have a question about implementing DFU on the custom board. By looking at NRF52 DK and reading explanation in Nordic infocenter, I can see that...
Hi,
I am have a custom breakout board that uses the NRF52832 chip and I was able to program it using the J-link programmer and seperating ribbon cable to expose the Vtarg...
How do I maximize range for BT5?
I have two nRF52840 pdk units and I have loaded the ble_app_att_mtu_throughput app and tried it out. I have been seeing around 70 meters...
Hi. I tri to use my soft i2c lib
It works well at nrf51 and other mcu's. But nrf52 i2c_read doesnt works properly.
Other funcs works well.
When i read byte from i2c slave...
Hello
in the zephyr 1.7 release there have NRF52 and NRF51 porting without softdevice .
in the SDK 13 ,there has Freertos example working softdevice ,is there any plan...
hello friends :)
i'm trying to make an nRf51822 evaluation board for breadboard
i used 0.1" header and power from usb connector
i'll upload my altium schematic and...
Hi,
We are doing DFU updates through a nrf51422 dongle (data passing from UART to BLE), using our own code, based on the multilink central example.
The DFU peripherals...
Hi, I'm have a question :
If i download s120 or s130 softdevice, which SDK version i need to download ?
Which version is compatible with my nrf51822xaa ?
The reason is...
Our BLE hardware is designed to send data at 50 Hz speed continuously using nrf51822.
It worked well with APP with Android 4.3 and some Android 5.0/6.0 ,we can receive data...