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...
How to develop nrf31512, is it same to the nrf24le1? why i use the same firmware download to the Nrf24le1, it can run normally, but download to the nrf31512 , it can't work...
Hi All,
In my application I have two analog inputs coming from two different sources that I have to sample using one SAADC present inside NRF52. As far as I know, NRF52...
Hi,
I'm using nRF5 SDK V12.0, I found a strange problem. That is the UART can send data to PC, but it cann't receive data from PC. However, this problem just arise on some...
Hi,
I need a bit of help to fully understand how ADC works on nRF52832.
I am using a Thermistor sensor like the following to measure temperature:
Epoxy Thermistor...
We would like to use the PPK for automating some of our tests. Is there any documentation on how to drive the PPK over RTT? If push really comes to shove, we can always read...
BLE UART This is a problem that I have discovered while checking
the cause of the connection frequently due to communication error.
It is normal... In the nRF52832,...
Hi,
I added following code in saadc example code to set GPIO pin high/low and monitor it in the terminal. The pull up looks ok, but when I set it to low, the reading never...
We created our own PCB for the NRF52 with a Johanson chip antenna but no matter what we do, we can't get a signal from the Antenna, not even a weak one to show up on the spectrum...
Hello,
I duplicated the project example "nrf51-micro-esb-master" under "proprietary_rf" and got it up and running. I now need to incorporate some timer functionality.
...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
As I've tested by using
err_code = sd_ble_gap_address_get(p_addr);
APP_ERROR_CHECK(err_code);
App returns...
hi
i am using nrf51822. i used the radio tranceiver example and it works well. I am planning to advertise the received packets so that the range can also be increased and...
Hi all --
I have a tricky layout "issue" where unfortunately, I've ended up connecting my I2C device to the BlueTooth module on the side of the module where my VDD isn...
I'm reading the SDK 10's GPIOTE doc and I'm wondering if there is a way to read a GPIO state without generating an event, ie, something like foo = PORTx.pin10 or alike.
...