internal SPI timeout on 3.2" HY board using published code example for servo laser control #3779
Replies: 1 comment
-
Posted at 2013-10-05 by @gfwilliams I think this was a regression on 1v39 - it does work on the latest version in Git. You just need to hang on until I release a new one - or you can use an unofficial nightly build: https://espruino-nightly.noda.se/ Posted at 2014-04-26 by Ejs3 I saw on another post somewhere .... was getting alot of Timeout on SPI Rx errors.... Someone suggested changing the SPI1.setup to read.... SPI1.setup({sck:A5,miso:A6,mosi:A7,baud:100000}) This actually worked for me on a different LED project that was reading a touch screen. hope this works for you Posted at 2014-04-28 by @gfwilliams Great - thanks for the update. I think this is an issue with older versions of Espruino - unfortunately as you'll be aware, newer versions don't work reliably on the HY-32 boards at the moment :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2013-10-04 by neil
The below code (as published on espruino.com) yields:
whenever the touchscreen is drawn upon.
Have tried different setIntervals ranging from 10 to 100 touchFinc but with no change -any ideas?
this is observed with Espruino 1v39
Beta Was this translation helpful? Give feedback.
All reactions