Search found 6 matches

by Paul Ridd
Tue Dec 01, 2015 12:28 pm
Forum: Arduino Development Boards
Topic: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)
Replies: 25
Views: 61233

Re: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)

Thanks Andrew. The calibration is stored in the EEPROM so thanks for confirming this is not erased.

As for the main problem - I, er, um, er, hadn't connected the DTR pin at all :oops:

Now it's plugged in it works so much better. Sorry.
by Paul Ridd
Mon Nov 30, 2015 12:46 pm
Forum: Arduino Development Boards
Topic: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)
Replies: 25
Views: 61233

Re: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)

Hi Andrew. Reset doesn't clear the chip - it just restarts the program so I'm fine with the reset workaround. Unless you think differently.
by Paul Ridd
Mon Nov 30, 2015 11:36 am
Forum: Arduino Development Boards
Topic: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)
Replies: 25
Views: 61233

Re: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)

Hi Andrew Thanks for getting back. Both Pro Minis and the FTDI adapters are from you. As you saw i bought 2 adapters in error in Jan this year. Used 1 with great success - so much so I posted on GY-5150 / MPU-9150 9-Axis Accel Gyro & Compass (HCMODU0064) - but coming back to the project this autumn ...
by Paul Ridd
Sun Nov 29, 2015 12:51 pm
Forum: Arduino Development Boards
Topic: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)
Replies: 25
Views: 61233

Re: Arduino Compatible Pro Mini (HCARDU0059 & HCARDU0081)

Hi Andrew My pro mini used to work fine but now won't talk to me I've given up on my sketch and tried the standard Blink sketch but it also gives avrdude: stk500_getsync(): not in sync: resp=0x00 with shift pressed it becomes avrdude: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5...
by Paul Ridd
Wed Mar 04, 2015 9:28 am
Forum: Sensors
Topic: GY-5150 / MPU-9150 9-Axis Accel Gyro & Compass (HCMODU0064)
Replies: 6
Views: 17613

Re: GY-5150 / MPU-9150 9-Axis Accel Gyro & Compass (HCMODU00

I found this works really well https://github.com/richards-tech/MPU9150Lib on the right is a Download Zip file. Download it to anywhere (My Downloads or Desktop or anywhere - I doesn't matter!) and Unzip it. This creates a folder called MPU9150Lib-master Open MPU9150Lib-master Double click on MPU915...
by Paul Ridd
Sun Jan 25, 2015 4:44 pm
Forum: Sensors
Topic: GY-5150 / MPU-9150 9-Axis Accel Gyro & Compass (HCMODU0064)
Replies: 6
Views: 17613

Re: GY-5150 / MPU-9150 9-Axis Accel Gyro & Compass (HCMODU00

The code and the sensor work great giving me all the data I could wish for. I can calculate a bearing in radians using atan2(Comp Y, Comp X) which I convert to degrees and if less than 0 add 360, which is great when the breakout is flat but is too crude for when the breakout is tilted in either dire...

Go to advanced search