The Association of Model Submariners.

Would you like to react to this message? Create an account in a few clicks or log in to continue.

* THE FORUM FOR ALL THOSE INTERESTED IN BUILDING AND OPERATING MODEL SUBMARINES *



Join the AMS - Registered Forum users can become members of the AMS and it's free ...... To join send an email with your name , address and phone number to amstreasure@googlemail.com


For a guide to past events see the "Shows and Events" section.

Papplewick Pumping Station SUBMARINE Day. 31st March - 1st April 2024.

$$$

&&&

::::

Who is online?

In total there are 5 users online :: 0 Registered, 0 Hidden and 5 Guests

None


Most users ever online was 180 on Tue Nov 05, 2019 6:03 am

Latest topics

» Newbie needs advice!
DIY pitch controller EmptyYesterday at 1:58 pm by david f

» Modulated electric fields for submarine communication in a "heads up" from Harry!
DIY pitch controller EmptySun Apr 21, 2024 6:09 am by geofrancis

» 868/915 Mhz as a viable frequency for submarines.
DIY pitch controller EmptyWed Apr 10, 2024 5:48 am by tsenecal

» Laser cut Robbe U47 conversion
DIY pitch controller EmptyTue Apr 09, 2024 3:40 pm by david f

» ExpressLRS - 868/915 Mhz equipment
DIY pitch controller EmptyTue Apr 02, 2024 3:27 pm by tsenecal

» Information on camouflage patterns for German seahund
DIY pitch controller EmptyFri Mar 15, 2024 4:36 pm by david f

» WW2 mini sub build
DIY pitch controller EmptyTue Mar 12, 2024 1:56 pm by geofrancis

» Not the hobby I expected :)
DIY pitch controller EmptySun Mar 10, 2024 6:30 pm by cat

» Sheerline gasket material
DIY pitch controller EmptyMon Feb 19, 2024 9:24 pm by Michaelc

Statistics

Our users have posted a total of 12449 messages in 1981 subjects

We have 1010 registered users

The newest registered user is Chris Shelley

3 posters

    DIY pitch controller

    avatar
    tsenecal
    Guest


    Posts : 311
    Join date : 2015-04-01

    DIY pitch controller Empty DIY pitch controller

    Post  tsenecal Fri Apr 22, 2022 5:34 am

    Ran across this video on youtube... thought it might be interesting... i have enough arduinos laying around that i might give this a try...

    https://www.youtube.com/watch?v=gG0X_yIP1oQ

    david f likes this post

    david f
    david f
    AMS Treasurer


    Posts : 2398
    Join date : 2010-11-10
    Age : 73
    Location : Cumbria

    DIY pitch controller Empty Re: DIY pitch controller

    Post  david f Fri Apr 22, 2022 11:39 am

    Nice job but his $5 build price looks like an underestimate in current circumstances!
    (Farnell quotes £8.50 just for the MPU-6050 chip.)
    David
    avatar
    tsenecal
    Guest


    Posts : 311
    Join date : 2015-04-01

    DIY pitch controller Empty Re: DIY pitch controller

    Post  tsenecal Fri Apr 22, 2022 3:12 pm

    david f wrote:Nice job but his $5 build price looks like an underestimate in current circumstances!
    (Farnell  quotes £8.50 just for the MPU-6050 chip.)
    David

    yep, one of my favorite go to places has them on a breakout board for $7.00, but another has them for $32!!!

    I do have a drawer full of arduino micro pros...   i am thinking that i might give it a try when i get some free time.  the nice thing about DIY is that i can add features that no-one else seems to think are important.


    To be honest, the most interesting thing i got from that video was the arduino "ServoInput" library. I never knew that existed, it would clean up quite a lot of my different projects, it should reduce the amount of code i have to write by about 40 lines.

    david f likes this post

    C-3PO
    C-3PO


    Posts : 95
    Join date : 2018-11-21
    Location : Northamptonshire UK

    DIY pitch controller Empty Re: DIY pitch controller

    Post  C-3PO Mon Apr 25, 2022 1:15 pm

    david f wrote:Nice job but his $5 build price looks like an underestimate in current circumstances!
    (Farnell  quotes £8.50 just for the MPU-6050 chip.)
    David

    GY-521 3 Axis Accelerometer Gyroscope module for Arduino MPU-6050 @ Cricklewood Electronics = £3.00 ex delivery - I guess they have not revalued their stock...

    https://www.cricklewoodelectronics.com/GY-521-3-Axis-Accelerometer-Gyroscope-module-for-Arduino-MPU-6050.html

    Regards
    Jonathan

    david f likes this post

    C-3PO
    C-3PO


    Posts : 95
    Join date : 2018-11-21
    Location : Northamptonshire UK

    DIY pitch controller Empty Re: DIY pitch controller

    Post  C-3PO Thu Apr 28, 2022 9:56 am

    The following may be of some use - if nothing else it might save you from a few more grey hairs!!!

    Unless I have picked up the wrong end of the stick completely - it appears that some of the main core mpu6050 Arduino libraries do not work without an amendment to the code.

    I admit this seems very odd ....

    You can only communicate with the mpu6050 once it has been "woken up" which you do by set the " PWR_MGMT_1 register" to zero

    Code:
    Wire.beginTransmission(MPU_addr);
    Wire.write(0x6B);  // PWR_MGMT_1 registe
    Wire.write(0);     // set to zero (wakes up the MPU-6050)
    Wire.endTransmission(true);

    I spent ages with the main mpu6050 library from github and assumed I had a dead chip when nothing worked. I then downloaded another library (mpu6050 light) and the device sprung into life immediatley.

    Libraries
    Struggled with this one without amended code - https://github.com/ElectronicCats/mpu6050

    This fired up first time - https://github.com/rfetick/MPU6050_light

    Hope this may be of some use

    Regards
    Jonathan

    david f and tsenecal like this post


      Current date/time is Sat Apr 27, 2024 8:47 pm