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...
As the title specifies, on writing to the registers mentioned, I receive a Fatal error.
Here's the test code
void save_ram()
{
__DSB();
NRF_POWER->RAM[0].POWERSET...
Hi,
I would like to know if anyone ever tried to alter the SEGGER J-Link OB Code that goes on the ATSAM3U2CA-AU IC (this is the IC that controls de PCA10040).
I'm asking...
Dear support,
I am working on some custom boards embedding the nRF52832-CIAA chip using SDK-v11.0 and s132-v2.0.1.
I have got 9 custom units and out of them only 4 work...
I asked about if NRF52 can pair to eachother without a PN532, but sounds like no, it can only read RFID tags.
So, how about if at factory we make RFID sticker/tag that...
Hi,
I need 32 bit timer-counter with s130 stack. Timer0 is 32 bits, but ble stack uses this timer. So how can i use timer1 or timer2 like 32 bit timer?
Is there any...
Do u have mobile/ios application that allows you to scan for Bluetooth low energy devices with nRF52840 and communicate with them?
If not, how we can do it?
Hi,
I am wondering which is the best method for BLE security to avoid MITM, protect the data (sniffers) and limit connection only to allowed devices for a massive number...
I am now using nrf51822 chip connected to a 50-ohm nominal input/conjugate match balun and then connected to an Embedded antenna.
I am requested to do a radio test which...
Hi,
In my project, I only have PCBs with nrf51822 chips and do not have a plan to buy a spectrum analyzer yet. But the certification requires me to apply DTM application...
The overall goal and then the specifics of what's been tried: I'm trying to utilize as much of the left-over flash space as possible to store environmental data during periods...
Hello,
I started working on mesh networking and to initiate i am looking at lighting control example . I have one nrf52dk PCA10040 which can be used as client and two nrf51...
I am working through link this tutorial and I've been able to successfully complete the steps up to D3. I'm using the bootloader_secure_ble example from SDK13 on an nRF52840...
RTT Viewer has been working great.
But is there a way to make the window buffer bigger so that I can scroll back more history?
It only saves about 80 lines.
Thanks
Hello,
I'm working on nrF52832 with two different Android device : Samsung Galaxy note 3 neo and HTC ONE M8.
My test :
Central side ( smartphone ) : each 200 ms...