Results 24 comments of deladriere

I just do : ` Wire.setClock(2500000L); ` to change the i2c speed to my favorite speed (Yes I need High speed)

@greiman will `oled.setI2cClock(100000L);` affects communication with my other I2c devices too or just the SSD1306 ? I want to use different speeds for my various slower devices. Today I speed...

@greiman Thanks for the update My board is a SAMD21 clone and I cannot have a global change of speed because my other device is slower than the display. So...

Yes, that's all I know about the repeat flag: it was made to save some memory. I also checked some LPC stream I made with [QBOXpro: ](http://www.polaxis.be/2015/12/lpc-encoding-for-the-arduinos-talkie-library/) and they also...

Any update on this feature ? I am trying to move a project from Keil to PIO but I am getting tons of errors

Thanks Enrique On the SAMD21 Pins 0 & 1 are not used with the Serial I found the problem 1) pins must be declared by : (at first I thought...

Working fine now Thanks! Any chance to also use audio effects? This would be great!

@soulsbysynths Hi Paul I gave up on Bossa - For production, I use another SAMD21 that reads the .bin from an SD card and flash the target on a press...

@shumatech how to set the offset in the bossa GUI ? It keeps saying : "**Error** Flash offset is invalid" whatever I type: 0x2000, 2000 or 8192 ?