Richard Bamford

Results 16 issues of Richard Bamford

Hi, is it possible to use SdFat with the STM32 SDMMC interface?

Hi, i'm am migrating my project from V1 to V2 SDFat, previously i was using SdBaseFile and SdFatEX to set up a contiguous file: ``` SdBaseFile myFile; SdFatEX mySd; bool...

Hi, i have been writing to the SD card using a SdFatEX instance and SdBaseFile. It was working fine however i'm now being returned false from the SdBaseFile.createContiguous() function. The...

Hi, When using the editor, i can type normal alphanumeric characters however when I try to use Enter or Backspace on an open file. It doesn't do anything? Thanks!

I would like to store structs and pass them to the compute shaders in buffers, is this possible? For example struct: ``` struct Vector2 { float x; float y; }...

Hi, i need to ping a watchdog frequently to keep the Arduino running. Am i ok to loop say, 10 times, and perform a SLEEP_60MS multiple times, pinging the watchdog...

Hi, please can you implement this fix internally? https://forum.arduino.cc/index.php?topic=604649.0 Thanks!

Hi, Is there any plans for supporting Android in the future?

![testingsharp desktop_2018-05-11_14-00-54](https://user-images.githubusercontent.com/1304898/39925480-c3f8e55a-5523-11e8-94fc-c368726cb8ef.png)

Hi, i am wondering about how quickly an orbitdb database is. Say if you have 10 users seeding one database, what would the connection speed be for a server to...

Thinking P2P