Go to advanced search

by hippy
Fri Jan 10, 2020 12:16 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

The version of the Arduino ide I am using is '2.1.0.5' I got it using sudo apt-get am still using Arduino IDE 1.8.2 on this RPi3B+ with Raspbian Stretch Desktop The version numbering of the 'apt-get install arduino' version is somewhat confusing. I have seen a number of people report it as 2. somet...
by LTolledo
Thu Jan 09, 2020 8:46 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

am still using Arduino IDE 1.8.2 on this RPi3B+ with Raspbian Stretch Desktop am able to flash my Arduinos, ESP8266, ATTinys, using FT232RL or FT232R1, as well as CP2102N and CH340. its installed using this proocedure: ArduinoIDE_Raspbian.jpg cd ~ wget https://downloads.arduino.cc/arduino-1.8.2-linu...
by HawaiianPi
Thu Jan 09, 2020 7:28 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: UART from laptop to pi
Replies: 9
Views: 650

Re: UART from laptop to pi

... the 5V Vcc is being used. I've been using these things for many years on Raspberry Pi computers and other devices and prefer them over PL2303 or FTDI based adapters.
by melcus
Thu Jan 09, 2020 3:55 pm
Forum: Advanced users
Topic: Raspberry pi to Arduino pro mini using FTDI cable
Replies: 14
Views: 699

Raspberry pi to Arduino pro mini using FTDI cable

... from my pi. I am able to update arduinos that has a usb connection without any issue, but I also have a number of old arduino pro minis that use FTDI to update them. When I connect the cable the power led lights up on the arduino and in the arduino ide the Serial port is selected so it appears ...
by Heater
Thu Jan 09, 2020 4:15 am
Forum: Other programming languages
Topic: ftdi driver under mono
Replies: 3
Views: 841

Re: ftdi driver under mono

Interesting. If it's possible at all the way to do it is described here:
https://www.ftdichip.com/Support/Docume ... _Linux.pdf
by mterveen
Wed Jan 08, 2020 10:52 pm
Forum: Other programming languages
Topic: ftdi driver under mono
Replies: 3
Views: 841

Re: ftdi driver under mono

the ftdi driver under windows can load BOTH the vcp driver and d2xx driver, the first being your "normal" com port driver and the second being the hardware level driver. the default latency on the ftdi chip is 16ms. the d2xx ...
by Heater
Wed Jan 08, 2020 4:45 am
Forum: Other programming languages
Topic: ftdi driver under mono
Replies: 3
Views: 841

Re: ftdi driver under mono

As far as I can tell the driver in question is for a com port chip. Why does your application need to know anything about a specific serial port hardware device? On Linux systems the kernel has all the drivers for various serial port devices. On the Pi SoC itself, USB/serial adapters etc. Applicatio...
by mterveen
Mon Jan 06, 2020 6:06 pm
Forum: Other programming languages
Topic: ftdi driver under mono
Replies: 3
Views: 841

ftdi driver under mono

... large windows vb.net applications i would like to port to my rpi4. after installing mono they work quite well. however, any app that uses the ftdi d2xx driver fails. i have successfully installed on the rpi4 the ftdi drivers (libftd2xx.so). however, i am still unable to get my win vb.net app ...
by mterveen
Sun Jan 05, 2020 7:04 pm
Forum: Beginners
Topic: libftd2xx.so invalid format
Replies: 2
Views: 194

libftd2xx.so invalid format

... not recognized: file format not recognized collect2: error: ld returned 1 exit status i have tried the install process a number of times (per the ftdi instructions and even you tube videos) and it never gets pass this stage. the ftdi driver being used is: libftd2xx-arm-v8.1.4.8.gz the ftdi232R ...
by ElEscalador
Wed Jan 01, 2020 2:22 pm
Forum: Beginners
Topic: create 2 serial ports?
Replies: 2
Views: 264

Re: create 2 serial ports?

... I came to say that I know you can use pigpio to bitbang with any gpio, but if I have to write as well as receive (at the PI) I usually just use an FTDI because it's a little bit of a dance to create waves. But I see you ask about the PI4 and I forgot it has a "2nd uart" so now I'm commenting largely ...
by nomdediot
Fri Dec 27, 2019 7:07 pm
Forum: Compute Module
Topic: Unable to boot properly with my new CM3+ module !
Replies: 4
Views: 599

Re: Unable to boot properly with my new CM3+ module !

... the moment. The board is very basic and provide access to all GPIO. It has LAN9514 (USB+Ethernet), USB port to flash the module and USB port with FTDI device on the serial lines. No need of specific device tree for that. The problem is clearly not the base board, instead, the module doesn't finish ...
by mline
Mon Dec 23, 2019 8:51 am
Forum: Deutsch
Topic: PI Level Shifter Nano
Replies: 6
Views: 785

Re: PI Level Shifter Nano

... Ungesund für PI und so wenn ich zu gucken und Programmieren den USB Anschließe. Ja das solltest du dann vermeiden. Dafür könnte man eine extra FTDI verwenden und dann nur RX, TX und GND anschliessen. Ich mach das auch oft so... allerdings mit Arduino Pro Mini und nem FTDI. Der Nano war mir ...
by oth
Tue Dec 10, 2019 3:12 pm
Forum: Staffroom, classroom and projects
Topic: Piserver DHCP Proxy - Clients do not boot reliably
Replies: 24
Views: 4174

Re: Piserver DHCP Proxy - Clients do not boot

... I prepared a network debug SD card with bootcode.bin and a file called UART and hooked up an FTDI serial bridge to my laptop. This is what the PI with MAC b8:27:eb:78:8d:1d sends over to my serial terminal: Raspberry Pi Bootcode Found SD card, ...
by Usha
Mon Dec 09, 2019 12:22 am
Forum: Raspberry Pi OS
Topic: What is the meaning of hrtimer: interrupt took?
Replies: 1
Views: 645

What is the meaning of hrtimer: interrupt took?

Hi, Can any one tell me what is the meaning of "hrtimer: interrupt took" in the last line of my log? Kernel log: Nov 30 22:56:36 raspberrypi kernel: [31852.251432] ------------ [cut here] ------------ Nov 30 22:56: 36 raspberrypi kernel: [31852.251454] WARNING: CPU: 0 PID: 0 at kernel / time / clock...
by oleg_kaa
Sun Dec 01, 2019 7:32 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: How to enable real hardware flow control on Raspberry Pi? RTS/CTS for UART
Replies: 1
Views: 549

How to enable real hardware flow control on Raspberry Pi? RTS/CTS for UART

... CTS, RTS $ raspi-gpio set 16 a3 pu $ raspi-gpio set 17 a3 pn 4B Updated /boot/config.txt to enable arm,pl011 dtoverlay=uart2,ctsrts=on I connected FTDI to Raspberry pins: FTDI TXD <---> BCM_15_RXD FTDI RXD <---> BCM_14_TXD FTDI CTS <---> BCM_17_RTS FTDI RTS <---> BCM_16_CTS I enabled RTS/CTS in ...
by neilgl
Sun Dec 01, 2019 10:43 am
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

I used esptool.
Edit - later I also used Arduino IDE to program ESP01 modules.
by LTolledo
Wed Nov 27, 2019 9:22 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

I did not need a serial adapater to program the esp8266 in a smart switch (Sonoff) - just used the pi serial TX/RX GPIO pins. Same for esp8266 board ESP-01 maybe off-topic question to above....but its just one-off: are you programming your esp8266 using ArduinoIDE? (a Yes or No will suffice) ;)
by neilgl
Wed Nov 27, 2019 10:28 am
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

I did not need a serial adapater to program the esp8266 in a smart switch (Sonoff) - just used the pi serial TX/RX GPIO pins.
Same for esp8266 board ESP-01
by LTolledo
Wed Nov 27, 2019 8:59 am
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

Just joining the fray.... got myself 3 of those FTDI USB UART adapters FT232RL x 2 FT232R1 x 1 all 3 showed up as /dev/ttyUSB0 (as seen on Arduino IDE) this was done on a RPi3B with Raspbian Stretch Desktop and later confirmed on RPi4B-4G with Raspbian ...
by hippy
Tue Nov 26, 2019 2:57 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B+ FTDI FT232R USB UART adapter

I've tried to upgrade multiple times over a period of multiple months, with different SD cards. This is why I suggested you try with a new SD Card and a fresh Raspbian install. If it works with that, but not with what you have, it suggests something has gone askew in those upgrades. Are you using B...
by trejan
Tue Nov 26, 2019 2:46 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

Eh? The contents of your /lib/modules/4.19.75-v7+/modules.softdep are completely wrong and it is also complaining about the module dependencies file as well. Are you sure this is a fresh install with no other changes? Reinstalling the kernel package should have fixed the softdep file as well. You ca...
by jasper97
Tue Nov 26, 2019 2:28 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

plugwash wrote:
Tue Nov 26, 2019 2:04 pm
Try

apt-get install --reinstall raspberrypi-kernel
I did, I'm still getting the same behavior. modprobe ftdi_sio also gives the same error.
by plugwash
Tue Nov 26, 2019 2:04 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

Try

apt-get install --reinstall raspberrypi-kernel
by jasper97
Tue Nov 26, 2019 2:03 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B FTDI FT232R USB UART adapter

The difference between the OP's and hippy's dmesg output is that the OP isn't getting the ftdi_sio kernel module loaded. So as a temporary measure, before you plug the device in, try: sudo modprobe ftdi_sio then plug it in. Thanks for your response. I believe we may be getting closer to the actual ...
by jasper97
Tue Nov 26, 2019 2:02 pm
Forum: Advanced users
Topic: Raspberry Pi 3B FTDI FT232R USB UART adapter
Replies: 19
Views: 1976

Re: Raspberry Pi 3B+ FTDI FT232R USB UART adapter

... device strings: Mfr=1, Product=2, SerialNumber=3 [562637.047716] usb 1-1.2: Product: USB to Serial Cable [562637.047725] usb 1-1.2: Manufacturer: FTDI [562637.047737] usb 1-1.2: SerialNumber: FTBT0L0C [562637.370640] usbcore: registered new interface driver usbserial_generic [562637.370685] usbserial: ...

Go to advanced search