@will I have 10 of them, I will gladly mail you one of them if you want a free one. Just message me an address.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@ronalex4203
Thanks, but I ordered the 220 and 880 BeiTian modules from Amazon and they're supposed to be delivered tomorrow.
But I appreciate the offer, thanks.
Anything seems possible when you don't know what you're talking about.
Hi folks
Please could I have some advice regarding what people have found to be the best priced RTK GPS components to use with a Pixhawk flight controller. There is information on the Ardupilot website but the recommended GPS (UBlox GPS + Compass module) does not appear to be RTK compatible. I am leaning towards a GPS built on the Ublox M8P device but what I have found them to be quite expensive. I think the Sparkfun GPS-RTK Board - Neo-M8P-2 is one of the least expensive and I will need two of them. Any info or advice on this would be greatly appreciated.
@dronebot-workshop I'm looking forward to any additional reading/videos on the RTK set up! I have also been looking at the sparkfun version out there. It seems you would need to buy two of their boards to make a complete set up?
I'm hoping to make a "poor mans" guidance system for my tractor I use to spray my fields. I have looked into buying an existing agricultural set up but they are 5k plus, and since we only farm about 100 acres, it isn't feasible for us to buy a of the shelf one, so cue up some engineering skills and a good micro controller!
Loved the video. I've been recently working on RTK GPS for a RaspberryPi rover without a base station using the Sparkfun F9P SMA board. I ran into a couple of issues which eventually led to enabling a hardware UART on the 40 pin bus. See here; https://github.com/tomojitakasu/RTKLIB/issues/659
I went and bought a BN880 and I’m wondering if it’s possible to run both the magnetometer and the gps at the same time. I’ve got a working gps sketch and I can get a magnetometer sketch working but when I put the two together the magnetometer sketch takes over. I am running this on an Arduino Uno. Seems odd to include both in a single device if you can only use one at a time.
@witchdoc59 My assumption is both will work. Is the sketch small enough to post here? If so, post each separately then post the combined sketch in a seperate post.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@witchdoc59 Please use the Help to learn how to post code
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@witchdoc59 I don't recognize that as script. Is it Z or bash? Also that is not what I asked for. Are these direct copies of Bill's sketches?
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@witchdoc59 why do you have includes duplicated? How many years full time programming experience do you have? It's easier to answer questions when I know what I am dealing with.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@witchdoc59 If you are using Bill's code, just provide a link to the blog post with the code. Two links for both original sketches, then I will try to merge them and let you know if it can be done.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.
@zander Thankyou very much for your attention to this. I appreciate it very much. The duplicate 'include' is a mistake that I thought I had fixed. I got my degree in computer science back in the late 90s but since then I've mainly been doing end user support. A bit of PowerShell scripting. But resurrecting my C/C++ skills has been a challenge. The working sketch is one that I developed on my own. The second script, that isn't working properly, is the first sketch with some code borrowed from Bill's magnetometer sketch. Here is the blog post that has the magnetometer sketch. Using GPS Modules with Arduino & Raspberry Pi | DroneBot Workshop.
@witchdoc59 Thank you very much for the clarification. If you could publish your code BEFORE inserting Bill's as a zip file it would help. I will then use the link to Bill's code to merge it in and return it to you as a zip. NOTE: It will compile error free or error noted but I don't have the required hardware to test the execution.
I remain concerned by your earlier comment about a failure 'up to about line 112' In my 64 years of experience, I don't recall ever seeing code fail 'about' a line, it is at a line. I like that you mentioned the line #, but you didn't include the line # so impossible for us to understand what is happening.
First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
My personal scorecard is now 1 PC hardware fix (circa 1982), 1 open source fix (at age 82), and 2 zero day bugs in a major OS.