يحاول ذهب - حر

Learn Lisp Programming Using MCUS

March 2025

|

Circuit Cellar

Part 3—Forward Kinematics in µLisp

- Raul Alvarez

Learn Lisp Programming Using MCUS

µ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

Circuit Cellar

هذه القصة من طبعة March 2025 من Circuit Cellar.

اشترك في Magzter GOLD للوصول إلى آلاف القصص المتميزة المنسقة، وأكثر من 9000 مجلة وصحيفة.

هل أنت مشترك بالفعل؟

المزيد من القصص من Circuit Cellar

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.

time to read

1 min

September 2025

Circuit Cellar

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%.

time to read

1 min

September 2025

Circuit Cellar

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.

time to read

1 mins

September 2025

Circuit Cellar

Circuit Cellar

Build a Follower Counter for Social Media

See Real-Time Metrics Using an Arduino Yún

time to read

20 mins

September 2025

Circuit Cellar

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.

time to read

2 mins

September 2025

Circuit Cellar

Circuit Cellar

Chaos on Your Desktop

Build a Color-Pulsing Light Sphere Using a PIC or Raspberry Pi Pico MCU

time to read

9 mins

September 2025

Circuit Cellar

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.

time to read

1 mins

September 2025

Circuit Cellar

Circuit Cellar

Autonomous Mobile Robots

Robots Moving to Their Own Beat

time to read

12 mins

September 2025

Circuit Cellar

Circuit Cellar

The DVM on Your Wrist

A Wireless Link Between A DVM and a Smart Watch

time to read

18 mins

September 2025

Circuit Cellar

Circuit Cellar

Control Your Local IoT Network from the Cloud

Secrets of “Cloud Relaying” Revealed

time to read

5 mins

September 2025

Listen

Translate

Share

-
+

Change font size