国产又色又爽又刺激在线播放,中文字幕丰满乱孑伦无码专区,国产亚洲色婷婷久久99精品,久久夜色精品国产欧美乱

行業(yè)產(chǎn)品

  • 行業(yè)產(chǎn)品

北京納克斯機(jī)器人技術(shù)有限公司


當(dāng)前位置:北京納克斯機(jī)器人技術(shù)有限公司>>高校教學(xué)區(qū)>>教學(xué)機(jī)器人>>高校教學(xué)區(qū)Pololu 3pi Robot

高校教學(xué)區(qū)Pololu 3pi Robot

返回列表頁
參  考  價面議
具體成交價以合同協(xié)議為準(zhǔn)

產(chǎn)品型號

品       牌

廠商性質(zhì)其他

所  在  地北京市

塑料機(jī)械網(wǎng)采購部電話:0571-88918531QQ:2568841715

聯(lián)系方式:查看聯(lián)系方式

更新時間:2023-08-22 15:50:58瀏覽次數(shù):285次

聯(lián)系我時,請告知來自 塑料機(jī)械網(wǎng)

經(jīng)營模式:其他

商鋪產(chǎn)品:26條

所在地區(qū):北京北京市

產(chǎn)品簡介

商品編號:2215007貨  號:3Pi計量單位:套所得積分:132 控制系統(tǒng): AVR 產(chǎn)品類型: 輪式機(jī)器人 應(yīng)用領(lǐng)域: 創(chuàng)新競賽 適合對象: 大專院校

詳細(xì)介紹

本產(chǎn)品為美國Pololu公司的原版產(chǎn)品,配套資料均為英文,對用戶英語有較高要求,您一定要確定沒有問題再選擇購買,“中國機(jī)器人超市"不承諾提供對應(yīng)的中文資料哦。


Pololu公司生產(chǎn)的3Pi(3π)是一款可以完成巡線和走迷宮功能的輪式機(jī)器人。該產(chǎn)品具有體積小巧、轉(zhuǎn)速高、功能強(qiáng)大、用料上乘、設(shè)計美觀等優(yōu)點。采用ATmega328P(舊款使用ATmega168)控制器,支持C/C++編程,同時支持時下非常流行的Arduino系統(tǒng)。用戶在使用該款產(chǎn)品時,不但能學(xué)習(xí)ATmega系列單片機(jī)的支持以及C/C++編程,更可以學(xué)習(xí)機(jī)器人運動控制算法(如PID算法)以及迷宮路徑找尋算法。從硬件和軟件兩個方面提高用戶的能力。

3Pi智能車提供了非常豐富的資料,如非常詳細(xì)的用戶手冊、豐富的函數(shù)庫、配套的源程序、電路原理圖以及迷宮制作方法和算法等等。

直徑:9.5cm
重量:83g(不含電池和編程器)
速度:100cm/秒(使用4AAA電池情況下)
處理器: ATmega168/328P
電機(jī)驅(qū)動: TB6612FNG
電機(jī)數(shù)量: 2
使用I/O: 21
最小工作電壓: 3.2V
工作電壓: 7.2V
PWM頻率: 80 kHz

1.描述Description:

"...the 3pi has been more thoroughly field tested than any other robot we’ve worked with. We’ve had way too much fun with this little robot and by the time you finish reading the review, you’ll probably want to buy one or two for yourself."

R. Steven Rainwater, .

The 3pi robot is designed to excel in line-following and maze-solving competitions. It has a small size (9.5 cm/3.7" diameter, 83 g/2.9 oz without batteries) and takes just four AAA cells (not included), while a unique power system runs the motors at a constant 9.25 V independent of the battery charge level. The regulated voltage allows the 3pi to reach speeds up to 100 cm/second while making precise turns and spins that don’t vary with the battery voltage.

The 3pi robot makes a great platform for people with C programming experience to learn robotics, and it is a fun environment for ambitious beginners to learn C programming. At its heart is an Atmel ATmega328P microcontroller running at 20 MHz and featuring 32 KB of flash program memory, 2 KB RAM, and 1 KB of persistent EEPROM memory. The popular, free GNU C/C++ compiler works perfectly with the 3pi, Atmel’s AVR Studio provides a comfortable development environment, and an extensive set of libraries provided by Pololu makes it a breeze to interface with all of the integrated hardware. The 3pi is also compatible with the popular Arduino development platform. We provide a number of sample programs to show how to use the various 3pi components, as well as how to perform more complex behaviors such as line following and maze solving.

2、規(guī)格Specifications:

Processor: ATmega168/328P
Motor driver: TB6612FNG
Motor channels: 2
User I/O lines: 21
Minimum operating voltage: 3 V2
Maximum operating voltage: 7 V2
Maximum PWM frequency: 80 kHz
Reverse voltage protection?: Y
External programmer required?: Y

3、圖片Pictures:

General features of the pololu 3pi robot, top view.
General features of the Pololu 3pi robot, top view.

Labeled bottom view of the pololu 3pi robot.
Labeled bottom view of the Pololu 3pi robot.

Pololu 3pi robots.
Pololu 3pi robots.

'Pololu
Pololu 3pi robot on a 3/4" black line.

A 3pi robot following a line in the dark, making the glow of the leds more apparent.
A 3pi robot following a line in the dark, making the glow of the LEDs more apparent.

A 3pi robot spinning in place in the dark after losing the line.
A 3pi robot spinning in place in the dark after losing the line.


4、資源Resources:

Documentation and other information

4.1 Pololu 3pi Robot User’s Guide (Printable PDF: 3pi.pdf)

User’s guide for the Pololu 3pi Robot.

4.2 Pololu AVR C/C++ Library User’s Guide (Printable PDF: pololu_avr_library.pdf)

Information about installing and using the C/C++ libraries provided for use with Pololu products.


4.3 Pololu AVR Library Command Reference (Printable PDF: avr_library_commands.pdf)

A reference to commands provided in the Pololu C/C++ and Arduino libraries for the AVR.


4.4 Building Line Following and Line Maze Courses (Printable PDF: building_line_courses.pdf)

Step-by-step instructions for building your own line-following courses.


4.5 Programming Orangutans and the 3pi Robot from the Arduino Environment (Printable PDF: orangutan_arduino.pdf)

Guide to making the Arduino IDE compatible with the 3pi robot and the Orangutan SV-168, Orangutan LV-168, and Baby Orangutan B robot controllers, including Arduino libraries for interfacing with the all of their on-board hardware.


4.6 Sample Project: 3pi Wall Follower (Printable PDF: 3pi_wall_follower.pdf)

Sample robot project for enhancing a 3pi robot to drive around objects on its left.


4.7 Sample Project: RC 3pi (Printable PDF: rc_3pi.pdf)

Sample robot project for making the 3pi radio controlled.


4.8 Application Note: Using the Motor Driver on the 3pi Robot and Orangutan Robot Controllers (Printable PDF: motor_driver_application_note.pdf)

Detailed information about the 3pi Robot, Orangutan SV-328/168 and LV-168, and Baby Orangutan B motor drivers, including truth tables and sample code.


File downloads

3pi quick-start sheet and schematic (80k pdf)

A print-out of this quick-start sheet is included in with each shipped 3pi robot.

3pi simplified schematic diagram(40k pdf)
Pololu 3pi Robot guia de usuario(2861k pdf)

A Spanish version of our Pololu 3pi robot’s user’s guide provided by customer Jaume B, updated Nov 16, 2009.

Line Maze Algorithm Presentation(505k pdf)

A detailed presentation on teaching a robot to solve a non-looped line maze written by customer (and robotics professor) R. Vannoy.

5、常見問題FAQs:

How do you pronounce “3pi", anyway?

The “pi" in 3pi is pronounced like the greek letter π (e.g. three-pie). The name comes from the size of the robot’s chassis, which is approximately 3pi centimeters (9.4 cm, 3.7"in) in diameter.

How does the battery charger connection work? Is there a charger included?

The 3pi robot does not include batteries or a charger. The battery charger connection provides a direct connection to the batteries so that if you use rechargeable batteries, you can recharge them without taking them out of the robot. You will need a charger capable of charging four NiMH or NiCD cells (depending on what you’re using) in series. Such chargers are readily available in hobby stores for charging electric model airplane battery packs. Please note that rechargeable batteries are not required as the 3pi can use regular alkaline cells, but we strongly recommend investing in some NiMH cells and a charger.

I’m ready to order a 3pi, but am wondering what sort of battery charger I need. Any recommendations?

You will only need a battery charger if you plan on powering your 3pi with rechargeable cells. The features you want are ability to charge 4 NiMH cells in series (they are usually in battery packs, not in battery holders like on the 3pi) and to be powered by AC (a wall outlet). In general, having more flexibility (such as the ability to charge 1-8 cells) is nice for future projects. Though we don’t have experience with these particular models, the following chargers look like they should be nice:

Tower Hobbies AC/DC Digital Peak Charger w/LCD
Triton Jr (customer-recommended)

These chargers can be connected directly to the 3pi’s battery charge port, allowing you to charge the batteries while they are still in the robot.

Since the 3pi just uses ordinary AAA batteries, you can buy battery chargers (into which you stick the batteries) at most general electronics stores. For example, a quick search of the Radio Shack web site yields:

4-6 Hr. Battery Charger + 4 AA & 4 AAA Ni-MH Batteries

The downside to a charger like this is that you have to remove the batteries from the 3pi to charge them.

The green (PD7) user LED on my 3pi flickers even though I’m not doing anything with it. Is it malfunctioning?

No, this behavior is normal. To get the most out of the ATmega168’s I/O lines, one of the LCD’s data lines (PD7) doubles as the control line for the green LED, so this LED might flicker when the LCD is updated. As such, the amount of flickering and effective brightness of the LED will generally be a function of the rate at which you are updating the LCD. Note that you can change the state of the green LED without affecting the LCD at all, and using the LCD via the Pololu AVR library will only very briefly change the state of the LED line as needed before restoring it to its previous state.

Can I augment/customize my 3pi by adding my own electronics/sensors?

Yes. The easiest way to augment your 3pi is through an expansion kit, which can comes either with cutouts that let you see the LCD below or without cutouts. The version without cutouts replaces the LCD, giving you access to more I/O lines and more prototyping space. An expansion kit is not required for addition of your own electronics, however.

The 3pi robot has a limited number of free I/O lines that can be used as inputs for additional sensors or to control additional electronics such as LEDs or servos. Please see section 10.c of the 3pi user’s guide for more information.

Are wheel encoders included or can they be added to the 3pi robot? Are there sufficient I/O lines available for encoders?

Unfortunately, there is no provision for encoders on the 3pi: we do not have any sensor solution and the microcontroller does not have enough I/O lines. Therefore, the only way to add encoding is to make your own sensor setup and to use an external microcontroller (for example, on an expansion PCB) to do the sensor reading. The secondary microcontroller can communicate with the main 3pi controller using the asynchronous serial lines, which are available for expansion purposes.

I’m adding peripherals to the 3pi that require 5 V. How much current can the 5 V (Vcc) power bus supply?

Because the 5 V goes through two power stages, the answer is not completely clear-cut. The 5 V regulator itself has a 900 mW power dissipation limit, so with a 4.3 V drop from the 9.3 V boost voltage to 5 V, we get just over 200 mA. The stock electronics on the 3pi typically use under 50 mA (however, this depends on what your program is doing, if you are making high-frequency noise with the buzzer, and so on), so you could figure an absolute max of 150 mA, with 100 mA being a more comfortable guideline.

However, the boost voltage has a limit of its own of around 1 A, which is dependent on your battery voltage. The motors and IR LEDs also use this supply, so using a lot for your 5 V will affect what is available for the motors. You can almost stall the motors and still have the full boost voltage on the motors in the stock configuration; if you’re also drawing an extra 200 mA for other electronics, the boost voltage will start dropping as the motors approach stall, though this is not necessarily a bad thing since it will limit the stress on the motors and lower the voltage drop on the linear regulator.

What is the purpose of the small piece of electrical tape stuck on the bottom of the 3pi PCB near the ball caster? Can I remove it?

The electrical tape provides extra protection for the boost regulator circuit. It is easy to touch this area of the PCB with your finger when pushing the power or reset button, and without the tape your finger can change the boost voltage to levels that are out of spec for components on the board. We do not recommend that you remove it.

6、備注Notes:

6.1 Digital I/O lines PD0 and PD1 are available; two more analog inputs and one analog/digital pin can be made available by removing jumpers and disabling special features of the board.

6.2 Designed for use with 4 x AAA NiMH or Alkaline cells. A step-up regulator boosts the motor voltage to 9.25 V.

關(guān)鍵詞:控制器 PC
其他推薦產(chǎn)品更多>>

感興趣的產(chǎn)品PRODUCTS YOU ARE INTERESTED IN

塑料機(jī)械網(wǎng) 設(shè)計制作,未經(jīng)允許翻錄必究 .? ? ? Copyright(C)?2021 http://www.eye-p2p.com,All rights reserved.

以上信息由企業(yè)自行提供,信息內(nèi)容的真實性、準(zhǔn)確性和合法性由相關(guān)企業(yè)負(fù)責(zé),塑料機(jī)械網(wǎng)對此不承擔(dān)任何保證責(zé)任。 溫馨提示:為規(guī)避購買風(fēng)險,建議您在購買產(chǎn)品前務(wù)必確認(rèn)供應(yīng)商資質(zhì)及產(chǎn)品質(zhì)量。

會員登錄

×

請輸入賬號

請輸入密碼

=

請輸驗證碼

收藏該商鋪

登錄 后再收藏

提示

您的留言已提交成功!我們將在第一時間回復(fù)您~