-
Notifications
You must be signed in to change notification settings - Fork 91
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
Comments
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. |
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. |
The most important files are (and their direct dependencies): 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. |
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
The text was updated successfully, but these errors were encountered: