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...
Hi to everybody,
I am working with nrf52 and SDK11. In my project I am using freertos and an UARTE with this configuration:
9600bps
TX/RX (no CTS; no RTS)
HW...
Hi All,
We are interfacing Nordic nRF52832 with our Display using SPI interface. As per display, Data / Command bit needs to be set at the beginning of transfer. Using...
I am trying to understand the use of multiple channels in the timer. Looks like the use of the multiple channels is for PWM/ sequencing type applications. It is not intended...
I am using nrf51822 and having some questions,as follow:
1、the pin reset is common with the pin SWDIO(the debug IO pin).when I download into nrf51822 using JLINK(setting...
I am working on a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using a J-link EDU debugger to program it. Can I use the J-Link for UART communication with the...
I am developing an application in which my device will have multiple android phones connected to it. Currently I have it working with one peripheral and after having upgraded...
Dear all,
I am working on one sensor project(temp and accelerometer sensors) where our Nordic nrf51822 soc should read the data using spi protocol and transfer it to the...
Hi, im using nrf 52 DK. Im currently working on BLE UART example. I need to send int16_t data type to my smartphone's nordic uart app. But i cant. I was using the function...
Hi,
My project is reaching the stage now where we are looking at getting a contract manufacturer to start making our devices. I was wondering what Nordic suggest for programming...
First, obviously error message is not correct, dll's are not used on linux. Message should give correct file name instead of prewritten one.
I have installed latest JLink...
Hi,
I'm trying to implement a custom bootloader update on the nRF52840 using SoftDevice s140 and SDK 13.0.0. With my new bootloader staged in a scratch region of flash...
Hi,
I have copied BLE Thermostat code from ARM mbed : developer.mbed.org/.../
As this code is on mbed 2 platform, i am trying to run it on embed 5.0. Getting below error...