Search found 10 matches
- 03 May 2023, 15:24
- Forum: Hardware
- Topic: new MIO led flashing
- Replies: 5
- Views: 5303
new MIO led flashing
After I could not determine why the "IN" led on my MIO kept flashing(with nothing hooked up to any input) I bought a new one. The new on has the same issue. I have gone through all the guides and I cannot figure it out. I have 2 other MIO modules hooked up with no issue.
- 16 Feb 2023, 22:28
- Forum: Hardware
- Topic: over voltage on input
- Replies: 1
- Views: 2416
over voltage on input
I am using a pressure sensor that outputs 0 -10 volts between 0 - 30 psi. I noticed that if the pressure goes over 30(which will happen from time to time) the sensor outputs more than 10 volts and my input led goes red.
My question is this: How much voltage can the MIO handle without damaging it?
My question is this: How much voltage can the MIO handle without damaging it?
- 14 Jan 2023, 19:10
- Forum: Hardware
- Topic: mio crash after infinite loop
- Replies: 2
- Views: 2407
Re: mio crash after infinite loop
var m = msg.payload; var local_bag_pressure = m; do{ // store bagpressure as a global var global.set("bag_pressure", local_bag_pressure); } while (m > 0) return msg; The function above was meant to read from a pressure sensor and update a global variable. I obviously wrote it incorrectly. ...
- 13 Jan 2023, 16:48
- Forum: Hardware
- Topic: mio crash after infinite loop
- Replies: 2
- Views: 2407
mio crash after infinite loop
after crashing my whole setup with an infinite loop function, the power led on my mio flashes red i get this at the terminal pi@RevPi81739:~ $ piTest -d Found 2 devices: Address: 0 module type: 95 (0x5f) RevPi Core V1.2 Module is present input offset: 0 length: 6 output offset: 6 length: 5 Address: ...
- 25 Nov 2022, 18:46
- Forum: Hardware
- Topic: MIO "IN" LED Flashing
- Replies: 10
- Views: 7857
Re: MIO "IN" LED Flashing
having trouble getting the ing tag to work heres a link i tested in a browser
https://www.dropbox.com/s/k4z1g9nbsltoc ... 0.jpg?dl=0
https://www.dropbox.com/s/k4z1g9nbsltoc ... 0.jpg?dl=0
- 25 Nov 2022, 09:09
- Forum: Hardware
- Topic: MIO "IN" LED Flashing
- Replies: 10
- Views: 7857
- 24 Nov 2022, 17:20
- Forum: Hardware
- Topic: MIO "IN" LED Flashing
- Replies: 10
- Views: 7857
- 23 Nov 2022, 15:22
- Forum: Hardware
- Topic: MIO "IN" LED Flashing
- Replies: 10
- Views: 7857
Re: MIO "IN" LED Flashing
https://www.dropbox.com/s/ag557ii5t4ehs ... 1.png?dl=0[/img]
Let me know if this is what you need
Thanks
Let me know if this is what you need
Thanks
- 12 Nov 2022, 18:06
- Forum: Hardware
- Topic: MIO "IN" LED Flashing
- Replies: 10
- Views: 7857
Re: MIO "IN" LED Flashing
I have gone through the checklist including the pictory checklist. I believe the issue is that i do not have power to the x2 connector but i may be wrong.
- 10 Nov 2022, 04:03
- Forum: Hardware
- Topic: MIO "IN" LED Flashing
- Replies: 10
- Views: 7857
MIO "IN" LED Flashing
Probably a dumb question but I am unsure of the answer. I have my MIO module connected to the core and power supply with nothing connected to the IO pins. The IN LED is flashing red. I have read where it would do this if I have something connected wrong but I just hooked it up to get a basic configu...