Code Monkey home page Code Monkey logo

Comments (5)

danricho avatar danricho commented on July 30, 2024

I should also add that the code I'm using on this device is the tutorial "15-RealPushButtons" with minor changes.

from homespan.

HomeSpan avatar HomeSpan commented on July 30, 2024

Hmm. I think I understand the problem but unfortunately not sure how to fix it. It may be possible to use the Arduino if(Serial) command to check whether the Serial port is active, but even if this works this would likely require every Serial.print() command to check as well to avoid hanging. I don't have an FTDI so unfortunately can't test this hypothesis.

from homespan.

danricho avatar danricho commented on July 30, 2024

I had the same thought but I'm struggling to understand why it is blocking. I'm not sure how it's any different to any prebuilt board. I'll need to read more about the blocking nature of serial with FTDI.

With the Wifi bug fixed, my need to use the serial commands is lessened.

I will provide any updates if I get some.

from homespan.

danricho avatar danricho commented on July 30, 2024

I have localised the issue to within the homespan.poll() function where it checks for any available serial. If I comment out the if block, the module works. See below:

if(Serial.available()){

from homespan.

danricho avatar danricho commented on July 30, 2024

Solution for this specific case was to add a high value resister between RX and VCC to pull the floating RX line high.
See comment in issue 131 for more detail.

Closing this as it is now being tracked in #131.

from homespan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.