Как заработать на ардуино

от admin

Arduino.ru

Ардуина не удобна для готовых проектов, ардуина предназначена больше для прототипирования. Хочешь готовый проект — сначала отлаживаешь на дуине, потом разрабатываешь к этому плату с контроллером и собираешь. Комерческими проектами сам не занимался, но делал себе свет с ик пультом и видел в магазинах лампы с ду от 3х до 16и т.р. Какая именно начинка в лампах хз, блок где должен быть контроллер залит эпоксидкой. Также можно организовать чтото типа умного дома. В любом случае полагаю что тот кто делает чтото комерческое врятли будет дуину использовать, для конечного устройства дешевле и проще использовать только функционально необходимые детали.

  • Войдите на сайт для отправки комментариев

а как насчет того что к пример да прототип празработан отлажен могули я собрать дапустим плату на 328 контроллере и залить тудаже бутлоадер и дальше также прошить его скечем используя к примеру отключаемый кабель usb serial не нарушу ли я закон с юредической стороны используя скеч и бутлоадер в коммерческих целях? спасибо за преведеные примеры и обьяснения что к чему 🙂

  • Войдите на сайт для отправки комментариев

Микроконтроллер не обязательно должен быть атмега 328, я себе делаю на простой и дешевой атмеге8(2$), для несложных скетчей её хватает за глаза. Плата с простым обвесом и этой атмегой8 получается копейки(3$ за всё). Отладили всё на макете и вперед.

Ничего из законов вы не нарушите.

  • Войдите на сайт для отправки комментариев

а как насчет того что к пример да прототип празработан отлажен могули я собрать дапустим плату на 328 контроллере и залить тудаже бутлоадер и дальше также прошить его скечем используя к примеру отключаемый кабель usb serial не нарушу ли я закон с юредической стороны используя скеч и бутлоадер в коммерческих целях? спасибо за преведеные примеры и обьяснения что к чему 🙂

Можно проще, бутлоадер нужен самой дуине только для удобства если часто перешивается. Если на 1 раз прошить то можно прошивать и через SPI, оно достаточно. Скетч в контроллер прошивается также как и бутлоадер, но вместо хекса бутлоадера указывается хекс прошивки (чтобы узнать к нему путь достаточно в ардуиноиде кнопку компиляции нажимать с шифтом).

Вот для примера:

Это уже готовые устройства, и постоянная перепрошивка им не требуется, а значит не нужен и бутлоадер.

  • Войдите на сайт для отправки комментариев

Adessit , Mogalkov чем прошиваете? интересует самый простой способ, LPT не годится, так как я юзаю скромненький нэтбук а следователь принцип прошивки ардуино через сериал уарт для меня идеален, но если я буду покупать чистые контроллеры без бутлоадера по принципу ардуины я его прошить несмогу нужен вариант. Читал чтото про ISP прошивку а именно как прошить атмегу через ардуину годится ли данный метод? либо есть идеи более простенького программатора на USB? (имеется дата кабель на PL2303 usb-uart мост можно ли чтото построить на нем?) и что касаемо программатора и скетчей если я не ошибаюсь когда мы компилируем скеч навыходе он дает тотже самый HEX файл прошивки которые понимаю программаторы верно?

  • Войдите на сайт для отправки комментариев

Adessit аватар

Проще купить или дуэмиланову с FTDI FT232 на борту и зпаять в неёё разьём, собрать простой кабель и сделать все по иструкции http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html Или купить готовый модуль с распаянной FT232 и опять как по иструкции

  • Войдите на сайт для отправки комментариев

дуэмиланова не эдэнтична CraftDuino ? http://robocraft.ru/blog/RoboCraft/97.html если есть информация чем всетакие разлечаются PL2303 и FT232 функию выполняют ведь одинаковую? или там чтото на уровне чипа?

  • Войдите на сайт для отправки комментариев

через дуэмиланову получается одновременно и через фт232 и чере SPI используя апаратные ресурсы дуины прошивается чистый котроллер ?

  • Войдите на сайт для отправки комментариев

Adessit аватар

BitBang mode испльзуется от ФТДИ микросхемы, а потом можно прошивать чистые МК по инструкции, как описано выше. Я так себе сделал — способ рабочий.

  • Войдите на сайт для отправки комментариев

спасибо уважаемый Adessit, за столь детальные разьяснения элементарных вещей весьма презнателен вам 🙂 не хотите занятся коммерческим проектом тематики моей другой ветки (миди котролера для диджеинга?) задача нескажеш что сложна актуальность весьма ощутимая, тк как аналоги стоят непобоюсь этого слова космических денег, ценовой старт от 12-15 тысяч рублей, оригинальный дизайн необходимый функционал для юного диджея и проект готов, поверте проводил своебразные иследования народ хочет самовыражения и уникальности

  • Войдите на сайт для отправки комментариев

Adessit аватар

Скиньте техническое задание и все нюансы и пожеланиия на мыло nimbus2k(собачка)list.ru а там и поглядим что к чему. Может просто подкину идей как сделать это быстро самому.

  • Войдите на сайт для отправки комментариев

хорошо сейчас набросаю

  • Войдите на сайт для отправки комментариев

Adessit , Mogalkov чем прошиваете? интересует самый простой способ, LPT не годится, так как я юзаю скромненький нэтбук а следователь принцип прошивки ардуино через сериал уарт для меня идеален, но если я буду покупать чистые контроллеры без бутлоадера по принципу ардуины я его прошить несмогу нужен вариант. Читал чтото про ISP прошивку а именно как прошить атмегу через ардуину годится ли данный метод? либо есть идеи более простенького программатора на USB? (имеется дата кабель на PL2303 usb-uart мост можно ли чтото построить на нем?) и что касаемо программатора и скетчей если я не ошибаюсь когда мы компилируем скеч навыходе он дает тотже самый HEX файл прошивки которые понимаю программаторы верно?

Сначала прошивал через дуину (на дуине выход ХЗ готовый программатор), потом собрал себе тупой программатор на ft232rl, принцып работы тотже самый что и на дуине.

9 Ways to Make Money With Arduino

Arduino can be used to make money. It’s a great value data collection device, a good prototyping tool, and a decent setup for education as well. In this guide I’m sharing all the ways I’ve found to make money using Arduino.

1. Use Arduino to collect and sell data

An Arduino can be used to collect data from sensors, or other interfaces, and then that data can be sold for analytics purposes. This is the number 1 way I’ve seen Arduino used to make actual money.

To make money by using an Arduino for data collection:

  1. Connect sensors or a data collection interface to an Arduino
  2. Have the Arduino record the data, either locally or by uploading it to the cloud
  3. Sell that data to a company that will use it

Process that can be followed to collect, store, and sell data using Arduino

I saw this done at an airport. A company wanted data about plane movements at an airport, as part of a contract with an airport. An Arduino was connected to a radio receiver that could read the signal that planes use to broadcast their position (a system called ADS-B). This is a similar project on Hackaday, though they did it without needing permission and licensing from the airport.

I also saw this used as part of a home smart meter electricity system, though this was just a prototype. Using an Arduino as a prototype to build a commercial product is the next best way I’ve seen to make money using Arduino.

How much can this make? Sky’s the limit! If the collected data can be used to save someone millions of dollars (as is the case with an airport), then even if you only ask for a small fraction of that, it can still be very much worth it.

2. Build an Arduino prototype for a product you can sell

This is the hardest way to make money with Arduino. But it’s also the first thing a lot of people think of (which is why I put it second on this list, to give you another idea first).

Building a product using Arduino means developing a prototype that solves someones problem, finding other people (collaborators and investors particularly) who share your vision for a solution to this problem, developing a manufacturing process, developing a sales channel, and then finally getting the product in front of people. I’ve seen dozens of people try this approach yet only one who made it.

To make a viable Arduino project:

  1. Develop an idea that solves a product for someone
  2. Design a robotics or electronics product that solves the idea
  3. Build a prototype (this is where Arduino can be useful)
  4. Test that prototype with the people whose problem you’re solving
  5. Test that prototype with investors and people who can help you manufacture
  6. Manufacture your product and sell it

I’ve found Arduino is best used as the prototype so that you can show off a working product to investors. Once investors are ready, you can manufacture the product using similar components as are on an Arduino board (and similar software). I see the strength of Arduino in its ability to help you rapidly prototype your idea and see if it’s viable.

To raise funding for your idea, try Kickstarter or Indiegogo. This is the Kickstarter page for that one successful product I mentioned earlier.

If you’re interested in learning more about the process, I also found this YouTube video a helpful overview. Try not to let the complicated nature put you off – if you have a problem that you believe you can solve, there are people out there who can help you put it into motion.

How much can you make? The product I mentioned earlier sells for about $100 per unit. Typically only a small fraction of this, say $10, is profit for the owners and their company. They seem to sell a lot of units though given they have a global distribution network. This suggests they are making enough money to support quite a few people in full time work (I’d call this successful for the inventors!).

If you’re interested in the best Arduino for beginners building prototypes, I wrote a whole guide on that here: chipwired.com/best-arduino-for-beginners/

3. Use Arduino to manufacture goods

One of my father’s first Arduino projects was to control a CNC machine. He wanted to use the CNC machine to build wooden railway tracks for my little brother. It was tough to set up and install, particularly getting the motor control right, but in the end it worked – my brother had a set of wooden train tracks manufactured by an Arduino controlled CNC machine

An Arduino can control a CNC machine or a 3D printer which in-turn can be used to manufacture goods for sale. Items made by 3D printer or by using a CNC machine can be sold online to make money.

  1. Identify a problem that people are having
  2. Develop a product that solves that problem for those people
  3. Manufacture it using your Arduino connected 3D printer or CNC machine
  4. Sell that product to those people

I think the challenge here is to find a niche of products that are worth your time and effort to manufacture and sell. The best example I think I’ve seen of this was someone who 3D printed custom motorcycle parts which were incredibly difficult to get in his country.

How much does this make? This is another sky’s the limit approach to making money. If you manufacture $5 trinkets, then you might only be making a few dollars per item sold. If you manufacture custom motorcycle parts that sell for $1000 each, then you might be able to make decent money. It also depends on quantity of items sold.

4. Use Arduino as part of other work

If an Arduino can be used to improve your current work, to help you get your job done faster, then it can be used to make you more money.

I’ve found this most often with contractors, such as IT or internet contractors, who can use an Arduino to interface with networking equipment and help them do their job quicker. When you’re paid by the job, getting the job done faster can help you make more money.

Читать:
Как правильно установить натяжитель цепи на велосипед

The other place I’ve seen this is in an industrial setting. There was a team at Boeing who used an Arduino to repair panel components for satellites quickly. A great example of how a cheap tool, such as an Arduino, can be used to vastly improve a complicated control process.

How much can this make? If you’re using it to get your job done faster, it could make you hundreds of dollars per week. In an industrial setting, such as Boeing, it probably didn’t directly result in extra money (though project success is often rewarded eventually).

I wrote a whole guide to uses of Arduino in industry, if you’re interested, check it out here: chipwired.com/arduino-in-industry/

5. Build and sell custom shields and components

Shields or components that you design and build can be sold for use by other people in their projects. If a few people have a problem, such as an interface to a sensor, that can be solved using a shield (or other component), you could design and build this shield and sell it to them.

There may be liability or warranty issues depending on how often you do this, who your customers are, and which country you’re in. While the larger players (such as Adafruit and SparkFun) have big manufacturing operations that can produce dozens of shields, I’m sure there’s room in the market for someone to build their own shields at home and sell them to others.

To develop your own shield:

  1. Develop a good idea of the functions of your shield
  2. Design the PCB with the right software tools
  3. Send the files for the PCB to get manufactured
  4. Purchase the electronic components to fit on the PCB
  5. Assemble the shield
  6. Sell the shield

I found this really in-depth guide to the process here.

6. Build Arduino tools for someone else

This approach is to offer your services as someone who can build tools with or for Arduino. Using the knowledge you’ve gained working with Arduino, you can offer your services up to help others implement their ideas.

This can be by building shields, building products, helping develop working prototypes, or writing code for Arduino.

I like this one because you don’t bear the risks for coming up with the original idea, for manufacturing, or for selling the product. You do the work and are (pretty much) guaranteed to collect money for your services.

How much does this make? I saw someone on Upwork selling their Arduino skills for $40/hour.

7. Use Arduino to teach about electronics and coding

People are interested in learning about electronics, robotics, and coding. Arduino is a great tool that can be used to explore the impacts of electronics and coding in a meaningful way. I like to think of it as what you build is what you get, it’s very obvious how your actions of code and circuitry turn into something that works.

You could offer classes on electronics and/or coding that use an Arduino as the tool to teach with. These classes can be aimed at adults or children.

For the electronics side, some ideas of lessons include:

  • How resistors, capacitors, inductors, and LEDs work
  • How electronic motors work
  • How WiFi, Bluetooth, and IoT works

For the coding side, some further lessons include:

  • How computer memory works
  • How file systems work
  • How processors and instructions work
  • How code is compiled to instructions that are executed by a processor

The Arduino is the tool that you use to teach these lessons; rather than teaching about Arduino itself.

These lesson ideas are the sorts of things I would’ve liked to have been taught when I was starting out. I had to assemble this knowledge from physics class, various other classes, and books and data sheets. It was tough.

8. Write software or build tools that help people use Arduino

People pay for tools that help them accomplish their goals. If you can build these tools that genuinely help people with their Arduino projects, you can receive payment as compensation for adding that value.

There are already some examples of software tools that have been written to help people with Arduino development:

Name Description Indicative Price
PlatformIO A software platform for embedded development, including IDE, debugging, and testing environment. Free for the community, $249/year for business support.
Arduino Cloud Helps to store your Arduino projects in the cloud, including helping you build IoT projects with a cloud interface. Free for two projects, then $2.99/month.

Paid Arduino support tools

This shouldn’t be limited only to software tools. Any tool that you can make that would help someone accomplish their goals for Arduino can make money. Some ideas I reckon might work for Arduino include custom debuggers, communications protocol devices (e.g. USB simulator), or even something that improves shield compatibility (i.e. 3.3V and 5V).

Here’s a process to follow to develop a tool like this:

  1. Identify any problem that you’ve struggled with when you’re building an Arduino project
  2. Develop a tool (software or hardware) to solve that problem
  3. Sell the tool to people who have a similar problem

I’ve never figured out a good tool to sell myself, but that’s what I’m working on these days.

9. Consult on Arduino projects

If you know how to do something better than someone else, and that other person would be willing to pay you for your knowledge, that’s an opportunity for consulting.

I’ve included this last on the list because it’s the hardest to do. I’ve never seen anyone consult on an Arduino project. I guess it’s possible – such as if you’d been able to solve an Arduino problem for the Boeing team I mentioned earlier – though I’ve never seen it done.

At a guess, you could charge anywhere from $50/hour all the way up to $700/hour. If I were trying to price some Arduino consultancy work, I’d take a look at the value I was generating from that work; if I was helping someone solve a million dollar problem, I’d probably be charging the higher end – if I was helping someone solve a hobby project at home, I’d be looking at charging the lower end.

Chris is an electronics engineer who has tried a few times to build a product that can be manufactured and sold (it’s a tough journey!). He more often sees Arduino add value by being used as a tool in a wider engineering or data process.

Engineer and electronics enthusiast. Enjoys solving problems with electronics and programming.

Можно ли зарабатывать на электронных самоделках?

Доброго времени суток, умные люди недавно прожгли в могз установку — делай то что хочешь, а деньги всегда прийдут со скиллом! Порывшись в идеях и мыслях пришел к заключению:

Я хочу делать разные девайсы, хороший пример оных можно найти на hacknmod.com. Тоесть красивые светящиеся, электронные вещи, будь то стол с лапмочками или вывеска «Я <3 Москву».

С одной стороны можно устроиться в компанию по массовому производству определенной тематики, например «рекламные LED вывески», и получать стабильную зарплату.

С другой можно пойти креативным путем и создавать новые, творческие загагулины, как USBшка которая за тебя пароли к сайтам пишет или просто подогреватель кофе до заданной температуры.

Опять же есть группы людей создающих интерактивные стенды и смотрящие в будущее.

Вопрос же в том, а можно ли зарабатывать электронщиной ручной работы? Даже точнее, можно ли жить на доход от продаж и где такие вещи продаются?

Красивый пример вручную собранного чуда
icetubeclock_LRG1-600x449.jpg

Вопрос может быть и риторический, всетаки всегда есть две границы, Массовая продукция и Искусство и куда между ними попадет исполнение идеи должно определять цену. Ведь чем новее и популярнее идея, тем быстрее все подхватывают её и переводят в массовую продукцию, налаживают станки под штамповку а у меня уже должен новый проектик выходить в свет.

Небольшое отступление про меня самого, учусь я вообще на технаря, и легонько затронул миркопроцессоры и их применение, собрав логотип переливающийся цветами. Мелочь, а приятно 🙂 Сложно, муторно разбираться, но всетаки зацепило. Относительно «Как продать?» есть два мнения — предлагать свои разработки в магазинчики сувениров и аукционы.

5 Steps on How to Make Money With Your Arduino Project

Jaycon Systems

Many makers out there have a project they’ve been working on that they could take to the next level — and they just don’t know it yet. If you’re playing around with an idea you think could make it big, and you just don’t have the business plan, here’s a rough sketch of what to do with your arduino project.

1. First, you want to see if there is a need for your product.

Reach out to people with different ideas — friends and family, coworkers and acquaintances. Get a fresh perspective from people who have no assumptions about your idea beforehand. Ask questions that are unbiased. For example, instead of saying, “Isn’t this pen idea great?” you could ask, “What do you think of this pen idea?” And don’t be afraid to talk about your idea and put yourself out there.

2. Save on costs by doing the initial prototyping yourself.

Look online on how to connect sensors to your Arduino project. Start by looking for highly-rated tutorials. An example of places to look for tutorials would be Instructables.com or on Make:. Then see how your hardware and software are coming together. Look for bugs in your code. Cover every base and leave nothing untouched. For example, consider a code being stuck in a loop, driving the battery down. Consider the size, range, and every specification in the project.

3. Now it’s time to show off your prototype to the world.

Get feedback from the people around you on your prototype. Since it’s a low-fidelity or medium-fidelity prototype, test with different circles available — industry experts, friends and family, coworkers, customers, users, etc. Make sure to ask the right questions to your audience. Is the purpose of the product clear?

4. Know when your prototype is good enough that you now have to take it to the next level professionally for a more polished prototype.

After doing research, you’ll learn about the next steps ahead: costs, processes and timeline requirements. It’s important to get a fresh perspective on how to approach your project. We all overlook important aspects of our projects from time to time after working on them for so long.

5. After iterating, get a professional prototype made to gather real feedback.

Take your prototype to events and trade shows related to the industry where they will be used.

This is the part where you try to get a sale with your product. The objective of trying to sell your first prototype is to get validation and real-world knowledge that there is a need for your product. This is also the testing phase where you do simulations and try to figure out if there are any holes, such as in the battery life.

After the prototyping steps, there is the manufacturing phase. During this time, it’s important to have a business plan in place or some type of outline so your arduino project is more likely to take off.

With these prototyping steps, you should be ready for manufacturing in no time and ready to make money with your arduino project.

Jaycon Systems specializes in bringing products to life by offering a complete service line that takes product concepts to mass production.

Похожие публикации