Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.
Description
4 Wheels drive
Easy to assemble
Aluminum alloy frame
Speed: 0.6m/s
Moves in any direction without turning the orientation
Comes assembled with only wheels not attached
Nexus Robot introduces the 4WD Omni-Directional Arduino Compatible Mobile Robot Kit. It includes microcontroller, IO expansion, DC motor with encoder and by varying the speed and direction of each wheel it can move in any direction without turning its orientation. It is a learning kit for you to learn and enjoy the fun of omni direction moving.
Omni-directional wheels are unique as they are able to roll freely in two directions. It can either roll like a normal wheel or roll laterally using the wheels along its circumstances. Omni-direction wheels allow a robot to convert from a non-holonomic to a holonomic robot. A non-holonomic robot that uses normal wheels has only 2 out of 3 controllable degrees of freedom which are - moving forwards/backwards and rotation. Not being able to move side ways makes a robot slower and less efficient in reaching its given goal. The holonomicomni-directional wheels are able to overcome this problem, as it is a highly maneuverable. Unlike normal non-holonomic robot, the holonomic omni-directional robot can move in an arbitrary direction continuously without changing the direction of the wheels. It can move back and forth, slideways and rotates at the same position.
Arduino 328 microcontroller board
It is a microcontroller board based on the Arduino 168. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 8 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.
Arduino IO Expansion
Nexus Robot provides the ultimate functional expansion for Arduino IO Expansion V1.2 and gives you extra ease to connect device such as sensors, servo and RS485 device. This sensor expansion board is able to easily connect a number of commonly used sensors.
This product arrive in a week and it is in excelent conditions
F
Felix
Good with one tricky setting
Important hint: For writing a hex file to the robot in USB serial mode the bridge connector RS 485 on the extension shield has to be removed. See also: https://translate.google.com/translate?hl=de&sl=auto&tl=de&u=https%3A%2F%2Fwww.vstone.co.jp%2Fproducts%2Fnexusrobot%2Fqa.html If this is not done, following error occurs: avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x18 The correct call than to write is: avrdude -v -v -v -v -CD:"\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega328p -carduino -PCOM3 -b57600 -D -Uflash:w:C:\Test.hex:i Beside that the robot works as expected.
A
Andrei
Good but limited
Company I work for purchased four of these for the showcase. Robot is good quality and works fine. However, there are no spare pins left to extend this project. OOTB you can use only serial pins for other communications. No pins left for additional sensors. So if you want to add other components you need to use multiplexer to off load drive direction pins and free I2C pins.