#51 Re: Any Questions » スマホ 通信できない » 2016-07-07 08:19:41

Hi, Kcwkam

Actually, PLEN2 cannot do roller skating well, so for easy to configure joints, these motions have been deleted since the commit below.
-> https://github.com/plenprojectcompany/P … 62f1bdebec

If you would like to get the motions, please access older commits.

#53 Re: Any Questions » スマホ 通信できない » 2016-06-20 10:11:03

Hi, Kcwkam

Just for confirmation, Did you buy PLEN2 DIY Kit?
If that the case, you need to install PLEN's motion files yourself.
e.g. -> http://plen.jp/playground/wiki/tutorial … mple_usage

#54 Re: Any Questions » Connect PLEN2 with Windows 10 » 2016-06-20 10:09:58

Hi, anzenbp

Just for confirmation, Have you install Arduino IDE released by arduino.cc?
I think the issue was caused by there is no device driver for Arduino Micro.

#55 Re: Any Questions » The Head Board-Six Axis Sensor question » 2016-06-16 08:41:46

Hi, cliffkhew

Actually, PLEN's walking method is static walking.
Thus, PLEN doesn't need the six axis sensor normally.

#56 Re: Any Questions » Problems with Home Positions Tuning » 2016-06-16 08:23:19

Hi, Chin

If a servo makes a loud noise, probably there is breaking of servo's wire.
Please check if your servos' cables have any breaking, and if you find that, you shouldn't turn on switches.
(To make a little noise isn't any failure, put your mind at ease ;) )

> Do I need to turn two Switches on after connecting the cable?
To turn on after connecting or before connecting, either is fine.

> it is automatically connect after the cable is connected to the robot?
If you run the application after connecting cable, that's right you intended.
In other cases, you need to click "Connect" button, and check that connection status is "Connected!".

#57 Re: Any Questions » Scenography App Motion Files » 2016-06-16 06:52:23

Hi, cliffhew

Currently, the function that adds your own motion directly, has been not implemented.
But you can play your own motion via the application, to edit motion's slot property in reference to default motions' slot.
-> http://plen.jp/playground/wiki/specific … assignment

#59 Re: Any Questions » Head board bluetooth module » 2016-06-16 06:36:23

Hi, cliffkhew

Currently, connection mode via Bluetooth has been deprecated therefore native API implementation is so buggy X(
(We are hard to fix and support the issues which are caused by user's environment.)

If you would like to challenge it, you can do it if you use an OSX PC or BLED112.
Also windows 10 has native bluetooth API, but to use it is very difficult!

#60 Re: Any Questions » Plen 2 servos moving in random positions » 2016-06-14 05:56:16

Hi, PLEN users!

If really the battery is fully charged, PLEN doesn't move into random.
Thus, I think the issue probably caused by early failures on your battery or battery charger.

If you would like to check it, please send us your PLEN to following address:
3F Meijiyasuda-Life Osaka Umeda Bidg. 3-3-20 Umeda Kita-ku Osaka-city Osaka 530-0001 Japan

Please note that you need to write the word "NOT RESTRICTED" in a bill of landing, in a shipping.

#61 Re: Any Questions » ENSOUL_PLEN2 (natural moving on PLEN) » 2016-06-14 04:50:06

Hi, PLEN users!

Currently, ENSOUL_PLEN2 macro doesn't work since firmware version 1.3.x.
We have been trying to fix this, please wait for a while until the issue is fixed.

#62 Re: Any Questions » question about buy PLEN2 » 2016-05-29 10:22:19

OK, our support staff will arrange that, but I think that we shouldn't talk about the shipping consultation here.
Please wait for a while until the staff contacts you via email :)

#63 Re: Any Questions » I can't use "PLEN connect" for PLEN2 dev » 2016-05-29 10:16:00

Hi, wingcloud

I think the issue was caused by the wrong baud rate has been written in your control-board.
If you had written below firmware to your control-board, please edit baud rate 2,000,000 to 115,200.
-> https://github.com/plenprojectcompany/P … stem.h#L42

#64 Re: Any Questions » Smoke from a servo! » 2016-05-27 02:52:09

Hi, wingcloud

Oh... I'm sorry to hear that X(

If PLEN's servos (and general servos) get stress while a long time, then these will be broken.
This can happen if the arm was sinking into your PLEN's body.

However, if you didn't tune up the home position was like this, the trouble almost probably happened by the early failure.

#65 Re: Any Questions » question about buy PLEN2 » 2016-05-27 01:42:57

Hi, waitingme

Thanks for reporting that! I found that the relation between the items and our paypal account had broken X(
The issue is fixed now, please try again?

P.S.
You could buy the items even if you don't live in Japan ;)

#66 Re: Any Questions » Motion Editor Off Line » 2016-05-17 06:07:00

Currently, the motion editor has an architecture which delegates HTTP listener, serial communication, and command-line converter to the control server.
e.g. -> https://github.com/plenprojectcompany/p … rol_server

If you would like to control PLEN developer edition through the motion editor,
you need to do one of the following processes.
1. Implement an ROS node which can listen the all HTTP requests the motion editor publishes.
   After that, you fill out the server setting to your edison's IP address.
2. Implement an ROS node which can connect the edison's central node on your PC.
   After that, you customize the control server to be able to communicate with the ROS node.

We haven't decided to add an ROS support in the control server,
but we started to publish customization manual for users.
-> http://plen.jp/playground/wiki/ja/tutor … instration
-> http://plen.jp/playground/wiki/ja/tutor … s_tutorial

Please wait for a while until all documents are translated ;)

#67 Re: Any Questions » Cannot run Control Server on Mac » 2016-05-17 04:02:26

Hi, Chin

Thanks for reporting the issue! This is caused by an unquoted command in the bootstrap script.
We are going to fix it. Please wait for a while.

#68 Re: Any Questions » What servos are used? » 2016-05-10 07:10:18

Hi, cliffkhew

The servos specifications were suggested as below.

Guvalif wrote:

Actually, we are using the servos which satisfies same specification ASV-15 has.
For example, ASV-15, ES08-MD, and so on.

Please note that the servos have same specification these have, but the servos are not the same those. X(
We have been providing original servos for PLEN series robots. Using other servos is not supported and guaranteed.

#69 Re: Any Questions » Motion Editor Off Line » 2016-05-08 16:16:41

Hi, Croy :)

Whenever I test the application, I set up a local HTTP server using python.
(You could use any other language: ruby, node.js, and so on.)

One of the use case is shown as below:
1. Download the application. (https://github.com/plenprojectcompany/p … Editor_Web)
2. Run a local HTTP server on the path where is including "index.html" (e.g. https://github.com/plenprojectcompany/p … ion_editor).
   If you are using python, you could do it by typing `python -m SimpleHTTPServer 80`.
3. Access "http://localhost/".

Let you try the process ;)

#70 Development Discussion » Our Official GitHub Account Was Permanently Moved! » 2016-05-07 09:53:58

Guvalif
Replies: 0

# English
========================================

Hi, PLEN users :)

Currently, the github account, "plenproject", is not official, and permanently moved to the new account "plenprojectcompany".
The old account is deprecated and not supported, so please change your watching target.

x https://github.com/plenproject (Old!)
o https://github.com/plenprojectcompany (New!)


# Japanese
========================================

日頃よりPLENをご愛顧いただきありがとうございます。

現在、"plenproject"名義のGitHubアカウントは非公式扱いであり、新しいアカウント"plenprojectcompany"へと恒久的に移動されました。
旧アカウントは非推奨かつ未サポート扱いとなりますので、監視対象の変更をお願いいしたします。

x https://github.com/plenproject (Old!)
o https://github.com/plenprojectcompany (New!)

#71 Re: Any Questions or Impressions » バッテリーの単体販売について » 2016-05-03 00:33:45

gumimitto さん

部品類の追加購入に関しては、support@plen.jp までご連絡いただければ随時ご検討させて頂きますので、
どうぞお気軽にご連絡いただければと思います :)

バッテリーの仕様に関しては、以下のトピックをご参考まで。
-> https://plen.jp/playground/forum/viewtopic.php?id=49

#72 Re: Any Questions » Question about the battery of PLEN2 » 2016-04-27 03:13:24

Hi, waitingme

PLEN2 is using a battery which satisfies NiMH, AAAx5, 6V, 750mAh.

#73 Re: Any Questions » plen is doing weird things » 2016-04-25 07:46:51

Hi, cabezadepeyote

Just for confirmation,
  1. Which is your PLEN, PLEN2 or PLEN1.4 (PLEN.D)?
  2. What is a version of your PLEN's firmware? (You could check the information using a terminal emulator with baudrate 2,000,000, and send "<VI" string.)
  3. What is a version of the ControlServer (PLENUtilities) which you are using? (The latest one's version is 1.3.0.)

#74 Re: Any Questions » Some question about control board » 2016-04-25 07:35:21

Hi, waitingme :)

That's roughly right you intended. Whenever I test any new firmware, I run the program using a breadboard circuit including official Arduino/Genuino Micro and some ICs.

If you could not find the ICs, please check the eagle's option which is placed "Options" -> "User interface..." -> "Sheet thumbnails".

#75 Re: Customization Hints » What is the difference between the standard PLEN and the development ? » 2016-04-18 06:59:11

Hi, waitingme

> If I buy the standard Edition PLEN2 and an Intel Edison Module ,can I make a Developer Edition PLEN2 with them?
FYI: https://plen.jp/playground/forum/viewtopic.php?id=42

> Does the standard Edition PLEN2 or the Developer Edition PLEN2 has a camra?
> Does the standard Edition PLEN2 or the Developer Edition PLEN2 can play music?
The standard Edition and the developer edition do not have a camera and a speaker, but you can put together yourself ;)

Board footer

Powered by FluxBB