Hi microguy,
I got the FTP to work with NativeEthernet in active mode
in filezilla i went to file->site manager->under general use FTP protocol and plain FTP encryption and then under transfer setings use Active mode...
Hi microguy,
could you share how you setup your filezilla and firewall?
I am using windows 10 and Teensy 4.1
I have filezilla 3.60.1 for ftp client and using QNEthernet now
I set up filezilla in active mode( edit ->...
Hi microguy
so with other ethernet libraries you were not seeing this issue? if so is it the QNEthernet library that works with this?
I tired with the older filezilla 3.46.3 version also but still get the same error...
Hi
Thanks for the MTP library
I have a teensy 4.1 and the MTP is working fine on it, I am able to log data to the Teensy SD card and can also see the data in the SD card through file explorer on my PC
however once I...
Hi khoih-prog
thanks for this library
i initialized the FTP server object as FtpServer ftpSrv
I am running the FTP_Server_SDFAT2 example
and I am trying to connect to this server using FileZilla
however I get this...
Hi I am trying to connect a Teensy 4.1 to a Mosquitto MQTT broker running on my local PC
the broker name is localhost and is on port 1883
I am using latest versions of the NativeEthernet library and the PubSubClient...
thanks for the replies!
yes my screen does have that transistor Q1. My screen is the same one that is in the github link that you posted. Is there any command that I can send to the ILI9341 to control this transistor?...
I don't have a link for the datasheet but its the same one listed in the PRJC website
it does have a LED pin to power the backlight but I believe it needs 3.6 to 5V for normal operation and would draw like 20mA and ...
Hi
i am using a 240x320 tft display ILI9341. I am using the optimized ILI9341 library. is there any way to turn off the backlight? i noticed there is a Display off defined in the library as 0x28. i dont have a...
Hi Kris
Thanks for this menu system. Is it possible to have an ItemMenu go to another ItemMenu which goes to another ItemMenu or EditMenu.
right now I am able to get an ItemMenu go to another ItemMenu
Thanks
Hi Paul
I have a Teensy 4.1, is it possible to open two .txt files both in write mode at the same time? like can I do
File dataFile_1 = SD.open("temperature.txt", FILE_WRITE);
File dataFile_2 =...
Thanks Paul, I updated to Teensyduino 1.57-beta1 and now able to compile the examples without the usb_mtp_status error.
sorry to ask a stupid question, with the example_3_simple_SD will I be able to access the Teensy...
Yeah I do have the MTP_Teensy.h header file
I am using USB type as MTP disk when compiling
I tried installing the latest IDE(1.8.19) but still get the same error
I tried another example(MTP_logger) from the...
Hi khoih-prog
Sorry to ask a stupid question, I am using Filezilla as a FTP client and a Teensy 4.1 as the FTP server.
So once I set up the Teensy as the FTP server and connect Filezilla(running on my pc) to it, I...
Hi Kurt,
could you provide some installation instructions for using the MTP_teensy from github. I tried to just create a directory in arduino/hardware/teensy/avr/libraries/MTP and paste all the files in MTP
however...