Responding to myself here. Espduino library does not work with new versions of Primo.
I got a new Primo board, and things have changed significantly for Wi-Fi. I don’t have the details yet, but seems like nRF52 <-> ESP8266 comm now uses SPI instead of UART. I’m waiting to hear if there are protocol changes as well. > On Apr 18, 2017, at 3:21 PM, marko kiiskila <[email protected]> wrote: > > Yes, sort of. > https://github.com/runtimeinc/mynewt_arduino_zero/tree/master/libs/espduino > <https://github.com/runtimeinc/mynewt_arduino_zero/tree/master/libs/espduino> > https://github.com/runtimeinc/mynewt_arduino_zero/tree/master/apps/espduino_test > > <https://github.com/runtimeinc/mynewt_arduino_zero/tree/master/apps/espduino_test> > > Initially I was hoping I would get more control of the Wi-Fi side from nrf52, > but all I was able to do was issue small http requests. > ESP8266 has special firmware build, whereby access to networking is > a bit limited. Therefore I was not too keen to work on this further :( > Also I was missing a use-case for this. > > If you can put it to use, great. As always, contributions are welcome :) > >> On Apr 18, 2017, at 2:22 PM, David G. Simmons <[email protected] >> <mailto:[email protected]>> wrote: >> >> >> Hi, it's been a while, but I've been quietly toiling away on a couple of >> projects with MyNewt. >> >> Has anyone gotten the WiFi of the Arduino Primo working? I don't see >> anything in the latest bsp or elsewhere that references the WiFi. >> >> Thanks, >> dg >> -- >> David G. Simmons >> (919) 534-5099 >> Web <https://davidgs.com/> • Blog <https://davidgs.com/davidgs_blog> • >> Linkedin <http://linkedin.com/in/davidgsimmons> • Twitter >> <http://twitter.com/TechEvangelist1> • GitHub <http://github.com/davidgs> >> /** Message digitally signed for security and authenticity. >> * If you cannot read the PGP.sig attachment, please go to >> * http://www.gnupg.com/ <http://www.gnupg.com/> Secure your email!!! >> * Public key available at keyserver.pgp.com <http://keyserver.pgp.com/> >> **/ >> ♺ This email uses 100% recycled electrons. Don't blow it by printing! >> >> There are only 2 hard things in computer science: Cache invalidation, naming >> things, and off-by-one errors. >> >> >
