Advanced Search
Search Results
43 total results found
How to build and Flash
Setup Visual studio Code The VS code setup Instructions are available in Getting Started. Setup Visual studio code according to the Host operating system. Install PlatformIo extension inside VS code Install STM32 Platform in PlatformIo Install Board support ...
Program Flow
Basic Workflow: Firmware is present in affbotics_software/firmware/avg/Line_sensor/src/main.cpp Line sensor communicates using Modbus over RS485 The Modbus I registers from address 0X1000 to 0X1003 can be read to obtain number of tracks, markers, Left track er...
Working Environment
Tools: Enveronment: PlatformIO Framework: Arduino Code editor: Visual Studio Code FOC: Arduino Simple FOC Hardware: Mcu: STM32G030C8T6
How to build and Flash
Setup Visual studio Code The VS code setup Instructions are available in Getting Started. Setup Visual studio code according to the Host operating system. Install PlatformIo extension inside VS code Install STM32 Platform in PlatformIo Install Board support ...
Program Flow
Basic Workflow: Firmware is present in affbotics_software/firmware/avg/BLDC_driver/src/main.cpp BLDC driver board communicates using Modbus over RS485 The Modbus I registers 0x2000 can be Writen with a value from -200 to 200 for setting the velocity of the mot...
Experiments
Nov-25-2022 NFC tests We have tested the possibility of having some instructions flashed into the NFC tags so that the AGV can read and process the data on the fly, but it turns out that its only possible while the AGV is moving slowly otherwise it can't read ...
Setup Base AGV
Assembly Once the robot is taken out of Packaging , place it on a flat surface floor.Depending on your robot type you will have to install the battery type. For robot supporting SLA battries , please install 3 12V 7 AH battries using the connectos provided and...
Xdebug
Install xdebug for version apt-get install php7.4-xdebug then edit the config file vim /etc/php/7.4/fpm/conf.d/20-xdebug.ini Values to be like zend_extension=xdebug.so xdebug.mode=trace xdebug.output_dir=/srv/trace Then in the code put in xdebug_start_trace...
Live Demo Maker Tutorial
Live Demo Tutorial Live Demo make is a small web based tool to allow users to quickly see demos of the Plugin which they wish to use . It mainly requires two parametes one a alias which is the wordpress alias for the plugin , and nother not required but recomm...