Skip to content
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

Robitronic compatibility #35

Open
isopix opened this issue Jan 11, 2023 · 3 comments
Open

Robitronic compatibility #35

isopix opened this issue Jan 11, 2023 · 3 comments

Comments

@isopix
Copy link

isopix commented Jan 11, 2023

As I understand RicinoNext is both hardware (transponders+interface) and software(lap counter/timing software) solutions. Right?

If so, can RicinoNext lap counter software be used with Robitronic USB/serial interfaces?

@zelogik
Copy link
Owner

zelogik commented Jan 24, 2023

Hi @isopix,
Sorry for the delay ;)

So yes and no for Robitronic compatibility.

  • Yes, normally if you bypass the usb<->serial 'UART' converter (ftdi/pl2303/CP210x/CH310/...) en connect µC to robitronic gate, that should work.
  • No, Haven't tested, so I can't say to you, that this things work :)

RicinoNext is mainly a software solution to get a Lap Counter with simple µC and a Browser (tablet/phone/computer/...). But I have developed compatible hardware, less expensive than commercial product for emitter and receiver.

@isopix
Copy link
Author

isopix commented Jan 24, 2023

@zelogik I have two robitronic interfaces:

  • USB (USB HID)
  • RS232

And you say that rs232 one should already work?

Do I need Arduino for that and can not run software directly on PC using USB-to-RS232 adapter?

'receiver gate' you call an 'PC Interface' or 'receiver modules'?(Those with IR receivers)

@zelogik
Copy link
Owner

zelogik commented Jan 24, 2023

So, both the usb and serial should work, but you need to bypass the UART chip on the usb version.

Even if the documentation explain the process, i will resume it:
1 controller: player position, time, i2c master, wifi hotspot, etc...
1 receiver: i2c slave, translate i2c to UART/rs232, + on my PCB another uC to detect ir (what robitronic gate do for the IR/irda part)
1 receiver extender: just ir led receiver to extend

To use the robigate usb/rs232, you need the controller (samd21+esp01) + any arduino with the receiver.ino code, and no computer. ( Only display/browser)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants