"I cant get either program to connect to the Serial port. Whenever I try to connect, the program crashes. I tried both MagMaster & MagViewer, both with the same results. Ive made sure all my settings are correct. 9600 baud, "val1,val2,val3" + CR…"
Multi-cpu proto-board with ADC & RPi connector.Currently using a RN-171 WiFi module instead of the RFM23. The RFM has a rather large setup sequence & I have to write my own drivers for it, so it will have to wait.This cpu is for my larger helicopter.
"Once in Pass-through mode is enabled, to communicate with the mag you use 0x0C as the address.
I had to Write to address 0x0C at register 0x0A the value 00000001 (0x01) to put the mag into single measurement mode.
After every read cycle, the mag…"
"If you can follow along in the Spin Language from parallax, its kind of a pain in the ass, I have a fully working driver for the 9150 that is 100% spin (no asm) so it should be easy to follow along:…"
"I just succeeded in getting the Mag values via the Pass-Through Aux method. It was rather frustrating figuring it out.
First thing I did was Read the Registers I was setting to Verify the device was getting my commands. Seeing that I was setting…"