Difference between revisions of "PicoTuner"

From BATC Wiki
Jump to navigation Jump to search
Line 55: Line 55:
 
= Programming the Pico =
 
= Programming the Pico =
  
This can be done either before or after the Pico has been fitted to the Minitiouner, it makes no difference. Updating to a new firmware version is done the same way.   
+
This can be done either before or after the Pico has been fitted to the PCB, it makes no difference. Updating to a new firmware version is done the same way.   
  
 
1. Locate the latest compiled firmware file 'PicoTuner_vxxx.uf2' which will be found here https://github.com/g4eml/PicoTuner/releases and save it to your desktop.  
 
1. Locate the latest compiled firmware file 'PicoTuner_vxxx.uf2' which will be found here https://github.com/g4eml/PicoTuner/releases and save it to your desktop.  

Revision as of 10:15, 28 March 2024

PicoTuner is a USB tuner PCB for DATV based around the Serit 4334 NIM using the RpiPico as the USB interface.

The main reason for the development is to use the £5 Raspberry Pi Pico in place of the £32 FTDI USB interface on the MiniTiouner PCB. Using the Pico interface also enables 2 channels to be decoded and displayed at the same time.

Once proven it is envisaged that PicoTuner will replace the MiniTiouner Mk2 PCB.

Receivers compatible with PicoTuner

OpenTuner

Version V0.9 onwards of OpenTuner by Tom ZR6TG is compatible with PicoTuner and can display 2 channels simultaneously.

You will need to install the usb drivers to be able to use it with OpenTuner. Details can be found here https://www.zr6tg.co.za/2024/02/11/picotuner-an-experimental-dual-ts-alternative/

Alternatively, ZR6TG has developed a simple test app that will install the windows drivers for PicoTuner. It is at beta version but available from here: https://www.dropbox.com/scl/fi/3ziiiq71hretd2yzaou8f/picotuner_driver_test_app.zip?rlkey=gl4xsxddxprxfvjjydebvez5y&dl=0

- You can detect and check the drivers - Install the drivers (required admin privs - right click and run as administrator) - Check PicoTuner Version - Check github for latest version (just a check and copies directly link to uf2 in clipboard - Force Bootsel

Picotuner driverinstall.png

Once PicoTuner drivers are properly installed on Windows 10, they show up in Device Manager as shown below:

PicoTuner in Device Manager.JPG

Portsdown

Version xxxx onwards of the Portsdown receiver is compatible with PicoTuner but can only display one channel.

Ryde

Version xxxx onwards of the Portsdown Ryde is compatible with PicoTuner but can only display one channel.

Minitiouner software

Current versions of the MiniTiouner PC software WILL NOT work with PicoTuner. As F6DZP is no longer updating Minitioune it will probably never be compatible.

Pico tuner hardware

Mike G0MJW is designing a PCB which will host the Serit NIM and Pico board - it will look something like this:

Picotuner Mk1.png

Full details are available here PicoTuner Hardware

Surface mount Pico adaptor for the MiniTiouner V2 PCB

Whilst the PicoTuner was designed for use in a new tuner design it can also be retrofitted to the BATC V2 Minitiouner and similar designs providing their FTDI modules are fitted in sockets.

Full details are available here: Surface mount Pico adaptor for the MiniTiouner V2 PCB

Programming the Pico

This can be done either before or after the Pico has been fitted to the PCB, it makes no difference. Updating to a new firmware version is done the same way.

1. Locate the latest compiled firmware file 'PicoTuner_vxxx.uf2' which will be found here https://github.com/g4eml/PicoTuner/releases and save it to your desktop.

2. Hold down the BOOTSEL button on the Pico while connecting it to your PC using its micro USB port. The Pico should appear as a USB disk drive on your PC.

3. Copy the .uf2 file onto the USB drive. The Pico will recognise the file and immediately update its firmware, reboot and the PC should recognise a new USB device.