Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

JeVois worked for one day, tried it with arduino it worked, but now its not working anymore

0 votes
I am trying object detection using JeVois. It worked with JeVois but when I connected it with Arduino it didn't send any message to Arduino. I tried these commands: setpar serout Hard, setpar serlog None, but still no message on arduino. Now, JeVois is not working.
asked Sep 1, 2017 in Hardware Questions by siddhesh (120 points)

1 Answer

0 votes
sorry to hear that, can you elaborate on the "now it is not working" part? Can you still grab video over USB, see the orange LED, etc but only the hardware serial port is not sending anything out?

Have you checked that the arduino is 8N1 at 115200 bauds and that your TX/RX pins are not crossed?

Also remember that if you are not streaming over USB, then

1) you need to select a video mapping with no USB output

2) you need to manually start the camera stream by issuing a "streamon" command

See for example this tutorial:

http://jevois.org/tutorials/UserPanTilt.html

the section on "running with no USB output"
answered Sep 1, 2017 by JeVois (46,580 points)
I cant see the orange led.
When I power up the jevois, I cant see any led glowing. I cant grab any video or picture.
...