-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pulsecnt module seems to be "missing" in branch esp32-dev #93
Comments
This...does not make any sense at all.
You either flash the firmware from the cloud builder - what you did according to the screen shot - or the one you built yourself with Docker - which you also seem to have done. I don't understand how you could get a mix therefore? And what's with ChilliPeppr? Here's what I would do:
If all is well then continue by building a new firmware with the modules you really need and repeat. |
The firmware used in those screenshots is one from the cloud-builder. I havent attempted building it myself. The script in the end shall have just one ability: counting a single channel and returning this measurement through rs232.
So again what I did so far:
I am requesting a build without pulsecnt right now which will prolly execute and run just as good but obviously will also not have the pulse counter module. (next comment upcomming) |
As promised (and expected):
Flash-Log
stdout
Next Comment will be the exact same but with the "Pulse Counter" module. |
Flash-Log
stdout
Script
same problem sadly 😞 |
I'm a little less confused now. This hit me out of the blue, sorry. The weird boot message appears to be a bug - never seen anything like that. I'm tracking this at marcelstoer/nodemcu-custom-build#39. The missing pulse counter module is related to an upstream change in the firmware Kconfig that wasn't properly reflected in the cloud builder. This is already fixed. |
So today I tryed my best to get the Pulse Counter working on my ESP32 but encountered some quite unique issues.
Output Log:
Full Log
I also find it interesting that the chip is doing something with wifi but the firmware shouldn't include this module.
(Re-Requesting build's also didn't do the trick)
Code in question:
Firmware used:
(tested both)
Tool-Chain used:
https://nodemcu-build.com/index.php
http://chilipeppr.com/esp32
https://github.com/marcelstoer/nodemcu-pyflasher/releases/download/v4.0/NodeMCU-PyFlasher-4.0-x64.exe
Flash Log:
I am unsure how to act further therefore im opening this issue (which is btw my first so please excuse me for the bad writeup)
The text was updated successfully, but these errors were encountered: