Hello! I would like to display the number of GPS satellites on the IA6B receiver, but it does not work. No matter what code I try, it only says 0. What could be the problem? I am attaching my code. #include <TinyGPS++.h> #include <IBusBM.h>
Please post your sketch, using code tags when you do
Posting your code using code tags prevents parts of it being interpreted as HTML coding and makes it easier to copy for examination
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help.
It is also helpful to post error messages in code tags as it makes it easier to scroll through them and copy them for examination
Hi @zsolt9326 . addSensor() returns the address of the sensor added. You should use the returned value as the first argument in setSensorMeasurement(). Like this:
I use a 2650 mega card, I managed to get the sensor to appear on the remote control, but it only shows the value 000. unfortunately, I can't write a value with it with any code
I have merged your forum topics due to them having too much overlap on the same subject matter @zsolt9326 .
In the future, please only create one topic for each distinct subject matter and be careful not to cause them to converge into parallel discussions.
The reason is that generating multiple threads on the same subject matter can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.