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...
Due to the rewrite of the DSM persistent storage layer the DSM_VIRTUAL_ADDR_MAX define can no longer be set to 0. This has changed since 3.2.0 where it could be 0.
During...
I ask you for help with programming Bluetooth module u-blox ANNA-B112. It is based on nRF52832. I have already installed Keil MDK5 with nRF52832_xxAB package, soldered the...
I'm trying to use sine function such as: S = sin(0.8)
But variable S come to zero after this code. Go to Debug mode and add a break point to view the change of variable...
Hi,
can we do the mathematical operations (like math.sqrt ) using nRF51822 ? Since, our project requires many simple mathematical operations, we need to decide whether...
Hi,
During the initialization of the SIM I have this message:
There was an error submitting your user information. This SIM cannot be activated. I am from Israel. What...
Hi All,
I have the strange issue with scanning. I have the project losely based on examples where I created peripheral adevrtising with 1s interval. This sends the custom...
Hi there, I'm using nrfutil ( nrfutil version 6.0.1 ) to dfu via ble (dongle),
Mac (10.15.2), windows (10), linux (raspbian) have been tried out to update the firmware none...
I am using the '840 to construct a small network using the ESB stack. In this design, a master (dongle) transmits to each slave and receives an ACK w/payload response. The...
I changed the way to get the upgrade program in the bootloader program and wrote a function to write the accepted bin file to the bank0 area. However, I found that it took...
Hi,
I am using BMD300 rigado board having nrf52. In my application i am tracking the ADXL362 accelerometer's motion.For this, I am combining SPI, UART(for displaying data...
Good evening,
after a very long research I couldn't find any answer.
Is (and if, how) it possible to connect an Arduino (or ESP32) via SPI, I2C etc. with the nrf52840...
Hi,Nordic Team
I tried to set 0,1,2 modes respectively in GNSS option, and the test current is as the attachment .
0 1 2
/**@defgroup nrf_gnss_psm_modes Values indicating...
Hi,
I am using nRF52832 with s112 BLE stack and SDK v16.0. I am wondering what is the most proper way for the "idle_state_handle()" method in the main loop.
Currently...