Search found 505 matches

by Admin
Thu 4 Jun 2020 09:21
Forum: Support & trouble shooting
Topic: Random Directional Inputs (possibly Joystick)
Replies: 17
Views: 22649

Re: Random Directional Inputs (possibly Joystick)

Hi there! This issue sounds familiar, I need to search a bit. You have the joytsick version right? Just to make sure. It sounds like the joystick driver is throwing calls even while you are not moving it. I pasted below a python script which can be used to debug the joystick. If you want to try to r...
by Admin
Mon 4 May 2020 14:01
Forum: Support & trouble shooting
Topic: LCD burn-in
Replies: 10
Views: 11019

Re: LCD burn-in

Désolé pour ce problème. On cherche les raisons de ce problème et ce n'est pas encore très clair. On ne l'avait pas rencontré lors du développement sur les prototypes. Nous pensons actuellement qu'il y a deux raisons possibles : - Soit les pins des connecteurs USB et Ethernet appuient trop sur l'écr...
by Admin
Mon 4 May 2020 13:50
Forum: Support & trouble shooting
Topic: Configure Input doesn't work
Replies: 1
Views: 2908

Re: Configure Input doesn't work

Hi there, Glad to hear you enjoying it! If you can let a small review here : https://www.8bcraft.com/product/retrostone2/#reviews It helps building the trust around the project. About your issue with N64 controls, I am not sure how the N64 emulator control settings works on retrorangepi. Best would ...
by Admin
Tue 21 Apr 2020 14:01
Forum: Support & trouble shooting
Topic: System Crashs on Battery
Replies: 5
Views: 5944

Re: System Crashs on Battery

Maybe it helps. I just checked the battery with a Multimeter and it shows a voltage of 4.35V. Hi Max, 4.35V is max voltage. This means your battery is 100% charged. There could be several reasons for this issue. Are you using USB devices ? Have you installed a SSD in the RetroStone2? Either the bat...
by Admin
Mon 20 Apr 2020 11:28
Forum: Support & trouble shooting
Topic: RS2 Pro psp3000 joystick issues
Replies: 3
Views: 5213

Re: RS2 Pro psp3000 joystick issues

Yes you can update the gamepad driver script in home/pi/retropiemenu/retrorangepi/gpio/drivers/tz_gpio_controller.py (or something like that I wrote path from memory) Joystick part is line 313-329 if (joystick_LR > (VREF/2 + DZONE)) or (joystick_LR < (VREF/2 - DZONE)): if (joystick_LR > VREF): if (j...
by Admin
Mon 20 Apr 2020 11:00
Forum: Support & trouble shooting
Topic: Scratched screen
Replies: 10
Views: 10189

Re: Scratched screen

Pour les rayures sur l'écran il s'agit d'un film plastic protecteur qu'il faut enlever en grattant dans l'angle. A voir dans cette vidéo je montre qu'il faut enlever le film à 1 minute : https://www.youtube.com/watch?v=-Swxh_V87yc&t=60s Cette vidéo est aussi le tutoriel pour mettre la protection...
by Admin
Mon 20 Apr 2020 10:55
Forum: Support & trouble shooting
Topic: LCD burn-in
Replies: 10
Views: 11019

Re: LCD burn-in

I have this exact same problem! and it appeared out of nowhere! Also my WiFi doesn't work, the Bluetooth also doesn't work and if I connect a controller all the inputs stop working and I have to reinstall the OS. so yeah, I've been having a few issues. You mean that before you did not have this bur...
by Admin
Thu 9 Apr 2020 13:35
Forum: Support & trouble shooting
Topic: System Crashs on Battery
Replies: 5
Views: 5944

Re: System Crashs on Battery

I'm not sure but I think the kindle charger does not have enought A rating. You need a 5V charger with 1.5A minimum. For example 5V 1A is not enough, 5V 2A is OK. Can you try another charger and see if it solves your issue? You should have a LED turning ON when the unit is charging. Then when it's f...
by Admin
Sun 5 Apr 2020 14:02
Forum: Support & trouble shooting
Topic: Battery discharging when Restrotone 2 off
Replies: 3
Views: 4124

Re: Battery discharging when Restrotone 2 off

Also make sure to turn off the system and not just putting it to sleep.
by Admin
Fri 27 Mar 2020 14:51
Forum: Support & trouble shooting
Topic: issues on use
Replies: 6
Views: 6479

Re: issues on use

Retrorangepi developper uploaded a new image with joystick fixed : http://orangepi.club/showthread.php?tid=3316 Alternatively if you don't want to reinstall: I think you can try to fix it by replacing the code of the gamepad driver : home/pi/retropie/retropiemenu/retrorangepi/GPIO/driver/tz_gpio_con...