Naze32 hardware discussion thread

hinkel
Posts: 109
Joined: Sun Sep 09, 2012 7:24 am

Re: Naze32 hardware discussion thread

Post by hinkel »

raulmd wrote:You are right.
I would clean the burnt part of the board with a sharpen tool to avoid the trace (The part is left) make contact with the plane.
After that, use a thin wire to connect the two pins marked in the picture.
And if you want to do it perfect, use some non conductive glue to glue the wire to the board in the middle point.
Image


Well done ! :)
Last edited by hinkel on Fri Nov 29, 2013 9:47 am, edited 1 time in total.

raulmd
Posts: 23
Joined: Mon Sep 09, 2013 1:47 pm

Re: Naze32 hardware discussion thread

Post by raulmd »

Oh, shit, didn't see the via :oops: hope nobody has made some black smoke because of me.
Let me modify my post. Should be connected to the pin in front of the 5 in the other side of the board (Marked with a point) That is ok now?

elmtree
Posts: 22
Joined: Mon Nov 25, 2013 2:34 am

Re: Naze32 hardware discussion thread

Post by elmtree »

Well I went with the wire wrap route 'cause I didn't see that. I also borrowed some nice bright pink nail polish to cover the trace after cleaning the area out.

https://dl.dropboxusercontent.com/u/5149816/2013-11-28%2014.08.27.jpg

hinkel
Posts: 109
Joined: Sun Sep 09, 2012 7:24 am

Re: Naze32 hardware discussion thread

Post by hinkel »

elmtree wrote:Well I went with the wire wrap route 'cause I didn't see that. I also borrowed some nice bright pink nail polish to cover the trace after cleaning the area out.

https://dl.dropboxusercontent.com/u/5149816/2013-11-28%2014.08.27.jpg

timecop wrote:Did you do something dumb like plugging in ESCs with BECs in them into naze and THEN using separate ubec for transmitter?


Just use one 5V Power source for Naze32 board , also it seems that all 5V ESC (RED Wire ) are plugged in the Board, IMHO It is not so good ! :|

theailer
Posts: 49
Joined: Tue Sep 24, 2013 9:06 pm

Post by theailer »

I don't think that removing the +5v cable from the escs servo contact make a difference at all.

teslahed
Posts: 84
Joined: Wed Jun 27, 2012 2:51 pm

Re: Naze32 hardware discussion thread

Post by teslahed »

vvk wrote:elmtree I had the same problem with the twitching outputs, checked the naze32 with a scope and found out that there's no jitter on the ppm input, but the motor outputs are jerking when the rx (hawkeye in my case) is close to the naze32. It seems the naze is getting swamped by RF interference from the RX - initially I thought it was the opposite.

Try disabling the telemetry in the openlrsng config, it worked for me.


Just to confirm - i have been having the exact same issues with my openLRSng receiver / transmitter modules and my naze32 quadcopter. I was seeing random jitter on all the inputs that made the thing almost totally unflyable. I had to grab the quadcopter out of the air at one point.

Disabling telemetry on the receiver has made the issue go away. It must be to do with harmonics as scrat mentioned;

scrat wrote:[]Unfortunately jitter is comming from naze32 board because cpu runs at 72mhz and this is in harmonyc with 433mhz. There is one thread at fpvlab about this.

shuricus
Posts: 5
Joined: Fri Nov 29, 2013 5:17 pm

Re: Naze32 hardware discussion thread

Post by shuricus »

Hi,

Will it work if I solder this board directly to old baro pads at AfroMini32?
Is it only SDA/SCL/VCC/GND are necessary?

Thanks.

Image
Image
Image

hinkel
Posts: 109
Joined: Sun Sep 09, 2012 7:24 am

Re: Naze32 hardware discussion thread

Post by hinkel »

teslahed wrote:Disabling telemetry on the receiver has made the issue go away. It must be to do with harmonics as scrat mentioned;
scrat wrote:[]Unfortunately jitter is comming from naze32 board because cpu runs at 72mhz and this is in harmonyc with 433mhz. There is one thread at fpvlab about this.

Timecop have a fix for this issue, ;) but it is not in baseflight for the momment ! :?:
timecop wrote:You want to change this line:
RCC_CFGR_PLLMUL = GPIOC->IDR & CAN_MCR_RESET ? hse_value = 12000000, RCC_CFGR_PLLMULL6 : RCC_CFGR_PLLMULL9;
6->7
RCC_CFGR_PLLMULL6 -> RCC_CFGR_PLLMULL7 and
RCC_CFGR_PLLMULL9 -> RCC_CFGR_PLLMULL10

viewtopic.php?f=23&t=3524&start=330#p42435

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

shuricus wrote:Hi,

Will it work if I solder this board directly to old baro pads at AfroMini32?
Is it only SDA/SCL/VCC/GND are necessary?


Yes.

shuricus
Posts: 5
Joined: Fri Nov 29, 2013 5:17 pm

Re: Naze32 hardware discussion thread

Post by shuricus »

Thanks а lot!

User avatar
QAV400
Posts: 75
Joined: Mon Oct 21, 2013 4:41 am

Re: Naze32 hardware discussion thread

Post by QAV400 »

90 degree angle headers installed so install on qav400 can be mounted in intended FC holes. :)
Image

Scott
Posts: 14
Joined: Wed Sep 05, 2012 1:17 am

Re: Naze32 hardware discussion thread

Post by Scott »

kaysee wrote:Thanx TC. I conclude that I can't use my osd connected to the board with the TELEMETRY feature enable. On second thought, what am I thinking to have them both for :mrgreen:

Now I am trying to get my second quad with a Naze32 to work properly. I have done the acc calibration as per my Acronaze32 and did the mag calibration as well. But my quad seems to change direction on its own if i turn the MAG on.

Question:

1. Where and what i have to look for to make sure my mag is properly calibrated?

2. I get this info - "Magnetic declination: 0° 6' WEST. Declination is NEGATIVE." from here - http://magnetic-declination.com/

mag_declination = -006? Is this the right way to write it? I don't see any example with a 0 deg declination.


Kaysee-

Were you ever able to resolve your MAG issue? I'm getting the same thing- with mag on, it slowly yaws to the right.

shuricus
Posts: 5
Joined: Fri Nov 29, 2013 5:17 pm

Re: Naze32 hardware discussion thread

Post by shuricus »

timecop wrote:
shuricus wrote:Hi,

Will it work if I solder this board directly to old baro pads at AfroMini32?
Is it only SDA/SCL/VCC/GND are necessary?


Yes.


Sorry TC, one more question - is it better to power this baro board with 5V or 3.3V?

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Probably doesn't matter. I'd say 3V will work

kaysee
Posts: 41
Joined: Sat Oct 05, 2013 2:38 pm
Location: Malaysia
Contact:

Re: Naze32 hardware discussion thread

Post by kaysee »

Scott wrote:Kaysee-

Were you ever able to resolve your MAG issue? I'm getting the same thing- with mag on, it slowly yaws to the right.


Now its working just fine for me.
First, the my problem was with my ESCs were not calibrated. My quad tends to slowly yaws to the right in acro mode. Calibrated. Solve that.
I then key in the mag_declination. Calibrated the quad outside in the open with all electronics and payloads on board where it suppose to be using TX stick combination to initiate mag calibration and do the dance. Afterward, check if the compass pointing to the right direction without skipping its heading. Repeat calibration until it does.

Hope this helps

regards
kaysee

alistairr
Posts: 51
Joined: Thu Sep 26, 2013 10:30 am

Re: Naze32 hardware discussion thread

Post by alistairr »

I've been having an occasional issue with my quad twitching also. Thought it was noise from the BEC but I have been using an FrSky rx with telemetry so I'll try changing that. I have never seen it before with Spektrum or Rangelink so hopefully this helps. I've been powering down and restarting quad a couple of times which has worked so far but this sounds like a better fix.

KC_703
Posts: 58
Joined: Thu Nov 07, 2013 5:29 am

Re: Naze32 hardware discussion thread

Post by KC_703 »

Sorry if this has been discussed.

Has anyone gotten the Lemon-RX PPM to work with this board?

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Why wouldn't it work? Is it standard PPM?

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

New question form my side. I have bought minimOSD v1.1 board from HK. I'll connect this to naze32 rev5 board. On this board there is dedicated BAT connector. Can I connect + and - cable directly from distro board without and resistors? And will I be able to see voltage directly on OSD or I need to do harware mod on OSD board?

Thanks.

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Yes you can connect it directly to battery. Watch polarity. ground, always outer edge. Reverse polarity = smokey.
It should be OK up to 6S or so, maybe higher. Code only checks up to 6S.

All you need is feature vbat (default I think)
and then your OSD needs to request battery info (it probably already does or can be configured so).

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

Reverse polarity is bad :). I have just 3S battery. VBAT is enabled by default. I think that OSD request battery info.

I'll try this and report back.

And you'll have PM in about a minute.....edit: no pm for you. Can you send me your email or something...I have business info for you.

Thanks again.

edit: no pm for you. Can you send me your email or something...I have business info for you.

edit again:

Call me stupid but I do not know how to solder ESC's on your afropower_mini board. Could you be so kind and tell me where should I solder + and where -. And could afropower_mini take 60A power?

afropower_mini.jpg

User avatar
aBUGSworstnightmare
Posts: 115
Joined: Mon Jun 27, 2011 8:31 pm
Location: Munich, Germany

Re: Naze32 hardware discussion thread

Post by aBUGSworstnightmare »

scrat wrote:Call me stupid but I do not know how to solder ESC's on your afropower_mini board. Could you be so kind and tell me where should I solder + and where -. And could afropower_mini take 60A power?

afropower_mini.jpg


Hey scrat,

I'm scared! Is it that complicated?

Why not just solder - (GND) to one of the - pads (always 3 grouped together, clearly labeled ) and + to one of the + pads? Have a look at this pic if you still have questions: http://www.microcopters.de/photos/158/dsc-3888.jpg

By the way: the side shown in your pic is the - (GND) side of the board. Just in case you want to use the small outer pads for connecting LEDS or so.

aBUGSworstnightmare

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

aBUGSworstnightmare wrote:
scrat wrote:Call me stupid but I do not know how to solder ESC's on your afropower_mini board. Could you be so kind and tell me where should I solder + and where -. And could afropower_mini take 60A power?

afropower_mini.jpg


Hey scrat,

I'm scared! Is it that complicated?

Why not just solder - (GND) to one of the - pads (always 3 grouped together, clearly labeled ) and + to one of the + pads? Have a look at this pic if you still have questions: http://www.microcopters.de/photos/158/dsc-3888.jpg

By the way: the side shown in your pic is the - (GND) side of the board. Just in case you want to use the small outer pads for connecting LEDS or so.

aBUGSworstnightmare


Don't be scared :). For me it was complicated till now :oops:

I just don't want to fry something. And thanks for picture you posted.

And what amperage can this board take?

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

If you have to ask, then you shouldn't be using it.

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

:) thanks TC you are so kind.

Could you answermy question about Amperes?

raulmd
Posts: 23
Joined: Mon Sep 09, 2013 1:47 pm

Re: Naze32 hardware discussion thread

Post by raulmd »

@scrat, he wants you to abuse it so you have to buy a new one :lol: . Nah, current in this passive PDB is all about temperature. Unless you go too far and burn the board. Try it for a small amount of time and after that measure temperature.

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

Thanks raulmd.

rank
Posts: 31
Joined: Fri Dec 06, 2013 5:27 pm

Re: Naze32 hardware discussion thread

Post by rank »

Hi,
I'm having a problem with getting TELEMETRY to work.

Is there something wrong with my set up?

Naze rev5 board,the battery pins on naza connected to the distribution board and the voltage is displayed properly within GUI
Receiver Frsky D4r-II connected to naza 32 as per picture.
in Cli: "FEATURE TELEMETRY" and saved
In Taranis, I've choosen FAS as voltage source.
But I get no data on the telemetry screen, apart from the receiver's own RSSI A1 A2. FAS voltage is showing 0

Tried both BASEFLIGHT (latest) and Harakiri, but no luck with both
Image

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

rank wrote:Hi,
But I get no data on the telemetry screen, apart from the receiver's own RSSI A1 A2. FAS voltage is showing 0


Did you arm?
Telemetry only starts going of board is armed.
Also, no idea if telemetry still exists or works in harakiri - I wouldn't count on it. I can only say what baseflight does.

rank
Posts: 31
Joined: Fri Dec 06, 2013 5:27 pm

Re: Naze32 hardware discussion thread

Post by rank »

Yeah, armed or unarmed, no telemetry data whatsoever. Anything else I could try?!

Also, I found this 2 particular settings, which hang my rev5.
feature MOTOR_STOP and
set tri_unarmed_servo = 0

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

I very much doubt changing a setting would hang anything.
Telemetry works - I've got 2 quads flying with D8R and D8R-II and telemetry without issues.

rank
Posts: 31
Joined: Fri Dec 06, 2013 5:27 pm

Re: Naze32 hardware discussion thread

Post by rank »

so for the telemetry you have exactly the same connection?
I measured with a voltmeter, the receiver's Rx/Gnd and Naze's Tx/Gnd are displaying some micro voltage. So the connection is not broken.

As for the settings, I tried it a few times over. Everything goes fine till the moment I enable those. Harakiri didn't have those issues.

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Sorry to hear that.
Maybe you want to go back to harakiri then.

Having written the code (and not actually copypasting it), I can guarantee you that enabling either of those settings cannot cause a "hang" of any kind.

Are you running latest firmware from github?

rank
Posts: 31
Joined: Fri Dec 06, 2013 5:27 pm

Re: Naze32 hardware discussion thread

Post by rank »

Yep, used chrome gui and flashed the latest online version

User avatar
QAV400
Posts: 75
Joined: Mon Oct 21, 2013 4:41 am

Re: Naze32 hardware discussion thread

Post by QAV400 »

Does "throtle mid" do any thing to the throtle if you are not using any throtle expo in the gui?

as when looking at the throtle line it doesnt do nothing unless some expo is added in

Im trying to sort out a quad that not holding altitude that well

frankdevos
Posts: 3
Joined: Sun Dec 08, 2013 11:34 am

Re: Naze32 hardware discussion thread

Post by frankdevos »

strange issue on naze 32 acro. (purple board, latest)i already used a lot of the naze boards, but this never happend before: set the throtlle at 1050/1090 in the gui, everything looks normal, but when i arm the board and giving throtlle , the motors are starting at 50/55 and reacting normal, but under 50 % no throtlle??
set-up:
4xafro esc 12a
4x zmr 1804 2400kv
3s 100mha
naze 32 acro

gr frank

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

You used old configurator software.
Your minthrottle is now zero.
set minthrottle=1100
save

frankdevos
Posts: 3
Joined: Sun Dec 08, 2013 11:34 am

Re: Naze32 hardware discussion thread

Post by frankdevos »

thanks a lot tc. i was troubeling al morning with it. it works!!
wich config software should i use ??
iám working now with baseflight 2.3.5.0
gr frank

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

Use Google Chrome baseflight configurator.

frankdevos
Posts: 3
Joined: Sun Dec 08, 2013 11:34 am

Re: Naze32 hardware discussion thread

Post by frankdevos »

thx , going to try it

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

Hi. Who want to have case for naze32 like me? 8-)

Image

Image

Image

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

Question...I'm running simonk FW on F30A with comp_pwm enabled. Is this safe on naze32? One user posted in mwii section, that he was using comp_pwm and onboard sensor have failed?

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Yeah, totally likely scenario.

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

So it's best to disable comp_pwm?

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Sorry, i forgot to enclose in <sarcasm> tags.

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

:D ok. Then i'll leave it enabled.

raulmd
Posts: 23
Joined: Mon Sep 09, 2013 1:47 pm

Re: Naze32 hardware discussion thread

Post by raulmd »

scrat wrote:Hi. Who want to have case for naze32 like me? 8-)

I want a 3D printer like yours :D .

I have read that the GPS antena should be higher than the rest of components, for better reception...

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: Naze32 hardware discussion thread

Post by scrat »

raulmd wrote:
scrat wrote:Hi. Who want to have case for naze32 like me? 8-)

I want a 3D printer like yours :D .

I have read that the GPS antena should be higher than the rest of components, for better reception...


Send me a PM and I'll send you email from mz friend who make this cases.
This frame is for testnig. On the non-testnig frame, I'll have GPS higher then the rest of the components.

Scotth72
Posts: 23
Joined: Sat Jan 21, 2012 4:11 am

Re: Naze32 hardware discussion thread

Post by Scotth72 »

Is it possible to get gps and osd working at the same time? I can get the gps working no problem. I can get the minimosd working no problem. I can't get them to work together. If the gps is working, the minimosd just hangs on start up. Is there a serial port issue? Tried both 20131126 and latest firmwares.

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Naze32 hardware discussion thread

Post by timecop »

Sounds like minimosd problem.
worked fine with afroosd last time I tried.

Post Reply