Search found 5 matches

by cururu
Mon Nov 16, 2015 3:54 pm
Forum: Software
Topic: Change pin used for motor in MultiWii code
Replies: 4
Views: 10343

Re: Change pin used for motor in MultiWii code

Hi IamTheVector

Its not "THE" correct answer, its another way to solve the same problem. The solution I posted worked for my board.
by cururu
Mon May 11, 2015 1:41 pm
Forum: FPV, OSD, Cameras
Topic: MW OSD R1.3 Trouble Writing Settings
Replies: 4
Views: 4851

Re: MW OSD R1.3 Trouble Writing Settings

Try to clear the EEprom of MinimOSd before uploading a new firmware, maybe thats because when you roll it back do 1.2 it works.

Arduino - Examples - Clear_EEPROM

Upload to MinimOSD

Try uploading MW OSD 1.3 again.
by cururu
Sat Nov 23, 2013 6:48 pm
Forum: Shields, boards and sensors
Topic: Multiwii Pro 2.0 broken USB port - FTDI shield possible?
Replies: 3
Views: 4300

Re: Multiwii Pro 2.0 broken USB port - FTDI shield possible?

Not sure exactly what board you have, but they almost all have the "normal" serial pins in addition to the USB connector. You can still use the serial 0 pins even if they are shared with on-board FTDI --- You just cannot use both at once (Which is not an issue for you, in your current sit...
by cururu
Thu Feb 14, 2013 10:51 pm
Forum: General discussions
Topic: How to set VBAT (Ver2.1)
Replies: 34
Views: 24373

Re: How to set VBAT (Ver2.1)

Hamburger wrote:from def.h, Section MEGA
#define V_BATPIN A0 // Analog PIN 0


Defining V_BATPIN, do I still need to use the resistors?

Can't I plug my lipo on A0 and the board will not be damaged?

Thanks
by cururu
Thu Jan 10, 2013 3:36 pm
Forum: Software
Topic: Change pin used for motor in MultiWii code
Replies: 4
Views: 10343

Re: Change pin used for motor in MultiWii code

Hi Marvos! Your post helped me a lot, thank you very much! I have this board: " HK_MultiWii_328P // Also labeled "Hobbybro" on the back. ITG3205 + BMA180 + BMP085 + NMC5583L + DSM2 Connector (Spektrum Satellite) " I fried the D3 when I connected the esc plug on a wrong way. I am ...