Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread Sterling Hughes
Hi David, You look at Espruino’s compiler, and it was clearly written in a swashbuckling style: Thanks for the links. At this point though my C knowledge isn't sufficient to comment either way. However, I will share that I have a class of 3-6 graders (22 kids aged 8-11 years), who are all

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread David Moshal
> Oracle happened. ;-) got it, sorry about that. Dave On Sat, May 28, 2016 at 1:46 PM, David G. Simmons wrote: > >> On May 28, 2016, at 4:23 PM, David Moshal wrote: >> >> thanks, I did not know about that project. >> what happened to it? > > Oracle

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread David G. Simmons
> On May 28, 2016, at 4:23 PM, David Moshal wrote: > > thanks, I did not know about that project. > what happened to it? Oracle happened. ;-) dg -- David G. Simmons (919) 534-5099 Web • Blog • Linkedin • Twitter • GitHub /** Message digitally signed for security and

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread David G. Simmons
> On May 28, 2016, at 3:57 PM, David Moshal wrote: > > I don't know of any other embedded platform capable of supporting that > use case, or that abuse, do you? > I mean, that's literally the ultimate newbie scenario - completely new > to programming! Project Sun SPOT

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread David Moshal
> Incredibly useful advice, thank you. You're welcome Now, if I can just find some way to get up and running, I might be able to help implement that! > You look at Espruino’s compiler, and it was clearly written in > a swashbuckling style: Thanks for the links. At this point though my C

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread David Moshal
David, Sterling, let me throw in my 2 cents. Firstly, Thank you David Simmons, it's really interesting to look at it from the perspective of the original embedded Java efforts. I recall following that project closely in the late 1990s. In the case of Javascript though, I think the problem may be

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-28 Thread Sterling Hughes
also: as you look at this, if you need changes to newt (tool) or can think of ways to have newt make bringing in 3rd party libraries easier, feel free to ping dev@ (ideal) or me directly. we enforce a directory structure on packages with newt, but that doesn’t always need to be the case — we

Re: [SUMMARY] [DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-26 Thread David Moshal
thanks - I have the STM32F401RE Nucleo board which I believe is similar to the Discovery board. Do you know if it works?

Re: [SUMMARY] [DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-26 Thread Sterling Hughes
Hi David, Good to see you on the list. On 25 May 2016, at 15:49, David Moshal wrote: Thanks, actually I've been using both lua and JavaScript (espruino) on esp8266-12e for a couple months. As mentioned to Sterling at the maker faire last weekemd, my interest in mynewt is actually to try and

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-26 Thread David Moshal
I'm in, I agree that getting a JS interpreter up and running on MyNewt is a good next step. David On Thu, May 26, 2016 at 12:19 AM, Sterling Hughes wrote: > I'd like to echo the sentiments here: I think this would be great. > > I think good scripting language support is

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-26 Thread David G. Simmons
This is fantastic! Glad to see so much enthusiasm for JavaScript on an IoT device. Here’s the thinking I have had on the subject, and why I have turned to MyNewt to try to make it a reality. JavaScript is hugely popular, and resents a fairly low-bar for entry into IoT development. JavaScript —

Re: Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-26 Thread Sterling Hughes
Oh, and on PlatformIO -- - They do have a build & package management system which has some of the same functionality of newt. - That said, it's mostly focused on their IDE. - If we can make our stuff work more easily with Apache Mynewt -- I'm all for it! Sterling On 5/26/16 12:19 AM,

Javascript Support (was Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt)

2016-05-26 Thread Sterling Hughes
I'd like to echo the sentiments here: I think this would be great. I think good scripting language support is very important for Mynewt. Most of the newer chipsets (like the NRF52), have enough RAM and Flash, that you can run the OS, Bluetooth stack, and still have 256KB or more left over for

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread Marco Ferreira
Davids, just wanted to say I’m loving where this conversation is going :) --  Marco C. Ferreira Founder / CTO ma...@altitude.co 637 Natoma Street, Unit 4 San Francisco, CA 94103 USA www.altitude.co DISCLAIMER: The information contained in this e-mail is confidential and may be legally

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread David Moshal
Ok David, I'm game. I'm familiar with NodeJs, have mission critical NodeJs software in production, with no downtime, since 2011. I don't know what platforms MyNewt runs on, but you're going to need significant horse power to run the NodeJs V8 engine. I've run NodeJs on the Arduino YUN (400Mhz,

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread David Moshal
Thanks, actually I've been using both lua and JavaScript (espruino) on esp8266-12e for a couple months. As mentioned to Sterling at the maker faire last weekemd, my interest in mynewt is actually to try and embedded js on the emw3165, which has the stm32f411 plus wifi. However I have zero

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread marko kiiskila
Indeed, there’s a lua interpreter package. Unfortunately it is not that useful at the moment, as it’s missing libraries to interface from lua to HAL (for example). You can get ‘Hello World!’ out, but not much else :( > On May 25, 2016, at 11:21 AM, David Simmons wrote: > >

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread David Simmons
For a Java/JavaScript developer it might be a bit of a steep climb but that's not really a reason not to do it. One of the tutorials is getting a lua script interpreter running on mynewt though so that might be a place to start. Best regards, dg -- I'll take credit For the funny typos, the

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread David Moshal
thanks, is your platform suitable for newbies? ie: java/javascript developers looking to get into embedded programming? David On Wed, May 25, 2016 at 11:12 AM, aditi hilbert wrote: > Hi David, > > You can search our mailing archives if you have something specific in > mind:

Re: [SUMMARY][DISCUSS] A users@ mailing list for Apache Mynewt

2016-05-25 Thread David Moshal
Hi, as a newcomer, any help getting started would be appreciated! David On Wed, May 25, 2016 at 9:49 AM, aditi hilbert wrote: > Hi, > > Thank you for pitching in your thoughts regarding a users@ mailing list > for Apache Mynewt. The majority indicated it was a good idea as