Go to advanced search

by sai charitha
Wed Feb 19, 2020 8:21 am
Forum: Advanced users
Topic: 4.19 kernel 64 bit support - please report issues here
Replies: 53
Views: 15737

Re: 4.19 kernel 64 bit support - please report issues here

I am using Raspberry pi 3b along with Xbee and Sixfab 3G/4G base sheild. Receiving below error in dmesgs. ftdi_sio ttyUSB0: failed to get modem status: -32 usb usb1-port1: disabled by hub (EMI?), re-enabling... and also getting this WARN::dwc_otg_hcd_handle_hc_fsm:2462: Unexpected IRQ state on FSM t...
by ThatDevAaron
Sat Feb 01, 2020 11:36 pm
Forum: Beginners
Topic: Raspberry Pi Zero - Not connecting to wifi
Replies: 10
Views: 891

Re: Raspberry Pi Zero - Not connecting to wifi

Get yourself a PL2303 or FTDI USB to serial adapter https://www.ebay.co.uk/itm/USB-To-TTL-FT232RL-FTDI-Serial-Adapter-Converter-Module-For-Arduino-3-3V-5V-Mini/222727769676 wire that on the TX/RX pins on your RPi and enable the serial ...
by DougieLawson
Sat Feb 01, 2020 10:04 pm
Forum: Beginners
Topic: Raspberry Pi Zero - Not connecting to wifi
Replies: 10
Views: 891

Re: Raspberry Pi Zero - Not connecting to wifi

Get yourself a PL2303 or FTDI USB to serial adapter https://www.ebay.co.uk/itm/USB-To-TTL-FT232RL-FTDI-Serial-Adapter-Converter-Module-For-Arduino-3-3V-5V-Mini/222727769676 wire that on the TX/RX pins on your RPi and enable the serial ...
by blackwiz4rd
Sat Feb 01, 2020 7:39 pm
Forum: Beginners
Topic: UART Alarm system control suggestions
Replies: 7
Views: 663

Re: UART Alarm system control suggestions

... volts or 5? You can check with a meter..if it's 5, you'll need a logic level converter of some sort so you don't kill the PIs 3.3 volt pins. An FTDI (USB-TTL serial adapter) is pretty darn handy to have anyway. I haven't tried it, but you you may be able to connect the RX wire on the pi (or ...
by caspart
Wed Jan 29, 2020 7:31 pm
Forum: Bare metal, Assembly language
Topic: Invalidation of data cache on Raspberry Pi
Replies: 14
Views: 2092

Invalidation of data cache on Raspberry Pi

... drops to 30k. In theory, my experiments should be reproducible. (See the above URL for the code. You do need to connect to the UART, I'm using a ftdi chip from sparkfun.) I'm not too experienced in writing assembly (yet). Maybe I'm doing a something very naive, or what I'm doing is simply not ...
by blackwiz4rd
Mon Jan 27, 2020 6:41 pm
Forum: Beginners
Topic: UART Alarm system control suggestions
Replies: 7
Views: 663

Re: UART Alarm system control suggestions

... volts or 5? You can check with a meter..if it's 5, you'll need a logic level converter of some sort so you don't kill the PIs 3.3 volt pins. An FTDI (USB-TTL serial adapter) is pretty darn handy to have anyway. I haven't tried it, but you you may be able to connect the RX wire on the pi (or ...
by htran
Sat Jan 25, 2020 12:11 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: FT601 and Raspberry Pi 4
Replies: 2
Views: 632

FT601 and Raspberry Pi 4

... All, I'm planning to integrate FT601 on my board to receive 32-bit FIFO (externally) and send these data to the Rpi via USB 3.0. According to the FTDI website https://www.ftdichip.com/Drivers/D3XX.htm , D3XX driver, which is required by FT601, currently does not support ARM microprocessor on Linux. ...
by topguy
Wed Jan 22, 2020 4:04 pm
Forum: Beginners
Topic: Multiple Serial ports on the RPi
Replies: 4
Views: 369

Re: Multiple Serial ports on the RPi

... know if that limit has been raised. - Linux still enumerates USB devices (almost) totally random at boot. if you for example connected 5 identical FTDI devices you would probably have to program them with specific ID/labels and then write some udev rules to link them to fixed device names. And ...
by hippy
Thu Jan 16, 2020 1:05 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

Setting the uploader to "ATMega328 16 MHz (Old bootloader)" when I read that it did seem familiar but I can't find it in the Arduino IDE I have version 1.8.10 installed Unfortunately I don't seem able to get a screenshot from my Pi with the menus open but ... For 1.8.10, clicking Tools, the drop-do...
by LTolledo
Thu Jan 16, 2020 12:45 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

If you're not seeing this on your Arduino IDE then your IDE version is wrong..
InstallingArduinoBootloader_Burn_Bootloader_Arduino_IDE_ArduinoasISP.jpg
InstallingArduinoBootloader_Burn_Bootloader_Arduino_IDE_ArduinoasISP.jpg (78.84 KiB) Viewed 444 times

I just checked the Arduino IDE 1.8.10 on my RPi4B-4G desktop.... the "Burn Bootloader" menu item is there.
by melcus
Thu Jan 16, 2020 11:26 am
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

You have the wrong program downloader selected, some mismatch with what the Arduino has, so it's never seeing what it expects to see. Is there even a bootloader in the Arduino ? Oh yes, they do. It's a very small programme that allows the system to be updated from serial. As supplied, ICSP is about...
by scruss
Wed Jan 15, 2020 4:11 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

Fair enough. It's fairly unlikely to have no bootloader at all, but having the old bootloader has much the same effect. Many of the super cheap Arduino Nano clones still use the old bootloader. I picked up four or five that a local hobbyist was throwing out and the only problem was that they had the...
by hippy
Wed Jan 15, 2020 4:01 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

Is there even a bootloader in the Arduino ? Oh yes, they do. It's a very small programme that allows the system to be updated from serial. As supplied, ICSP is about the only way to do it. Sorry I wasn't clear; I was meaning is it actually installed and present, that what the OP has isn't just a ba...
by scruss
Tue Jan 14, 2020 10:54 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

You have the wrong program downloader selected, some mismatch with what the Arduino has, so it's never seeing what it expects to see. Is there even a bootloader in the Arduino ? Oh yes, they do. It's a very small programme that allows the system to be updated from serial. As supplied, ICSP is about...
by hippy
Tue Jan 14, 2020 10:04 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

... to be pressed or link which needs to be set ? TX/RX are crossed over, or some header link isn't set right, a 0V connection is missing. Some Pi/IDE/FTDI setting is preventing things from working, such as wait for CTS to be signalled when it never will. You have the wrong program downloader selected, ...
by melcus
Tue Jan 14, 2020 4:38 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

You should be able to disconnect the FTDI from the Arduino, loop-back TX to RX, then run a test to see if it is sending and receiving data. You could use 'minicom' or something else. I have a Python program to check serial loop-back. You might ...
by ElEscalador
Mon Jan 13, 2020 10:33 pm
Forum: Beginners
Topic: UART Alarm system control suggestions
Replies: 7
Views: 663

Re: UART Alarm system control suggestions

... volts or 5? You can check with a meter..if it's 5, you'll need a logic level converter of some sort so you don't kill the PIs 3.3 volt pins. An FTDI (USB-TTL serial adapter) is pretty darn handy to have anyway. I haven't tried it, but you you may be able to connect the RX wire on the pi (or ...
by tester0110101
Mon Jan 13, 2020 9:27 pm
Forum: Advanced users
Topic: Serial-Signal send information to local website
Replies: 14
Views: 777

Re: Serial-Signal send information to local website

scruss wrote:
Mon Jan 13, 2020 9:23 pm
At the prices I'm seeing for those online, it's very unlikely to have an FTDI chip in it. It might not even be a serial device.



This is the general spec .. on Windows it works perfectly, but not on the PI

Image
by scruss
Mon Jan 13, 2020 9:23 pm
Forum: Advanced users
Topic: Serial-Signal send information to local website
Replies: 14
Views: 777

Re: Serial-Signal send information to local website

At the prices I'm seeing for those online, it's very unlikely to have an FTDI chip in it. It might not even be a serial device.
by tester0110101
Mon Jan 13, 2020 7:58 pm
Forum: Advanced users
Topic: Serial-Signal send information to local website
Replies: 14
Views: 777

Re: Serial-Signal send information to local website

Like every USB-Device it didnt´t get it´s ttyUSB file but showing up in the lsusb-list … If it's an FTDI RS232 adapter, it should automatically appear as a /dev/ttyUSB[012…] device. Are you using a hub? If so, is it powered? How is the Raspberry Pi powered? What else is ...
by scruss
Sun Jan 12, 2020 7:12 pm
Forum: Advanced users
Topic: Serial-Signal send information to local website
Replies: 14
Views: 777

Re: Serial-Signal send information to local website

tester0110101 wrote:
Sun Jan 12, 2020 5:46 pm
Like every USB-Device it didnt´t get it´s ttyUSB file but showing up in the lsusb-list …
If it's an FTDI RS232 adapter, it should automatically appear as a /dev/ttyUSB[012…] device.
Are you using a hub? If so, is it powered?
How is the Raspberry Pi powered?
What else is attached to USB?
by lc122798
Sat Jan 11, 2020 4:37 am
Forum: Troubleshooting
Topic: Pi4 ftdi usb-serial problem encountered
Replies: 0
Views: 101

Pi4 ftdi usb-serial problem encountered

Hi There, I've encounter this USB-Serial problem on Pi4 with FTDI FT230X chip: I have a device test farm that need to connect a lot of device for testing. I just purchased two Pi4 and hook up 24 (12 on each) FT230 usb-serial chip based device to Pi4 via ...
by hippy
Fri Jan 10, 2020 12:29 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

Still not having any joy talking to the ardunios I am beginning to suspect the ftdi cable. You should be able to disconnect the FTDI from the Arduino, loop-back TX to RX, then run a test to see if it is sending and receiving data. You could use 'minicom' or something ...
by LTolledo
Fri Jan 10, 2020 11:42 am
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

... arduino IDE test if OK backup then install other fave software test backup microSD card . . . . . and so on and so forth. when I suspect the FTDI module /cable: change to CP2102 or CH340 or even USBASP if CP2102 or CH340 communications OK.... then FTDI module or cable fail. actually I also ...
by melcus
Fri Jan 10, 2020 11:25 am
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Re: Raspberry pi to Arduino pro mini using FTDI cable

... for this info I have been able to upgrade my version of the ide. Still not having any joy talking to the ardunios I am beginning to suspect the ftdi cable. Thanks

Go to advanced search