Skip to content

Commit

Permalink
move assets to wiki and add an example
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Jan 4, 2024
1 parent 5d81ac4 commit 36ea916
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Mini v2 node Cyphal/DroneCAN application template

This repository introduces a simple Cyphal/DroneCAN application written for the [RL Mini v2](https://docs.raccoonlab.co/guide/can_pwm/can_pwm_mini_v2.html) and [RL Micro](https://docs.raccoonlab.co/guide/can_pwm/can_pwm_micro.html) nodes. Based on this project you can write your custom application if the original CAN-PWM convertor application doesn't suit your requirements.
This repository introduces a simple and ready-to-use Cyphal/DroneCAN application template written for the [RL Mini v2](https://docs.raccoonlab.co/guide/can_pwm/can_pwm_mini_v2.html) and [RL Micro](https://docs.raccoonlab.co/guide/can_pwm/can_pwm_micro.html) nodes. Based on this project you can write your custom application if the original CAN-PWM convertor application doesn't suit your requirements.

| View | Top view | Bot view |
| ---- | --- | ------ |
| <img src="https://docs.raccoonlab.co/assets/img/view.bbf1e631.png" alt="drawing" width="150"> | <img src="https://docs.raccoonlab.co/assets/img/view_top.6b0ef99e.png" alt="drawing" width="150"> | <img src="https://docs.raccoonlab.co/assets/img/view_bottom.ee41f6d5.png" alt="drawing" width="150">|

The default capabilities of the node are shown on the picture below:

<img src="assets/yukon.png" alt="drawing">
<img src="https://raw.githubusercontent.com/wiki/RaccoonlabDev/mini_v2_node/assets/yukon.png" alt="drawing">

## 1. Prerequisites

Expand Down Expand Up @@ -117,7 +117,7 @@ You can also easily create custom Integer and String registers. An example is sh

An example of connection scheme suitable for bench test for Mini v2 node and RL Programmer-Sniffer is shown below:

<img src="assets/connection.png" alt="drawing">
<img src="https://raw.githubusercontent.com/wiki/RaccoonlabDev/mini_v2_node/assets/connection.png" alt="drawing">

You can also use other sniffer and programmers. For details refer to: [Programmer usage](https://docs.raccoonlab.co/guide/programmer_sniffer/programmer.html) and [Sniffer usage](https://docs.raccoonlab.co/guide/programmer_sniffer/sniffer.html#_4-1-cyphal-usage) pages.

Expand Down Expand Up @@ -158,3 +158,7 @@ It has a detailed steps about how to perform bench testing of the node.
**Q&A**

If you are strugguling with the software building, please refer to the build workflow [.github/workflows/build.yml](.github/workflows/build.yml) for a hint. If it doesn't help, you can open an issue.

## 4. More examples

- [RL UAV Lights node](https://github.com/RaccoonlabDev/uav_lights_node/tree/lights) is based on this template. You can consider it as an example.
Binary file removed assets/connection.png
Binary file not shown.
Binary file removed assets/yukon.png
Binary file not shown.

0 comments on commit 36ea916

Please sign in to comment.