Giter Site home page Giter Site logo

Comments (7)

unixbigot avatar unixbigot commented on June 9, 2024

Possibly due to bugs in early revs of the ESP32 silicon.

from grbl_esp32.

bdring avatar bdring commented on June 9, 2024

I think all ESP32 silicone is that way. Here is a snippet from the datasheet.

image

from grbl_esp32.

bdring avatar bdring commented on June 9, 2024

It might be a good idea to add an optional way to turn off the use of control pins. Many (most?) people don't use them and this would be a fast way to fix this issue in firmware.

@unixbigot What do you think about this? Maybe a #define USE_CONTROL_PINS in cpu_map.h.

from grbl_esp32.

unixbigot avatar unixbigot commented on June 9, 2024

I think an option to disable the front panel inputs is sensible. I've built several grbl machines without ever using the front panel inputs (though I'm adding them on one of my machines soon).

from grbl_esp32.

unixbigot avatar unixbigot commented on June 9, 2024

I'll send a PR

from grbl_esp32.

bdring avatar bdring commented on June 9, 2024

@unixbigot

I took another look at this and decided to make this an option.

if #define IGNORE_CONTROL_PINS is not commented out (the default) the switches will be ignored.

uint8_t system_control_get_state()
{
	#ifdef IGNORE_CONTROL_PINS
		return 0;
	#endif
...

I'll include this in a future push.

from grbl_esp32.

bdring avatar bdring commented on June 9, 2024

Closing latest push adds plenty of options for door and control pins.

from grbl_esp32.

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.