Search found 68 matches

by synersignart
Mon Mar 25, 2024 5:41 am
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

Recently ive tested the M9 GPS which to my surprise has some issues connecting . I suspect that the RTCM3 has new message that conflict with the original codes associated with RTCM2 can anyone confirm this
by synersignart
Sat Feb 10, 2024 3:39 pm
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

Hi again if theres anyone interested I have here a link to fork

looking to adding new sensors to the list.
// Wish List for contribution for those who wish to add hit, me up here on discussions //
ICM20948
ICM42605
BMP388
BMI270
BMI160
LSM9DSI

https://github.com/synersignart/Multiwii-2020-update
by synersignart
Wed Oct 26, 2022 2:50 pm
Forum: Connecting elements
Topic: Multiwii no response
Replies: 4
Views: 7790

Re: Multiwii no response

just to share
for GUI the FlywiiGUI said to still works on windows 10
http://synerflight.com/flywiigui20/
also
the Synerduino fork of the multiwii
http://synerflight.com/wp-content/uploa ... 1-GY91.zip
by synersignart
Mon Sep 19, 2022 1:42 pm
Forum: Shields, boards and sensors
Topic: Arduino Nano 33 IoT or BLE compatibility?
Replies: 1
Views: 6493

Re: Arduino Nano 33 IoT or BLE compatibility?

you need to look into LSM9DSI datasheet if you can implement it to the sensors.h sensors.cpp
https://circuitdigest.com/microcontroll ... rted-guide
and using the library code fuse it to the Multiwii code
by synersignart
Mon Sep 19, 2022 1:37 pm
Forum: Shields, boards and sensors
Topic: looking for members who can implement new sensors
Replies: 0
Views: 3024

looking for members who can implement new sensors

Request ICM20948 ICM42605 BMP388 BMI270 BMI160 LSM9DSI As we do know Multiwii is only as good as how its kept maintain as older sensors get discontinued and newer ones take their place im also sharing my link being the MMC5883 ,BMP280 ,MPU9250 being the last added. https://github.com/synersignart/Mu...
by synersignart
Tue Jun 14, 2022 8:51 am
Forum: Ideas
Topic: Continuation of Multiwii on the AVR platform
Replies: 5
Views: 7188

Re: Continuation of Multiwii on the AVR platform

Hi JC i have some updates sensor implementation here perhaps you can help add on to it

https://github.com/synersignart/Multiwii-2020-update
by synersignart
Tue Jun 14, 2022 8:31 am
Forum: Software development
Topic: Fixwing on MW2.4
Replies: 3
Views: 2247

Re: Fixwing on MW2.4

Hi pratrik can you walk me thru the instruction setting up for on both airplane and flying wing mode
thanks , also my current planes were flying on the MWC synerduino fork with updated BMP280 baro and MMC 5883 sensors
by synersignart
Tue Jun 14, 2022 8:22 am
Forum: Software development
Topic: source codes of multiwii
Replies: 1
Views: 2413

source codes of multiwii

just have this up again for developers searching for source code from the entire multiwii set https://code.google.com/archive/p/multiwii/ just select Download the code for this repo. (887.47MB) https://code.google.com/archive/p/multiwii/source/default/source?page=66 if we can regroup developers agai...
by synersignart
Mon Jun 13, 2022 6:14 am
Forum: Shields, boards and sensors
Topic: Which flight controller for my ESC?
Replies: 2
Views: 2327

Re: Which flight controller for my ESC?

I have confirm that MWC would support BLheli and BLHeli-s given you calibrated them on 50Hz or typical servo frequency
I have not confirm if it would worj on BLheli-32 As its an STM32 type chipset
by synersignart
Mon Jun 13, 2022 6:10 am
Forum: Shields, boards and sensors
Topic: MPU 9250 setting
Replies: 3
Views: 6707

Re: MPU 9250 setting

the MPU 9250 has similar registry and assignment to the 6050 apart from the added Mag

we have a 2020 update with this fork

https://github.com/synersignart/Multiwii-2020-update
by synersignart
Thu May 19, 2022 3:09 pm
Forum: Shields, boards and sensors
Topic: MPU6050 z axis
Replies: 2
Views: 3868

Re: MPU6050 z axis

Z axis should detect 1G some how and it would put a negative number when held inverted
on my board its 500+ upright and when held upside down its 500-

also given my board is mounted upright flat otherwise if you have some weird orientation configured in the config.h
by synersignart
Thu Apr 28, 2022 6:00 am
Forum: Software development
Topic: Fixwing on MW2.4
Replies: 3
Views: 2247

Fixwing on MW2.4

would like to follow up on update documentation when dealing with Flying wing and Airplane modes for Mission way point modes if there are new changes in the codes?
by synersignart
Thu Apr 28, 2022 5:56 am
Forum: Getting Started - MultiWii config and setup
Topic: PID setting up in Balancing Robot Project
Replies: 1
Views: 1451

Re: PID setting up in Balancing Robot Project

you can use the Bi-copter codes just find the mix in the Output.cpp to configure to run off Bi-directional ESCs
by synersignart
Thu Apr 28, 2022 5:52 am
Forum: Ideas
Topic: Inpimention for the MPU 9250
Replies: 1
Views: 1817

Re: Inpimention for the MPU 9250

hold on the MPU9250 still shares some of the MPU6050 and it should work . but yes the new boards could have run on the MMC5883 or QMC5883 Mag and 280 Baro we do have an update which supports this

https://github.com/synersignart/Multiwii-2020-update
by synersignart
Thu Apr 28, 2022 5:47 am
Forum: Software development
Topic: MahoWii rev 2.4 was released ;)
Replies: 24
Views: 25653

Re: MahoWii rev 2.4 was released ;)

looks like the multi-pathing of GPS signal in your area. but I could be wrong can you try it again in an open area w/o buildings.
I have my prediction filter on too
by synersignart
Sun Dec 19, 2021 5:28 am
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

Hiya members. we recently added new update for 2021

addition compile error Fix for ublox GPS for Arduino IDE1.8.16 and later

https://github.com/synersignart/Multiwi ... /README.md
by synersignart
Sun Dec 19, 2021 5:21 am
Forum: Getting Started - MultiWii config and setup
Topic: Compile error after GPS configuration
Replies: 2
Views: 2631

Re: Compile error after GPS configuration

Guys recent update when Compiling with Arduino IDE version 1.8.16 -1.8.18 a member (Jerwin John) pointed this out that the newer IDE dont recognize flexible array base on the old ublox code in GPS what he suggested is to add 128 GPS.cpp uint8_t bytes[] into uint8_t bytes[128] as to resolve the issue...
by synersignart
Wed Sep 29, 2021 9:43 am
Forum: Connecting elements
Topic: ublox 6m help
Replies: 1
Views: 7159

Re: ublox 6m help

yes in config.h right for Ublox 6 hopefuly you got has a working EEPROM Baudrate both on multiwii and GPS module must be #define GPS_BAUD 57600 for Protocol #define NMEA //for Ublox NMEA GPS - NMEA Protocol #define UBLOX //for Beitian GPS - UBLX Protocol you can download U-Center from ublox to check...
by synersignart
Wed Sep 29, 2021 9:17 am
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

we may need Baro BMP390 or 384 support if anyone wishes to tackle this as the 280 is much dated.
also the MPU 9250 eventually
by synersignart
Tue Sep 28, 2021 1:22 pm
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

I will just be sharing this should ever someone can fork and improve on it with new sensors the synerduinoKwad.zip Recent implementation of MMC5883 QMC5883 BMP280 these were found on the latest Gy801 and Gy91 IMU 10DOF modules Note: HMC5883 are discontinued years ago and are hard to come by now. htt...
by synersignart
Mon Jun 28, 2021 4:16 am
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

good to know your developing on your end . :) JC I just change the codes using the MMC5883 for the mag the last time as those HMCs are discontinued sadly the last batch I got have some defects been a while since I used the MPU6050 though , worth revisiting any changes is registry or setup on your BM...
by synersignart
Sun May 23, 2021 7:28 am
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

@Julio Cesar
can we request for this sensors too.
Accelerometer: ADXL345
Gyroscope: L3G4200D
Magnetometer: MMC5883
Barometer: BMP180 – 85

any details how to flash and upload to the arduino board?
by synersignart
Sat Jan 30, 2021 3:04 pm
Forum: Buy & Sell
Topic: Where to buy an MultiWii controller in 2020?
Replies: 3
Views: 3345

Re: Where to buy an MultiWii controller in 2020?

Hi guys while on topic we want to know your feedback on reproduction of a classic bringing back a multiwii board but updated
we have an updated firmware
https://github.com/synersignart/Multiwii-2020-update

https://www.facebook.com/Synerflight/
by synersignart
Sat Jan 30, 2021 9:53 am
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

Re: keeping multiwii alive bu adding more sensors to the options

I may have started a renaissance in arduino base flight controller locally in my country . it may be consider outdated by RC Aeromodeling but renewed interest from the Arduino Robotics community and considering to put it into STEM im also doing Reproduction as flight shields . with added functionali...
by synersignart
Wed Sep 09, 2020 5:57 pm
Forum: Shields, boards and sensors
Topic: arduino nano quadcopter with multiwii continues yaw problem
Replies: 1
Views: 5076

Re: arduino nano quadcopter with multiwii continues yaw problem

have you try to lock the heading (head hold ) , pls check your RC trims first.. then adjust the yaw pids
by synersignart
Wed Sep 09, 2020 5:16 pm
Forum: Shields, boards and sensors
Topic: keeping multiwii alive bu adding more sensors to the options
Replies: 15
Views: 14498

keeping multiwii alive bu adding more sensors to the options

I feel appreciated to zxpirate who help added the QMC5883 compass to the multiwii http://synerflight.com/wp-content/uploads/2019/08/2560-QMCHMC.zip and a Shout out to EOS Bandi http://synerflight.com/wp-content/uploads/2019/05/FlywiiGUI2-3-1-2.zip I updated the GUI to keep the maps going and soon to...
by synersignart
Wed Sep 09, 2020 5:06 pm
Forum: Shields, boards and sensors
Topic: HMC5883 to QMC5883
Replies: 2
Views: 5725

Re: HMC5883 to QMC5883

Ok thanks did manage to get the QMC5883 to work
by synersignart
Wed Feb 20, 2019 9:27 am
Forum: Software development
Topic: Free to use - Python 3 module for MultiWii
Replies: 1
Views: 3728

Re: Free to use - Python 3 module for MultiWii

looks good , perhaps an user interface to upload missions from a linux computer via serial to the multiwii , kind still trying to understand how the msp works
by synersignart
Mon Oct 22, 2018 4:15 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

BTW anyone here still active on Android systems . need help understanding the Multiwii Serial protocols and how to do an app running on it. thanks
by synersignart
Thu Sep 27, 2018 4:12 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

nice , lets post on RC groups,Github and other robotics and RC sites
by synersignart
Sun Sep 09, 2018 1:53 pm
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

I agree and it be notice again in RC groups , DIY drones ,Facebook groups
our Key word is arduino Flight controllers in general
by synersignart
Thu Sep 06, 2018 1:40 pm
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

I agree on the 32bit board fork but using the Arduino IDE also the GPS needs additional useful flight mode function to keep up to date also having the HMC HMC5883 and QMC5883 Compass availability . due to the fact when I loaded the QMC 5883 AKA DA885 would be a nice fix the fact I have my limitation...
by synersignart
Thu Aug 30, 2018 8:06 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

I yet to use his codes but plannig to load it on my new flight controller that still uses the ATMEL 2560
by synersignart
Sat Aug 25, 2018 3:53 pm
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

iso far the Dragons are my most reliable Arduino drones considering I spent hours tuning it. so I can nail the auto landing on GPS
by synersignart
Mon Aug 20, 2018 12:37 pm
Forum: Software development
Topic: Altitude hold please help
Replies: 10
Views: 8977

Re: Altitude hold please help

must be in horizon mode for GPS function. , too scare to try Acro on GPS mode. might be unsafe to do so
by synersignart
Mon Aug 20, 2018 12:29 pm
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

m m m http://www.synerflight.com/wp-content/uploads/2017/03/DSCN9843-1024x768.jpg either UNO or Mega boards you can start wit the Default PIDs which works best for 330 to 450 size frames any bigger the lower the P and D abit any smaller then the P is increase m there are instructional here
by synersignart
Fri Aug 17, 2018 11:54 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

I think its more a tuning issue especially with odd Configurations. I did alot of successful Arduino Drones Mainly multirotors . Quad,Tri,Y4 but yet to work on fixwings two of my Tri copters are rocksolid and Waypoints quite well but good to hear a new thread under Arduino drones hope people can hel...
by synersignart
Wed Aug 15, 2018 4:06 pm
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

so which page do you recommend to keep the discussion going for the arduino base Drones in Particular. Id like to add new functions to EOsbandi winGUI ever since His last work on it

BTW Im taking the WinGUI in if anyone can help stuffing the INAV in there
by synersignart
Wed Aug 15, 2018 4:03 pm
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

I seem to see some revival and interests in these Arduino base drones too recently due to their simplicity . we launch arduino drone Philippines last year too. no doubt these guys fly on them too [youtube]https://www.youtube.com/watch?v=FBrhbfi0nBw[/youtube] right now im looking for someone who can ...
by synersignart
Wed Aug 15, 2018 4:12 am
Forum: Shields, boards and sensors
Topic: HMC5883 to QMC5883
Replies: 2
Views: 5725

HMC5883 to QMC5883

Guys since late 2017 Ive notice more people having issues with the QMC 5883 notibley the DA5883 https://www.instructables.com/files/deriv/FJM/YGEN/J8AGUDV5/FJMYGENJ8AGUDV5.LARGE.jpg is there anyway to way to rearrange the Addressing issues to make it work? I2C Compass HMC5883 // ********************...
by synersignart
Wed Aug 15, 2018 4:07 am
Forum: Shields, boards and sensors
Topic: MultiWii 2.4 and uBlox NEO M8N
Replies: 4
Views: 5126

Re: MultiWii 2.4 and uBlox NEO M8N

ya just setup my M8N last night it work like a charm it s even more accurate than my phone's GPS funny the baud got en from apm is 9600
by synersignart
Mon Aug 06, 2018 8:07 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

your Right , im currently trying to pull a team of Robotics , RC enthusiast and software developers to resurrect it , question is who else are interested to improve on this first thing is to reverse engineer and understand how the codes work since its build up on top of another overtime by several d...
by synersignart
Mon Jul 30, 2018 7:14 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

well alot suggest me to go APM and Pixhawk boards but the fact Multiwii is so open and w/o unnecessary Hex conversions use by the Ardupilot guys there is room to play with the codes . shame alot of guys calls it out dated. the funny part the robotics guys are having fun with arduino boards which is ...
by synersignart
Mon Apr 30, 2018 5:26 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

guys anyway I can save EPP roam on an arduino board then have that board write the EEPROM to the Multiwii Board visa Serial.
wuld want to know the MSP commands on how .
by synersignart
Sun Apr 29, 2018 5:50 am
Forum: Software development
Topic: arduino to MWC EEPROM
Replies: 0
Views: 4202

arduino to MWC EEPROM

hi guys want to ask if anyone can make a code that can upload EPPROM save on an arduino board and sent it over to the multiwii board by hitting a button
im looking on Waypoint and config setting that can be flash board to board . thanks
by synersignart
Fri Nov 03, 2017 10:24 am
Forum: ESCs, propellers , servos and radios
Topic: how to set up wiring and mixing
Replies: 0
Views: 5078

how to set up wiring and mixing

guys have a question how to setup for Hex 12 or Oct 16 motor setup . thes would be counter rotation motor At each arm .
as I see most is X8 and Y6 setups
thanks
by synersignart
Tue Oct 03, 2017 4:19 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

looks good , the reason I'd ask is to fix whis winGUI by EOSBandi thats falling apart. and make it work for newer boards
by synersignart
Mon Sep 25, 2017 3:55 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

me too , but I been working with some programmers trying to understand the last official MW codes in order to do developments on it. whats funny is none of them are RC Pilots but familiar in other field of robitics
by synersignart
Thu Sep 21, 2017 2:39 am
Forum: Software development
Topic: MWii development beyond v2.4
Replies: 73
Views: 47632

Re: MWii development beyond v2.4

ring ring . anyone , still interested in developing further?