-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errore all'avvio di index.js #1
Comments
Hai fatto |
Lo shema sembra corretto, per capire se è un problema del software, potresti attivare il pin 11 (gpio 17) con il software in python o altri tool che l'os mette a disposizione e vedere se la ventola si aziona. |
Premetto che la ventola è funzionante, l'unico neo è che chiede 12v 0.10A ma sempre alimentata a 5V e andava solamente piu lenta. Comunque pilotando da terminale i pin la ventola resta comunque ferma. |
Occhio a non fare confusione fra la numerazione fisica dei pin e quella sw dei gpio |
Ciao, ho risolto il mio problema sostiuento il transistor con un NPN S8050. |
E' codice vecchissimo che andrebbe sicuramente aggiustato. |
Si lo trovo nel file INDEX.JS |
intendo in console dopo l'esecuzione dello script, vedi i log? |
NO! Non appare più anche se sulla pagina web nello stato della ventola si legge OFF |
module.js:339
throw err;
^
Error: Cannot find module 'onoff'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:287:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object. (/home/pi/rpi-fan/index.js:6:12)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Function.Module.runMain (module.js:467:10)
Questo è quello che visualizzo quando dò da terminale node
index.js
The text was updated successfully, but these errors were encountered: