There is a new OSC Layout available to control the B-robot here (link).
The new features:
– Battery status indicator (limits set for NiMh batteries but can be changed to LiPO via CODE)
– Auto resetting controls (this is a sort of antipanic measure and improved control design at the same time: if you release the smartphone tactile screen, the Brobot goes back to the static position)
To make the new layout works properly you will need to upgrade the Brobot Brain Shield with the new code (and libraries) available in github:
https://github.com/jjrobots/B-ROBOT/
iOS users. Take a look at this page: https://www.jjrobots.com/osctouch-app-configuration/
There is a new OSC Layout available to control the B-robot here (attached file).
The new features:
– Battery status indicator (limits set for NiMh batteries)
– Auto resetting controls (this is a sort of antipanic measure and improved control design at the same time: if you release the smartphone tactile screen, the Brobot goes back to the static position)
Fantastic. Thanks. Could you update the github, please?
There is a new OSC Layout available to control the B-robot here (attached file).
The new features:
– Battery status indicator (limits set for NiMh batteries)
– Auto resetting controls (this is a sort of antipanic measure and improved control design at the same time: if you release the smartphone tactile screen, the Brobot goes back to the static position)
The Auto resetting controls don’t work in my smartphone
There is a new OSC Layout available to control the B-robot here (attached file).
Извините, я не нашёл в Вашем сообщении никаких прикреплённых файлов.
Lo sentimos, no encontré en su informe de los archivos adjuntos.
Sorry, I did not find in your report any attachments.
– Battery status indicator (limits set for NiMh batteries)
Второй момент. Не ограничивайте аудиторию последователей выбором типа питания, – выводите данные о заряде батареи в виде процентов.
El segundo punto. No se limite a la audiencia de los seguidores de la selección del tipo de fuente de alimentación – introducir datos en la batería como un porcentaje.
The second point. Do not limit the audience of followers of selecting the type of power supply – enter data on the battery as a percentage.
Hello Jjpedroc ,
I can not find the attachment, you can re-attach the updated file?
thanks
Hello Jjpedroc ,
I can not find the attachment, you can re-attach the updated file?
thanks
I found in the assembly instruccions.
I found in the assembly instruccions.
Thank you for your help in finding this link.
Hi!
To make the new layout works properly you will need to upgrade the Brobot Brain Shield with the new code (and libraries) available in github:
https://github.com/jjrobots/B-ROBOT/
There is a new OSC Layout available to control the B-robot here (attached file).
Извините, я не нашёл в Вашем сообщении никаких прикреплённых файлов.
Lo sentimos, no encontré en su informe de los archivos adjuntos.
Sorry, I did not find in your report any attachments.– Battery status indicator (limits set for NiMh batteries)
Второй момент. Не ограничивайте аудиторию последователей выбором типа питания, – выводите данные о заряде батареи в виде процентов.
El segundo punto. No se limite a la audiencia de los seguidores de la selección del tipo de fuente de alimentación – introducir datos en la batería como un porcentaje.
The second point. Do not limit the audience of followers of selecting the type of power supply – enter data on the battery as a percentage.
The limits can be set modifying the Code.
There is a new OSC Layout available to control the B-robot here (attached file).
The new features:
– Battery status indicator (limits set for NiMh batteries)
– Auto resetting controls (this is a sort of antipanic measure and improved control design at the same time: if you release the smartphone tactile screen, the Brobot goes back to the static position)Fantastic. Thanks. Could you update the github, please?
Should be updated soon. Github always needs a little to display the changes.
The limits can be set modifying the Code.
Я так понимаю, что в скетче учитывается лишь Ваш тип батареи.
В связи с этим позволю себе небольшой вопрос или пожелание.
Не планируется ли добавление к основному скетчу дополнительного конфигурационного файла, где через конструкцию #ifdef #endif можно будет определить различные типы батарей, типы схемных решений (плат) выбранных последователем и соответствующие этим типам выводы для подключения выбираемой же переферии с соответствующей многовариантной поддержкой этой периферии. Инями словами, не планируется ли условное программирование, как это сделано в прошивке Merlin для 3D принтера, например.
Если такое желание возникнет, – рад буду помочь.
I understand that the sketch is taken into account only your battery type.
In this regard, let me little questions or suggestions.
Whether it is planned to add an additional sketch to the main configuration file, which by design #ifdef #endif you can define different types of batteries, the types of circuit design (motherboard) chosen successor, and corresponding to these types of connections for the selected periphery with appropriate multivariate support this periphery. In other words, it does not plan any conventional programming, as is done in the firmware for Merlin 3D printer, for example.
If there is a desire – I will be glad to help.
GitHub reposiroty updated!
New version of libraries : JJROBOTS_BROBOT and JJROBOTS_OSC
New version of main code : BROBOT.ino
New version of TouchOSC layout with battery indicator
New version of 3D parts. (new BROBOT EVO version parts)
Code changes:
– New default parameters tuned for BROBOT EVO version
– Some code clean ups
And some great ideas from our users on the forums:
– Battery indicator on interface. Every 5 seconds sends the robots battery status to interface
– Support for touchMessages(/z). Controls autoreset when users lift the fingers
This is a nice example of the power of open projects! Thanks to the users that colaborate to make a better project. Specially sasa999, KomX, Wampo, Wolfram, vsr_paradise, Patrick, etc…
@KomX there is a new #define LIPOBATT that let you choose the type of battery. 0 for NiMH batteries, and 1 for Lipo Batt. This only affects the range for the Battery indicator.
Jose Julio.
Hi, Jose!
GitHub reposiroty updated!
Very good! One note. When working with ESP8266 noticed one unpleasant moment – after a long pause, lost the first team. The drug – in TouchOSC options include ping. And use this command to initialize the response of the level of battery charge.
Thank you for this! I love the new version!