-
Notifications
You must be signed in to change notification settings - Fork 70
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
Mega 2560 #24
Comments
Hi,
i guess that the modification will only concern Timer and ADC (i don't use
the arduino library for the ADC but straight register manipulation). The
transmission does not depend on the CPU speed, its mainly a matter of using
a LED that is not designed to act as a receiver. Using a proper photodiode,
higher rates could be achieved.
regards,
2017-03-03 4:06 GMT+01:00 Yuejing1992 <notifications@github.com>:
… Hi,
I would like to ask if i use Mega 2560 instead of mini pro any
modification i need to make? Besides hardware connection issue and change
the timer1 function to timer5. I assume since mega 2560 have a more
powerful microprocessor than pro mini, will it make sense that it can
somehow achieve transmission speed than pro mini?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACNWZES1xvxbZT4GGlY53vsqDkYh0wnoks5rh4OogaJpZM4MRz3U>
.
|
Hi, I have successfully integrated your code with a white LED with an LED driver circuit and also added in a amplifier circuit for the photo-diode in the receiver side also. Anything works fine. |
@Yuejing1992 Hey, i am trying it on the Arduino Uno and beside the resistors and some changes in the code, I get the LED to blink, can you share your setup on MEGA?, I also want to try. |
I never tested this code for bitrates higher than 1kbit. Doubling the bit-rate (with 250µs symbol period) may be too fast. Did you have a look at the signal on the receiving side ? |
Hi,
I would like to ask if i use Mega 2560 instead of mini pro any modification i need to make? Besides hardware connection issue and change the timer1 function to timer5. I assume since mega 2560 have a more powerful microprocessor than pro mini, will it make sense that it can somehow achieve transmission speed than pro mini?
The text was updated successfully, but these errors were encountered: