I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
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,
I have a problem statement in which I have to generate a file for data that is received from UART communication and want to send it to the mobile application whenever...
Hello guys,
For last couples of Days, we were trying to connect with IBasis NB-IOT Network with nRF9160 DK.
But not able to connect it .Please see below Snap Short for...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I want to send packet with different...
Hi,
In our project we are using the adc pin (p02) for batttery level measurement.
The analog dc signal from the battery is connected to p02 pin after the voltage is...
Hello,
Our peripheral device has no keyboard and no display.
Yet we would still like to have the most secured way of communication.
For our application, we don't like...
Apologies for the newbie question. Does this BLE Module need a separate antenna to be purchased? Or are you supposed to design your own with PCB traces? Some BLE modules have...
I want to avoid the soldering of the inside (Becoz of production isse) pins that's why I'm using all the outer pins of the ic. But the problem is RESET pin is inside so can...
Hello,
I am using UART_1 in my program to comminicate with other sensor. So the data is read from UART_1 and print to UART_0. Now I want to communicate with other sensor...
Hi, I am using BMD301 chip on my custom board which schematic i have shown below,I need to enable UART as well as nrf_log in my application. For this I am using SDK 15.3 PCA10040...
I am getting small power spikes but cant seem to pinpoint what is causing them.
The smaller spikes in between the transmissions. (The wave is clipped from the top so the...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
So with the errata in mind the RC oscillator has a accuracy of +/-500 ppm, while the XTAL on the nRF52 DK has a accuracy of +/-20 ppm. During the longest waiting period of...
I have your full eval board as well, I also have multiple NB_IoT sims from Vodafone but have not tried them yet. How do I get your Thingy:91 unit with your sim running please...
Hello,
I want to implement a data logger that will save events in an external flash (even if i think i will start with the FDS). My purpose is to identify some behavior...