ErikasValiu / Project-Files

1 stars 0 forks source link

Problems #6

Open ErikasValiu opened 4 months ago

ErikasValiu commented 4 months ago

Hi mark,

Im putting this up as a general sort of FAQ for questions i have,

ErikasValiu commented 4 months ago

i am currently struggling with my code.

i am trying to parse info from my arduino uno to my esp32 s3 (tasmota) via serial but it does not come up on the tasmota serial. Would i be better off removing the arduino uno and simply using the esp 32? or would you have any other reccomendations,

As it stands i can get aspects of the code to work on just the esp 32 (the unfiltered gps info) but cant get the second serial to print out the filtered gps info, so i switch to arduino which gets both.

Any ideas? Thank you

markdeegan commented 4 months ago

Thanks Erikas. As your code is not available on GitHub, I cannot comment on the code. It is a useful skill in terms of code version management etc, to use GitHub to store the code and to use it also to synchronize your code between your PC, GitHub and my PC. That way, I can test your code to recreate any problems you are having. Pleas eupload your code to GitHub and use it as the primary repository of your code for the remainder of the project. Thanks.

ErikasValiu commented 4 months ago

Apologies i have forgotten to upload my code through the repository, Additionally i have a few sample codes i am tackling. I have uploaded them just know. Apologies again.

ErikasValiu commented 4 months ago

Hi mark, I have commented my issues at the top of the code the two main codes (esp software serial & arduino software serial)