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

Bug report: Missing files to call rt8092_init() and step_forward() #2

Open
patricstarter opened this issue Dec 22, 2023 · 0 comments
Open

Comments

@patricstarter
Copy link

Primary Bug

Two errors occur during linking step...

  • Linking image_transfer_demo_pca10040_s132.elf
    • Output/Debug/Obj/image_transfer_demo_pca10040_s132/main.o: in function `main':
    • undefined reference to `rt8092_init'
    • /nrf52/examples/ble_peripheral/robot_ble_firmware/main.c:1091: undefined reference to `step_forward'

It appears that robot_ble_firmware/main.c calls two custom functions which aren't included anywhere in the repo; was that intentional?

Secondary Bug

I was able to build the project after commenting out rt8092_init() & step_forward() but your Insect Cam app doesn't list it when I press the "Scan" button.

This project's README specifies a file structure which should include a dedicated android app project within the robo_cam folder but it does not exist. Only the insect_cam subdirectory contains an android app project folder but this app does not detect the nrf52 when running robot_ble_firmware despite a "Robot Cam" showing on the list of bluetooth devices under the phone's connection settings.

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

1 participant