3D-Printing (12) Argentum (2) Bukito (9) DroneOS (1) Electronics (3) Gizmos (1) MM3 (11) Metal-Working (1) MicroPython (5) OX (8) OpenMVCam (1) OpenSCAD (1) Python (1) Raise3D (3) Robotics (1) Rust (1) STM32 (5) Software (3) USB Serial (1) XV-11 (1) glowforge (1) wireshark (1)

Recent Posts:

Generating rustdoc for github pages (Drone OS)

May 17, 2020

I’ve been playing with DroneOS and created a crate with some utility functions for the STM32F4xx series of processors. Unfortunately, the way that Drone OS builds, you can’t call cargo doc directly. It needs to be invoked from the drone program, which means that I couldn’t take advantage of Docs.rs.

Read More ...

Capturing USB Serial data using wireshark

November 13, 2018

While working with a ConBee USB dongle for talking to Zigbee devices, I wanted to examime the serial stream being sent to/from the deConz program. This describes the steps I took to capture and examine the serial stream.

Read More ...

STM32CubeF4 gcc makefile example for FreeRTOS

October 4, 2016

Following along from my earlier blog post STM32CubeF4 gcc makefile example, I modified the Makefile to work with one of the FreeRTOS examples included in the STM32CubeF4 (v1.13.0). This particular example flashes some LEDs on the STM32F469 Discovery board. The biggest wrinkle I ran into was having to add an _exit function. I grabbed a syscalls.c from elsewhere in the STM32CubeF4 tree and #if 0’d out some timezone functions which were failing to compile. You can find my repository with the Makefile, syscalls.c and instructions here.

Read More ...

Setting the date, time, and timezone on the Raise3D N2

February 21, 2016

UPDATE: It turns out that later versions of the firmware now have the ability to set the timezone, date and time. I currently have version 0.6.5.3247 installed. To change the timezone, click on the little gear icon in the upper right corner, which will bring up “Settings”. Then chose the “Other” category and finally, “Date & Time”. You need to press on the > over on the right hand side.

Read More ...
Archive