Jacob Rosenthal

Results 117 comments of Jacob Rosenthal

Just to ping this so its not sitting unanswered. Neither I nor Guan are currently working with the chip atm. If I do get back to it I'll try to...

I cant necessarily speak for Guan but I'm sure it was generated Sent from my iPhone On Jan 6, 2014, at 10:08 PM, Pete Skeggs [email protected] wrote: Where did you...

I did this for Octoblu's proprietary (though open sourced) mqtt implementation https://github.com/octoblu/microblu_mqtt Firmata writes to a Stream buffer which b64 encodes incoming data and writes it to Nick Ollearys mqtt...

@mcinnes01 B64 is implemented in microblu, copy whats there. I recommend liberal Serial.printlin to see what the arduino thinks it sending.

What is the current default of arduino 1.0.5 endTransmission when nothing is supplied? Im not doing anything in my sketch: Wire.beginTransmission(LEDAddress); Wire.write(DISP_CHAR_5X7); Wire.write(data_); Wire.write(time>>8); //high byte of time Wire.write(time);//low byte...

Correct On Mon, Nov 18, 2013 at 7:41 PM, Jeff Hoefs [email protected]: > running

I have a few more things Ill be testing next. Yes Im configuring. Not that you know my under the hood implementation, but this is the same code in my...

@soldair and I have pure js stk500 v1 and v2 bootloaders https://github.com/jacobrosenthal/js-stk500v1 https://github.com/pinoccio/js-stk500 which have been tested in browser

If you're interested I just found and Im trying to put PRs on an arduino mock built for google test. That will let us unit test as well. https://github.com/ikeyasu/arduino-mock https://github.com/ikeyasu/arduino-gmock-sample...