Essayer OR - Gratuit
Learn Lisp Programming Using MCUS
Circuit Cellar
|March 2025
Part 3—Forward Kinematics in µLisp

µLisp is a dialect of the Lisp programming language for MCUs with limited RAM. In Part 1, Raul presented µLisp concepts and syntax, and extensions specific to MCUs, and in Part 2, he added extensions by using custom functions. In Part 3 of this article series, he implements a new extension to multiply matrices, and uses µLisp to implement forward kinematics for a mini robotic arm.
In this last part of the series on Lisp programming with microcontrollers, we will use everything we previously learned about µLisp programming. We will compute "forward kinematics" (the process of computing the pose of a robotic arm, based on the angles of its rotating joints), using homogeneous transformations for the three-degrees-of-freedom (3DOF) mini robotic arm presented in Part 2 of this article series [1]. To achieve this, we will implement a matrix multiplication extension to µLisp. Along the way, we will also continue to further explore the Lisp programming language, while we challenge ourselves with math and the fundamental concepts of robotic arm kinematics.
To follow the topics discussed here, you need to be familiar with Arduino and µLisp programming. Please see the first two parts of this article series for information [1, 2]. "Robot kinematics" refers to the relation between the geometry and movement of a robot. It is also desirable to have some background in robot kinematics with the Denavit-Hartenberg convention and homogeneous transformations, so I will give a simple explanation of the basics. The latter, however, is really tangential to the subject of the entire article series.
LISTS AND ARRAYS
Lists are one of the most fundamental data structures in Lisp. In Part 1, I discussed how to create them. Lines 1-2 from Listing 1 are a reminder of two equivalent methods discussed. However, there's a third method of creating lists by "consing" atoms (Lisp primordial objects) with the
Cette histoire est tirée de l'édition March 2025 de Circuit Cellar.
Abonnez-vous à Magzter GOLD pour accéder à des milliers d'histoires premium sélectionnées et à plus de 9 000 magazines et journaux.
Déjà abonné ? Se connecter
PLUS D'HISTOIRES DE Circuit Cellar

Circuit Cellar
Bourns Announces New Micro Encoders Offering High Reliability in a Compact Design
Bourns, Inc., a leading manufacturer and supplier of electronic components for power, protection, and sensing solutions, announced its PEC04 Series 4mm Incremental Micro Encoder, its PEC05 Series 5mm Incremental Micro Encoder and its Model PEC06, a 6mm Incremental Micro Encoder. Bourns new micro encoders provide position and speed information essential for control functions in a broad variety of electronic applications.
1 min
September 2025

Circuit Cellar
Harwin Brings Through-Hole Retention to Industrial Kontrol Range of Connectors
Harwin has extended its Kontrol lineup of connectors for industrial and embedded applications, adding through-hole retention to further enhance resilience and board-level reliability in harsh operational environments. Harwin has added 72 new products to the industrial connector family, extending the range by 48%.
1 min
September 2025

Circuit Cellar
Renesas Introduces 64-bit RZ/G3E MPU for High-Performance HMI Systems Requiring AI Acceleration and Edge Computing
Renesas Electronics Corp., a premier supplier of advanced semiconductor solutions, announced the launch of its new 64-bit RZ/G3E microprocessor (MPU), a general-purpose device optimized for high-performance Human Machine Interface (HMI) applications.
1 mins
September 2025

Circuit Cellar
Build a Follower Counter for Social Media
See Real-Time Metrics Using an Arduino Yún
20 mins
September 2025

Circuit Cellar
Nordic Semiconductor Announces Highly Integrated nPM3104 Power Management IC With Support For Small-Size Battery Products
Nordic Semiconductor announced the new nPM1304 Power Management IC (PMIC). Building on the success formula of the well-established nPM1300, the nPM1304 offers the ideal solution for space-constrained applications that require small batteries.
2 mins
September 2025

Circuit Cellar
Chaos on Your Desktop
Build a Color-Pulsing Light Sphere Using a PIC or Raspberry Pi Pico MCU
9 mins
September 2025

Circuit Cellar
NXP’s New Battery Cell Control IC Family Advances New Energy Solutions
NXP Semiconductors announced its new 18-channel Li-ion battery cell controller, the BMx7318/7518 IC family, designed for electric vehicle (EV) high-voltage battery management systems (HVBMS), industrial energy storage systems (ESS) and 48V battery management systems.
1 mins
September 2025

Circuit Cellar
Autonomous Mobile Robots
Robots Moving to Their Own Beat
12 mins
September 2025

Circuit Cellar
The DVM on Your Wrist
A Wireless Link Between A DVM and a Smart Watch
18 mins
September 2025

Circuit Cellar
Control Your Local IoT Network from the Cloud
Secrets of “Cloud Relaying” Revealed
5 mins
September 2025
Listen
Translate
Change font size