JUERGEN_ wrote:nicog wrote:Why don't you try to use the naze32 windows configurator?
where is the naze32 windows configurator, to find it?
http://www.rcgroups.com/forums/showthread.php?t=1667516
JUERGEN_ wrote:nicog wrote:Why don't you try to use the naze32 windows configurator?
where is the naze32 windows configurator, to find it?
JUERGEN_ wrote:.
GPS interference is always a problem.![]()
a protective against GPS interference.
is not to be underestimated
- http://flyduino.net/Groundplane-for-GPS
timecop wrote:Clear all trims and look in GUI for RC channel values. Use subtrim function on tx to center them all at 1500 (or 1520, or wahtever number they're all closer to), and do not touch trims again. If your tx center wasn't 1500, make sure to set midrc to the value you trimmed them all to (ex. set midrc=1520). Do NOT move the model while powering up, or make sure to run gyro calibration stick sequence after battery is plugged in and model is on the ground not moving. (both of these things are in the manual).
timecop wrote:Clear all trims and look in GUI for RC channel values. Use subtrim function on tx to center them all at 1500 (or 1520, or wahtever number they're all closer to), and do not touch trims again. If your tx center wasn't 1500, make sure to set midrc to the value you trimmed them all to (ex. set midrc=1520). Do NOT move the model while powering up, or make sure to run gyro calibration stick sequence after battery is plugged in and model is on the ground not moving. (both of these things are in the manual).
timecop wrote:Then do gyro zero/cal once its sitting still.
The only other reasons for nonstop yaw or pitching etc is non-balanced frame with motors tilted etc.
rotary65 wrote:While looking into the magnetic declination question, I came across this nice (PDF) introduction into MWC GPS by EOSBandi. Although it's not really Naze32, it explains the GPS related MWC parameters and I thought I'd pass the link along to those of you experimenting with GPS. He includes a link to a neat GPS PID simulator(for Arducopter, but still useful) on the DYIDrones site.
ruffster wrote:Any chance you could post a link where to buy the GPS module that you're using successfully with Naze32?
ruffster wrote:Hi LeoWie,
Any chance you could post a link where to buy the GPS module that you're using successfully with Naze32?
I've got an MTK one and its not happening for me...
Thanks in advance
Ruffster
timecop wrote:capacitor.
If you put 12V into it, you probably smoked 3.3V line, which means everything is dead.
If you just knocked it out, it's the bypass cap for baro, so probably no difference in performance.
why not bootloader via USB ARDUINO-MAPLE
timecop wrote:So I can trade my nice IDE with realtime debugging, a great compiler, etc ...
timecop wrote:....
All current stuff uses USB>Uart so this discussion is not relevant anyway.
yawstick wrote:I just got my very own nazzzzzze... its the one with only the 6050 gyro acc chip enabled. I've not tried to reflash the latest software yet and just fired it up with default whatever it was sent with. Ive looked but not found any mention of setting the minimum throttle to something lower than 1000... I'm getting a fast beep from the esc's which indicates throttle not at minimum... I would like to change this to 900.
The board looks very good TC
Thanks
timecop wrote:yawstick wrote:I just got my very own nazzzzzze... its the one with only the 6050 gyro acc chip enabled. I've not tried to reflash the latest software yet and just fired it up with default whatever it was sent with. Ive looked but not found any mention of setting the minimum throttle to something lower than 1000... I'm getting a fast beep from the esc's which indicates throttle not at minimum... I would like to change this to 900.
The board looks very good TC
Thanks
cli, 'set minthrottle=whatevervalueyouwant'
save
done.
better just set your throttle endpoints to 1000..2000 and recalibrate escs.
timecop wrote:cli, 'set minthrottle=whatevervalueyouwant'
save
done.
better just set your throttle endpoints to 1000..2000 and recalibrate escs.
timecop wrote:oh yeah, mincommand right. pretty much any BT adapter should work.
yawstick wrote:Is there a preferred bluetooth adapter to use with the android configurator?
Code: Select all
1 VTref Input This is the target reference voltage. It is used to check if the target has power, to create the logic-level reference for the input comparators and to control the output logic levels to the target. It is normally fed from Vdd of the target board and must not have a series resistor.
2 Vsupply NC This pin is not connected in J-Link. It is reserved for compatibility with other equipment. Connect to Vdd or leave open in target system.
3 Not used NC This pin is not used by J-Link. If the device may also be accessed via JTAG, this pin may be connected to nTRST, otherwise leave open.
5 Not used NC This pin is not used by J-Link. If the device may also be accessed via JTAG, this pin may be connected to TDI, otherwise leave open.
7 SWDIO I/O Single bi-directional data pin.
9 SWCLK Output Clock signal to target CPU. It is recommended that this pin is pulled to a defined state of the target board. Typically connected to TCK of target CPU.
11 Not used NC This pin is not used by J-Link. This pin is not used by J-Link when operating in SWD mode. If the device may also be accessed via JTAG, this pin may be connected to RTCK, otherwise leave open.
13 SWO Output Serial Wire Output trace port. (Optional, not required for SWD communication.)
15 RESET I/O Target CPU reset signal. Typically connected to the RESET pin of the target CPU, which is typically called "nRST", "nRESET" or "RESET".
17 Not used NC This pin is not connected in J-Link.
19 5V-Supply Output This pin is used to supply power to some eval boards. Not all JLinks supply power on this pin, only the KS (Kickstart) versions. Typically left open on target hardware.
Looks good!hinkel wrote:Video from test GPS and alt Hold with new board Naze32 rev4 (No Dji Frame)
http://vimeo.com/51219029
icedfusion wrote:For the SWD connector on the bottom of the board, Pin 1 is bottom left, is Pin 2 top left or the next one along to the right?
I see that there are 10 pads for soldering connections onto - However, for my JLink, when I look at the website it gives the following pin out to connect to my JLink which only gives 7 connections.
Is there a reason why there are 10 SWD pads?
Cheers
ice.
Code: Select all
static const uint8_t airPPM[] = {
PWM1 | TYPE_IP, // PPM input
PWM9 | TYPE_M, // motor #1
PWM10 | TYPE_M, // motor #2
PWM11 | TYPE_S, // servo #1
PWM12 | TYPE_S,
PWM13 | TYPE_S,
PWM14 | TYPE_S, // servo #4
PWM5 | TYPE_S, // servo #5
PWM6 | TYPE_S,
PWM7 | TYPE_S,
PWM8 | TYPE_S, // servo #8
0xFF
};
static const uint8_t airPWM[] = {
PWM1 | TYPE_IW, // input #1
PWM2 | TYPE_IW,
PWM3 | TYPE_IW,
PWM4 | TYPE_IW,
PWM5 | TYPE_IW,
PWM6 | TYPE_IW,
PWM7 | TYPE_IW,
PWM8 | TYPE_IW, // input #8
PWM9 | TYPE_M, // motor #1
PWM10 | TYPE_M, // motor #2
PWM11 | TYPE_S, // servo #1
PWM12 | TYPE_S,
PWM13 | TYPE_S,
PWM14 | TYPE_S, // servo #4
0xFF
};
Code: Select all
TIM2_CH1 RC1 PWM1
TIM2_CH2 RC2 PWM2
TIM2_CH3 RC3/UA2_TX PWM3
TIM2_CH4 RC4/UA2_RX PWM4
TIM3_CH1 RC5 PWM5
TIM3_CH2 RC6 PWM6
TIM3_CH3 RC7 PWM7
TIM3_CH4 RC8 PWM8
TIM1_CH1 PWM1 PWM9
TIM1_CH4 PWM2 PWM10
TIM4_CH1 PWM3 PWM11
TIM4_CH2 PWM4 PWM12
TIM4_CH3 PWM5 PWM13
TIM4_CH4 PWM6 PWM14
timecop wrote:For flyingwing stuff, i've made some small prototypes for PPM input w/mpu6050 and baro:
http://i.imgur.com/GEIUA.jpg