Re: Can Mynewt OS and BLE stack be run without the most highest priority interrupt?

2016-11-07 Thread WangJiacheng
this power supply to power on). I use nRF GPIOTE to sense this phone command arriving event and give the highest priority to ensure the command is responded in time. Yes, nRF51 have not enough resource to run both my program and BLE stack, I will focus on nRF52. The high priority interrupt time

Re: Can Mynewt OS and BLE stack be run without the most highest priority interrupt?

2016-11-07 Thread will sanfilippo
that the BLE stack could be adversely affected. You could miss packets or drop connections; it depends on quite a number of factors. The BLE timing is quite tight, so if you are getting interrupted frequently and/or the interrupts take a long time, you could have issues. Hope this helps

Can Mynewt OS and BLE stack be run without the most highest priority interrupt?

2016-11-07 Thread WangJiacheng
the freedom to use different device (Phone, Pad, Watch) with the same one SIM card but no any plug-out and plug-in, and switch between the device seamlessly. Currently the wireless SIM interface can be run with nRF51822 and nRF52832, I want the program can co-exist with Mynewt OS and BLE stack

Re: BLE Stack

2016-05-24 Thread Christopher Collins
On Tue, May 24, 2016 at 03:15:22PM +0400, Vitya Gnatyuk wrote: > I make up your stack in EmBitz 0.42 with apps\bleprph example. But an one > error has occurred: undefined reference to `__vector_tbl_reloc__' > What I can do with it? Hi Vitya, Are you using the "newt" tool to build your project,

Re: BLE Stack

2016-05-24 Thread Vitya Gnatyuk
I make up your stack in EmBitz 0.42 with apps\bleprph example. But an one error has occurred: undefined reference to `__vector_tbl_reloc__' What I can do with it? On Thu, May 19, 2016 at 2:42 PM, Vitya Gnatyuk wrote: > Hi! I earlier wrote you on github as gnatyukv. I forgot

Re: BLE Stack

2016-05-20 Thread Sterling Hughes
Hi Vitya, On 5/19/16 5:42 AM, Vitya Gnatyuk wrote: Hi! I earlier wrote you on github as gnatyukv. I forgot to ask a main qustion. May your projects (from the apps folder) be compiled in Keil IDE? How to do it? I have uVision V5.17 and Armcc compiler. I cannot compile your code yet. Maybe

BLE Stack

2016-05-19 Thread Vitya Gnatyuk
Hi! I earlier wrote you on github as gnatyukv. I forgot to ask a main qustion. May your projects (from the apps folder) be compiled in Keil IDE? How to do it? I have uVision V5.17 and Armcc compiler. I cannot compile your code yet. Maybe another compiler (GCC) needed?

[Dev][GSoC:2016]MYNEWT-118:Android or iOS application to interact with devices/boards powered by Mynewt OS and BLE stack (Nimble)

2016-02-26 Thread Nathiesha Maddage
Hi all, I am a 3rd year computer engineering undergraduate from University of Moratuwa,Sril Lanka.I am interested in above project.I have been researching about bluetooth api of Android. Please let me know how to proceed with this project.

Re: Android app to interact with devices powered by Mynewt OS and BLE stack

2016-02-16 Thread aditi hilbert
elements of the OS and networking (BLE) stack that are essential for the Android/iOS app project. If you think you have the right background and experience I urge you to go through the code and docs for Apache Mynewt closely, stay in close touch with the progress being made, and suggest one