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

Energia CC1350 Version #24

Open
alperkrt opened this issue Feb 1, 2021 · 3 comments
Open

Energia CC1350 Version #24

alperkrt opened this issue Feb 1, 2021 · 3 comments

Comments

@alperkrt
Copy link

alperkrt commented Feb 1, 2021

Hi,
Can you edit and give the code that works with Texas Instrument CC1350 and for Energia IDE. It is very similar with arduino. However, UDR0 is not working with CC1350. If you give a version for CC1350 (Energia). It would be amazing. Camera still is the same OV7670. I will use UART to see the real time video. Thank you for your time.
sincerely

@indrekluuk
Copy link
Owner

It would need lots of experimentation to get it working with another chip. Currently, I don't have the time and I also don't have the CC1350 chip.

@alperkrt
Copy link
Author

alperkrt commented Feb 3, 2021

Thank you so much for your response. If you have a time, could you share the video of the code by explaning the code and algorithms. If we learn the algorithms behind the code we can convert this code into anything that we want. However, If you are too busy at this time, I would undersand that. again thank you so much for your vaulable response and time.

@indrekluuk
Copy link
Owner

The most important files are (and their direct dependencies):
https://github.com/indrekluuk/LiveOV7670/blob/master/src/lib/LiveOV7670Library/CameraOV7670.h
https://github.com/indrekluuk/LiveOV7670/blob/master/src/lib/LiveOV7670Library/CameraOV7670.cpp

At the top of the CameraOV7670.h are platform-specific definitions. Which should all be defined for the new microcontroller.

It would be easiest to first get the i2c configuration connection working. After that, you can try if you can detect the pixel clock and vsync signals. If that also works then you can try to compose an image from the received data.

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