Adding a 2.8″ v6 type TFT display to your v3 – v5 uBITx

It is not difficult to add a 2.8″ TFT display to your existing µBITx.  Make sure you order a 2.8″ ILI9341 touch panel display.  These are readily available on eBay and AliExpress for under US$10, which is half the cost or less than a Nextion display.  This display, however, has its downsides … more on that later.

Wiring changes required

Ashhar Farhan VU2ESE has clarified that on the new V6 mainboard, the connector to the Raduino has two extra pins. These don’t disturb the original configuration of the original connector, they bring the Keyer pin and the PTT from the Raduino to the main board to be routed to the keyer and the mic connectors. You could still plug in an old 16×2 LCD raduino into the new v6 main board and it will work all the same.

To run the v6 firmware on a v5 board, you will have to jumper gnd, 5v and the six data lines between the old Raduino and a TFT 2.8 inch display.   This should be reasonably self-explanatory as the same data lines are used on the standard 1602 display and the ILI5341 Display.   Use readily available short (100mm) dupont style connectors to link the display with the Raduino connector.

Pictures will be posted shortly.

It is recommended that you add a heatsink to the regulator on your Raduino board, as feeding the ILI5341 will result in additional current draw over the 1602 standard display.

Installing the new firmware  

The factory firmware can be downloaded here.

Note that if you have a v3 or v4 board, the firmware will require a modification to change the IF oscillator frequency. This is because the v5 and v6 boards use a different IF filtering frequency (12MHz).  Only one line of code will need changing.   Which line? Anybody?

Upsides and downsides of this display

The upsides of the ILI 9341 display is that it is very affordable and supported by factory uBITx firmware.

The downside of this display, however, as can be seen on the demonstration video from HF Signals, is that it is very slow in operation.   This is the result of the slow Arduino Nano processor having to communicate via serial port with the processor-less ILI9341 display.

The Nextion display mod from Ian Lee KD8CEC results in a much more responsive and attractive display, updating very quickly and being able to display S-meter readings and has other features not found on the v6.  However, it does come at a greater cost.

Reference

Video on the JackAl system

Jack W8TEE and Al AC8GY have been working on a display replacement for the µBITX for quite some time. They now have a preview video that gives an overview of the JackAl system.

There are some software hiccups in the preview that should be fixed soon. We just sent Rev 4.0 of the JackAl board off to the PCB fabricator.  They hope that this will be the final version of the board. All SMD’s will be included on the board.

JackAl makes use of either 5″ or 7″ 800×480 displays (US$34-$44) using the Teensy 3.6 microcontroller (US$30) and its companion audio board (US$14) for the DSP.

The Teensy has 1Mb of flash memory and 256K of SRAM, or which they are using less than 20% and 15%, respectively.  Jack and Al have also brought out a dozen “empty” pins for experimentation, so along with the I/O pins, there plenty of resources left to play with.

Pay particular attention to the ALS Tuning it uses. It really makes it so much easier to zero in on a station. Details are all in the video.

https://vimeo.com/290318066

W0EB TSW release forthcoming for 5″ touch screen

W0EB’s uBITX is built with a 5″ RA8875 type Color TFT display connected to a BITeensio Card.  This gives an “uncluttered” display.

This version of the BITeensio TSW firmware is almost ready for release.  It is just awaiting completion of the accompanying instruction manuals  and the arrival of a small  adapter board for connection to the display.  The adapter boards will be supplied in the BITeensio kits upon request.

This display, like the previous 2.8″ Colour touch panel display and the 4 Line I2C display (2004) are capable of utilising an optional external USB Keyboard for rig control and CW. The W2CTX RCP (Remote Control Program) works with this as well.

For information and updates see the TSW website.

Biteensio with LCD touch screen coming

Jim W0EB is working on a 2.8″ touch panel for the triumverate’s BITeensio.  That will make four different alternative touch screen options for constructors:  VU2SPF Mega2560 attached 2,4″ LCD (first up way back in January),  KD8CEC Nextion screen (in a range of sizes from 2.4″ to 7″) , BiTeensio 2.8″, and the long awaited JackAl (in 5″ and 7″ sizes).

Getting prepared for the JackAl

Some of you are waiting with baited breath for the JackAl Board, announced by Jack W8TEE.   You can get yourself geared up for the JackAl by pre-purchasing some of the kit required, as it is due to be released shortly.  You will need a colour touch display panel, a Teensy 3.6 processor and associated Teensy audio board.

Display panel

There are two display options for the JackAl board: 5″ or 7″.  Neither is likely to fit in your existing µBITx enclosure, so you may also want to purchase a new enclosure.

The panels can be purchased from BuyDisplay.com. Their order numbers are:

ER-TFTM050-3 (5″)
ER-TFTM070-5 (7″)

Both displays use the following options:

4-wire SPI interface
3.3V
Resistive touch
No font (the library is being used for fonts)

Both are 800×480 displays using the RA8875 chip. If you run the samples using a touch screen, make sure you run the Calibration sample program first.

Teensy 3.6 and audio board

The Teensy 3.6 and its associated audio board can be purchased from the manufacturer’s website or from other sources.

Reference

Dimming your Nextion display

Ian KD8CEC has been looking at power consumption on the Nextion display and how to effectively dim the screen for portable µBITx work, where you want low current drain.

The following picture show’s Ian’s display (2.8″ TJC Chinese version) at Full Power:

And the screen fed with a series 50 ohm resistor (1/2 watt rated or more):

The slightly dimmer display halves the current consumption from 89mA to 44mA with a series 50 ohm resistor (made up of two 100 ohm resistors in parallel (or 3 x 150 ohm resistors in parallel).  The Nextion screen has a built in software dimming function, and this can be adjusted in Ian’s Nextion display firmware.   However, the feature generates noise in the µBITx and is not recommended.

Resistor installation

Installing a series resistor (with a value between 20 ohms and 100 ohms) in the +5V power lead will cause the display to be dimmed, but function normally (except for use of the micro-SD card reader).  The resistor could be installed across a slide switch or toggle switch (with one pole shorted and the other going through the resistor) to allow for two settings (normal, dimmed).   This could be handy for night time or portable use.  The circuit diagram for this is as below:

For further details see Ian’s website.

Nextion Displays – Hints for loading display firmware

 

Michael VE3WMB brings us some hints when installing Nextion displays:

1) The Display wants the microSD card to be formatted as FAT32.   Make sure your microSD card is no larger than 32GB

The default in  Windows is to format cards > 32 GB as exFAT, which the Nextion will not accept. In fact Windows 10 probably won’t even let your reformat a card this big as FAT32.  (I am sure if you dig deep enough there might be a way to do this. I am not a Windows GURU).

Currently you only need a 2 GB card,  so if you need to buy one for this purpose try an 8GB card.  It is also worthwhile buyong a brand name card (like Sandisk).
Some no-name cards are slower than cold molasses to read from and write to.

2) If you have a problematic microSD card, when you power up the rig you might not see anything on the display, not even a backlight !  

I spent considerable time trying to solve what I thought was a wiring/power problem to the display when it was a bad SD card. When the I removed the card and power-cycled the rig the Nextion display came up fine with a demo program that was already loaded.  So my recommendation is for the initial power up of the display don’t insert the SD card. That way you can be sure that you have it wired up ok before you start messing with SD cards.

3) Beware, ground and +5V connections on the Raduino going to the Nextion Display are adjacent to each other. 
I recommend that you check and recheck your wiring several times before applying power.  It is very easy to accidentally swap these and you won’t be happy if you do.  As they say, “An ounce of prevention is worth a pound of cure”. One group member has already found this out the hard way.

Mark AA7TA adds:

4) Duplicate .tft files (including hidden files) will cause grief on the Nextion

You may get a message on the display that the load failed because there is more than one .tft file on the SD card.  This can happen even when you look and you see only one file.

You need to be sure to enable viewing of hidden files in file explorer (Windows) or finder (on a Mac)… There’s probably one hiding there with the .tft suffix that you need to delete.  I don’t think either operating system will show hidden files by default. The same goes for Linux.

Mark notes that a 1G SD card is plenty big enough for the current tft file.

Keven adds, “Linux doesn’t show hidden files by default.  But you can see them by typing:

ls -al

in a terminal window when you’re in the directory you want to examine.  To hide a file, rename it with a dot (‘.’) as the first character.”

Mike ZL1AXG adds:

5) Make sure you install the screen the right way around

Power up the display before you start making holes and check the orientation of the display and that the screen is functioning correctly.   As with the 16×2 display, it is possible to install the display upside down by mistake!  Given it is not symmetric (there is a wider bar to the right hand side of the display) care is needed!  The inner silver line on the screen defines the touch sensitive boundary.  Cut your hole so that the screen fits so the line is just visible around the outside edge.

Dimensions of Nextion displays can be found for this zone on the itead website. Click on your display and near the bottom of the page you will find a link to the screen dimensions.

6) For most people the 3.2″ screen or larger will be best

A 3.2″ screen is only just big enough to feel comfortable for us fat-fingered chaps.   It is also just wider enough to reuse the width of the 16×2 screen.  Smaller screens inserted in the space where the 16×2 screen currently lives will require an additional aluminium or plastic plate to be added to the front panel to cover the existing width of the 16×2 screen.

Reference

New graphic for uBITx.net

Some of you will have been sufficiently observant to notice that the graphic at the top of the www.ubitx.net webpage has been updated.  This is because Mike ZL1AXG has installed a Nextion 3.5″ touch screen on his own µBITx.    Careful work with a drill and file will yield satisfying results.

He also installed the latest pop fix from the v4 board (see the separate article).

Nextion Displays – Current draw

Lowell has tested current draw on a 2.4″ and a 3.2″ Nextion display following questions from constructors over the likelihood of cooking the existing 5V regulator.  With a supply voltage of 5.04 VDC, the 2.4″ display drew 125 ma. and the 3.2″ display drew 110 ma. Both  displays were at full brightness.   While the figures are slightly above those listed on manufacturer’s website, this suggests the 5V regulator should be fine.   If in doubt, add a heatsink!

Reference