Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
Re: site back up
Gordon Gibby
toggle quoted message
Show quoted text
|
Re: CW key sticking with Nextion LCD — FIXED
Joe Puma
Thanks for the links. I bought those exact ones when you posted the link. Yes I bought a pack of ferrites once thinking I only needed a few and ended up using the all and then needing to buy more. :)
toggle quoted message
Show quoted text
73 Joe KD2NFC On Apr 14, 2019, at 9:32 AM, d balfour <davesters@...> wrote: |
Re: KD8CEC - Nextion Display - IAN questions
Joe Puma
开云体育I know I had to search high and low for a 3.2 tft. And now I have a 5” and I had to redesign my own hmi file using CEC original 2.8 hmi. Some photoshopping and learning the nextion display editor and figuring out how the layouts are configured were required. Oh boy.?Check with . ?Sunil might have a 3.5 TFT for you. That fits.? Joe KD2NFC On Apr 14, 2019, at 8:19 AM, Don - KM4UDX <dontAy155@...> wrote:
|
Re: KD8CEC - Nextion Display - IAN questions
Hi Kevin,
The hmi/tft files over 2.8 are meant for you to resize yourself. It's not an easy task. I have several clean iterations for the 3.5". There are also a few floating around...you have to search for them. Rich Neese has a few that look totally different than what CEC gives as a template. The functionality is the same...just a different layout. All of my files are for the basic Nextion. I believe Rich has some for the enhanced. If you join the facebook group, you'll find many discussions. Evan's suggestions will also get you started. Anyway, if you get stuck, please let us know... |
Re: Create tft file from hmi?
Hi Dave,
When you compile the .hmi, the tft goes to user\appdata\roaming\nextion editor\bianyi If you go to your file explorer, clear the top box, and type in %appdata% to get to the file system. Select Nextion Editor Select bianyi Select your tft Copy your tft from there and paste to your sdcard. Ready to load. |
Re: CW key sticking with Nextion LCD — FIXED
I have found it interesting that toroids work when caps and coax don't work. Toroids are my go-to for rf noise.
I use these internally in radios A nextion display really benefits from them. These on power cords and baluns. and these around coax with PL259. I bought 25 of each and thought that should last me a while. Ended up using almost all in 2 days. Shack noise when down a couple of S units. Wall worts have been particularly bad. |
Re: Firmware update sketch problem
Vaugh,
toggle quoted message
Show quoted text
it seems you have included the libaries for Adafruit Circuit Playground by mistake. These libraries should NOT be included in the sketch! In your sketch, look for following lines: #include <Adafruit_CircuitPlayground.h> #include <Adafruit_Circuit_Playground.h> and if you find them, delete them! Alternatively, download the original sketch and install it from scratch. Also make sure that in your IDE, the correct board is selected under Tools => Board. It should be "Arduino Nano", NOT "Adafruit Circuit Playground"! 73 Allard PE1NWL On Sun, April 14, 2019 13:47, Vaughn wrote:
Glad all good with your build. Any idea why mine will not compliie? Using |
Re: KD8CEC - Nextion Display - IAN questions
kevin -- I had the same problem with my 4.3 screen.? It is a bit of the wild west out there, so you just have to search, try and hope to find a TFT file that works for your screen. Sharpen your google search skills, and search like mad.? All of this is true because I wasn't willing to dive into nextion file editing and had no interest in rolling my own, so I had to depend on the good efforts of others.? So thank you all the "others" out there. You rock, as they say.?
For the 4.3, I finally found this file?unitx_43B7_pd5dj.tft? out there that worked perfectly. I love the 4.3 screen size by the way.? It seems a great compromise for good readability and has enough screen room for my stupid fingers. haahah. Don |
Re: Firmware update sketch problem
Glad all good with your build. Any idea why mine will not compliie? Using the same sketch just keep getting the error?message above. Thanks for any help you can offer Vaugh On Sun, Apr 14, 2019, 11:00 Fast hosts <beneagles71@...> wrote:
|
Re: ubitx spurs? Added LPF
47pf should be perfect but the inductor needs to be similar to
L5/7
toggle quoted message
Show quoted text
Raj At 14-04-19, you wrote: Content-Type: text/html; charset=utf-8 |
Re: KD8CEC - Nextion Display - IAN questions
I have not tried this file from Ted in the following link, but it did work for someone else:
/g/BITX20/message/67572 The issue is the .tft file is just a quick change to a compile option and not a true resize of the screen. There may be conversions that you like better than the one from Ted.? I would search through the messages and files on the board. 73 Evan AC9TU |
Re: Firmware update sketch problem
Fast hosts
That worked for me using the old boot loader and yes the ten turn removed those annoying clicks. Now I find when getting close to the end of the tuning range the frequency gallops.. did I read that the addition of a component to each end of the pot cured this? I have also added the push button to enter settings menu and extended the frequency range ... 1.28.1 certainly makes it much more useful... a worthy companion of my UBITX... now I use that whilst continuing with my Jackal conversion..? On Sun, 14 Apr 2019 at 10:41, MVS Sarma <mvssarma@...> wrote:
--
Keith Baker - Communications technician (retired) |
Re: Firmware update sketch problem
Try with ide 1.8.5 Define mega328p old bootloder Regards? Sarma vu3zmv On Sun, 14 Apr 2019, 12:47 pm Vaughn <vlkteach@... wrote: Hi, been reading some of the topics here and yo are all very advanced for my build. I am only just starting so need some help please, I hope to add some of your mods later. |
KD8CEC - Nextion Display - IAN questions
I have read all posts on this topic, but can't find the answer to my problem which is that raduino output does not fill the entire area of the nextion display.
I have a 3.5 inch enhanced nextion. I copied ubtix_35_E.tft to a 16 GB microSD card.? No other files were on this card. I put the microSD card into the card holder of the nextion.? I powered up the nextion, which then uploaded the .tft file successfully. I powered down the nextion and removed the microSD card.? I used Xloader to upload the hex file UBITX_CEC_V1.200_NX_S.hex to the raduino.? It uploaded OK.? (I made sure the upload speeds in Xloader and in the com port properties were identical). I connected the nextion to the raduino and powered it on.? Up came Ian's uBITX screen, but it only occupied the top left corner of the display. I am obviously doing something wrong.? Can someone please put me on the right path? Thanks, Kevin VK3DAP / ZL2DAP |
Re: ubitx spurs? Added LPF
开云体育Thanks Raj.? I'll pick up some 51pF
caps Monday.? My local parts shop gets worried
if they haven't seen me in a day or two... I'll try parts I have on hand first.? Otherwise, it'll be time to put together another Digikey order...? I noticed I should have some Murata LQW2BASR33J00L unshielded parts that I picked up for a Radioberry build. This is the placement I'm planning, mostly because I'd already cut the trace from R27 to C10 in two places for the previous filter and this will cover the cuts. - John On 4/14/2019 12:28 AM, Raj vu2zap wrote: John, see this earlier post of mine /g/BITX20/message/62097 Raj At 13-04-19, you wrote:I was about to dig into my parts bin searching for toroids and I remembered I had those left over. I'll probably have to order some 30 uH parts. 27 and 33 are easy to get locally, 30 maybe not. Sounds like the way to go, thanks. John On 4/13/2019 6:28 AM, Raj vu2zap wrote:John, Very neat job on L5 and L7. Make the 45MHz IF new filter with SMD parts. What seems to be the culprit is any vertical wire leads in that area causes trouble. Solder the SMDs directly on the board. When I get back to town tomorrow I will try it. Raj |
to navigate to use esc to dismiss