Tom Igoe

Results 15 issues of Tom Igoe

Sync word checking appears to be inconsistent. (I'm using a variation of the LoRaReceive sketch here, not the callback sketch). What follows is a set of collected findings and questions,...

I was thinking about how to implement two-port sketches today. In Processing, the port generating the event is returned to serialEvent as a parameter like so: ``` void serialEvent(port) {...

enhancement

When you auto-format, any whitespace in your line is eliminated, This is annoying if you write comments like this, and like them to be lined up nicely: ``` serial =...

After some investigation, and @JimishF pointing out that this is unrelated to #1864 and #1868, here's a whole new issue: select elements created using createSelect() are unresponsive on mobile browsers....

Need to get one first, but [this](https://www.u-blox.com/en/product/ubx-g6010-st-tm-chip) looks like a good timing chip to try.

enhancement
help wanted

enhancement
help wanted
good first issue

Add an example with[ this realtime clock](https://www.microcrystal.com/en/products/real-time-clock-rtc-modules/rv-3032-c7/). @tigoe has one for use.

enhancement
help wanted

On [this page of the docs](https://itpnyu.github.io/p5ble-website/docs/getstarted), please update this: ``` ``` To this: ``` ``` Or to the current version. It causes problems for float32 data and bigEndian data.

I have not been able to connect to I2C devices on a MKR1500. The I2C device seems to stop responding after the MKRNB library is added to the sketch. I...

type: imperfection

Not really an issue so much as a possible PR, but I did some tests with [p5.js](http://p5js.org/) and [p5.serialport](https://github.com/vanevery/p5.serialport). Short answer is that this library is great for [Arduino-to-p5.js](https://github.com/tigoe/p5js_examples/tree/master/SerialInJSON), a...