-
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
Combine modulation with Manchester? #20
Comments
In its current state I don't see how to do this. If your goal is to
increase throughput, you could use rgb LED and have up to three time the
bandwidth. You can also probably use a higher transmitter rate if you are
using a photodiode
Jonathan Piat
Le 14 févr. 2017 2:03 PM, "Jozhxy" <[email protected]> a écrit :
… Hi, I've tried out your code, works fine with x9 LEDs to photodiode at
other side.
Since Arduino UNO can't run the code in parallel. Is it possible to
combine ASK into it without modifying the circuit at few hundreds Hz or kHz
and then demodulate again?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACNWZHTNrmKIeKBFdQ0MtePNsZ-056Juks5rcaYmgaJpZM4MAcrw>
.
|
Thank you for your quick respond. I found the hot spot at SYMBOL_PERIOD 2400 & changed the threshold which is still perfect square wave on the oscilloscope, unfortunately my photodiode won't detect any faster than that. But I'm glad the LED is above the threshold of human eye to perceive. |
Can you give the reference for the photodiode you are using ?
Jonathan Piat
Le 14 févr. 2017 2:37 PM, "Jonathan" <[email protected]> a écrit :
… Thank you for your quick respond. I found the hot spot at SYMBOL_PERIOD
2400 & changed the threshold which is still perfect square wave on the
oscilloscope, unfortunately my photodiode won't detect any faster than
that. But I'm glad the LED is above the threshold of human eye to perceive.
Thank you once again 👍
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACNWZGfQxgVV_P4kMFhXM4scX2sZWlESks5rca4cgaJpZM4MAcrw>
.
|
Oh sorry, it's a phototransistor. I use a macro lens to magnify in order to improve the signal. |
Nice ! I'll try to replicate your setup. Using a LED as receiver does not
work reliably.
Jonathan Piat
Le 14 févr. 2017 3:19 PM, "Jonathan" <[email protected]> a écrit :
… Oh sorry, it's a phototransistor. I use a macro lens to magnify in order
to improve the signal.
http://www.vishay.com/docs/81321/tept5700.pdf
Bought it from: http://my.element14.com/vishay/tept5700/photo-
transistor-npn-570nm-5mm/dp/1497676
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACNWZLo9IgDod5g2AbVKOJcJW7eDED72ks5rcbgNgaJpZM4MAcrw>
.
|
Cool. |
I have a TEMT6000 on hand, i'll see if it could work. Interesting things to
implement would be :
- CRC computation (to discard incomplete frames)
- auto-sync (detect the symbol frequency)
- design an arduino shield to ease experiments (some people had trouble
with the wiring and the use of a wrong led as receiver)
- spectrum spreading (to have multiple channels)
....
2017-02-14 20:30 GMT+01:00 Jonathan <[email protected]>:
… Cool.
Yea, because I need to match the wavelength with the transmitter, most
receivers are at IR range.
To achieve a standard communication system, other than modulation, what
else could be implement into this project? (If arduino could handle it)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACNWZOkSlFr5dDFDo9VkWP7LvdvWejWYks5rcgDYgaJpZM4MAcrw>
.
|
@Jozhxy Can you help me with this? please [email protected] |
@shivanksharma91 For this case, only IR is fast enough to modulate cuz it's the standard. |
@Jozhxy thanks for the quick respnse, i need help in using photodiode at receiving end. If i just replace the led with photodiode on the receiving end and upload the code, will it work? Since i cannot really understand the code, i am new to it. |
The code sends out by frame, loop Hello Word 1 to 10. |
Hi, I've tried out your code, works fine with x9 LEDs to photodiode at other side.
Since Arduino UNO can't run the code in parallel. Is it possible to combine ASK into it without modifying the circuit at few hundreds Hz or kHz and then demodulate again?
The text was updated successfully, but these errors were encountered: