FPGA resources

Lauchpad-X gateway for FL-Studio

Currently, the last Launchpad-X is not yet supported by FL-Studio 20.

I have developed a small Java application able to make it compatible with FL-Studio by converting Lauchpad-MK2 messages to Lauchpad-X format.

Tested only under Win10, but should work on other Windows versions, or MacOS.

You need to install a Virtual MIDI loopback software such as https://www.tobias-erichsen.de/software/loopmidi.html

Then, setup three Virtual MIDI ports as below:

  • “FL_to_LPX” port will transport MIDI commands from FL-Studio to the Lauchpad-X
  • “LPX_to_FL” port will transport MIDI message from Lauchpad-X to FL-Studio (pads status)
  • “LPX_to_FL (Native)” will do the same, but for native MIDI mode of the Launchpad-X (Note mode or Custom mode)

[Launchpad-X] <=== [Java] <=== FL_to_LPX <=== [FL-Studio]
[Launchpad-X] ===> [Java] ===> LPX_to_FL ===> [FL-Studio]
[Launchpad-X] ===> [Java] ===> LPX_to_FL (Native) ===> [FL-Studio]

Connect your Launchpad-X.

Then you need to install and run the Java application: https://github.com/f1oat/Launchpad-X-gateway

Configure it as below:

If you have used the exact recommended names for loopMidi configuration, the Java application should select automatically the right ports. Otherwise, you will need to do it by hand by using the drop down menus, and click “Apply”.

Before launching FL-Studio, you can now click on “Connect” button. As a result, all pads should now become dark. If not, that means you have a configuration problem.

Then, launch FL-Studio. You have to make the connection to the loopMidi virtual ports and declare a “Launchpad MK2” device as below:

  • Input section
    • LPX_to_FL / Novation Launchpad MK2 / port 20
    • LPX_to_FL (Native) / generic controller / port 3 (or any value different from 20)
  • Output section
    • FL_to_LPX / Novation Launchpad MK2 / port 20
    • LPX_to_FL / MIDI hardware port / port 19 (or any value different from 20 and 3)
    • LPX_to_FL (Native) / MIDI hardware port / port 18 (or any value different from 20 and 3)

Note:

  • port 20 can be set to any other value, the only constraints is to have the same value both for input and output.
  • port 18 and 19 will not be used by FL-Studio, but they should be declared so that FL-Studio does not automatically configure them for port 20 or 3 and disturb the system.

When everything is configured, you can load a performance mode song.
You should see pads getting several colors according to the Playlist.
Also, you should see the same colors on the Java application:

You can now play with your Launchpad-X. The behavior will be the same as for MK2. See description here: https://forum.image-line.com/viewtopic.php?t=147179

The “Native” radio button can be used to make the Lauchpad-X going back to power-on status, and send MIDI messages in “Note mode” or “Custom mode”. MIDI messages will be received by FL-Studio on port 3 for our configuration example. When you are in native mode, you can no longer use the performance mode.

Enjoy!

Intelys C3000 vise clamps

Time to machine some aluminum clamps for a nice vise.
To be used on the palet of my Intelys C3000.
First time I am using 3D printing to check the part before wasting material and time with CNC milling: very useful, let me fix some design flaws before machining!

Toolpath calculation with BobCAD-CAM
3D printed prototype, compared to 4 aluminum parts machined on a CNC-6040
Clamp installation
Vise alignment

Nexstar 5 Wifi interface box [WIP]

This on-going project is a Wifi interface for an old Y1999 Celestron Nexstar 5 telescope.

The interface box is connected between the handcontroller and the scope mount.
It provides with the following features:

  • wifi connection
  • web control panel
  • automatic time and location set through Internet
  • embedded digital compass and spirit level for easy alignment
  • connector for motorized focuser (stepper motor driver)
  • 5V connector for accessories, such as the finderscope
  • IP interface to Stellarium

The “brain” is a NodeMCU ESP8266 module with a dedicated software.
I am using ESPUI for the web interface.

 

The mechanical design is available at https://www.thingiverse.com/thing:2903596

Currently the system is not very stable and is hanging randomly when using the Celestron mount power supply. Looks like the current peaks caused by Wifi transmission are disturbing the serial link. I plan to add an additional GND wire to decrease the impact of current peaks.

The tricky part of the project was understanding the transmission protocol. This is basically a master/slave synchronous proprietary protocol. I have spent hours with a logic analyser before being able to sent my first commands to the telescope controller.

The interface box is connected between the base and the handcontroller so that manual operation remains possible. As the master is the handcontroller, or the wifi box, there is potential conflicts on the serial bus. I have designed an algorithm for detecting manual operation request and switch back the MUX (74LS157) to the handcontroller when required.

The automatic location configuration is based on geo-IP. That is ok for landline connections I have tested. However, there is an issue when using mobile phone for Internet connection because the geo-IP location is not accurate enough. I will add manual location setting in the future.

Here is the breadboard based prototype used to tune the electronics.

The software is working with this Y1999 handcontroller release. Few years later, the handcontroller electronics and protocol has been modified and is not compatible.

The current schematic diagram (edited on Target!3001 EDA).

I will publish more stuff when I have achieved good system stability.
Stay tuned!

 

 

GPSDO status monitoring

The goal of this project is to add a PLL lock detection feature to the original GPSDO design by G3RUH (http://www.jrmiller.demon.co.uk/projects/ministd/frqstd.htm).

 PHOTO - GPS 10 MHz STD

I have modified the PCB by adding a lock detection circuit based on the monitoring of the PWM signal used to drive the OCXO VTUNE. A spare XOR gate of the 74HCT86 is used to output this signal on the DB9 pin 9 without disturbing the analog loop.

The lock detection job is done by a PICAXE-18X MCU and a 1K/10µF RC filter connected to the analog input (0-5V range). The lock condition is detected by measuring the stability of this signal over 1 minute. Alternatively, one can measure directly the PWM duty cycle with the counting feature of an MCU. That is not the solution I have chosen because the PICAXE pulse width measurement feature does not provide enough resolution.

Additionally, the GPS NMEA output is monitored for satellite and GPS signal quality reporting.

Everything has been integrated in a nice aluminium enclosure with DIY face plate.

Here is the spectrogram of the 10 MHz output monitored with an ANAN-100D TRX and SpectrumLab. The GPSDO needs about 30 min for stabilization.

GPSDO Monitor schematic diagram