Skip to main content

Questions tagged [data-transfer]

Data transfer refers to the movement of data from one medium to another. This is commonly achieved via the dd Unix program.

-1 votes
1 answer
260 views

I'm looking to gather data from an industrial-sized battery with an RJ-12 port. My idea is to connect a Raspberry Pi Pico W to the battery using an RJ-12 cable for data collection. I'm considering ...
Julian Zientkowski's user avatar
0 votes
0 answers
115 views

I am reading Can data with Pcan, and I am transferring my Can data to my Raspberry Pi 4. With this code import can import serial # CAN bus setup can_bus = can.interface.Bus(bustype="pcan", ...
Alper's user avatar
  • 1
3 votes
2 answers
6k views

I have two Raspberry Pis, one a 3 running Raspbian Stretch, the other a 4 running Raspbian Bullseye, both headless. I have need to transfer files from the 3 to the 4 (always in that direction) over ...
Midavalo's user avatar
  • 180
0 votes
1 answer
1k views

If I have 2 raspberry pi's and I wanted to transfer\receive data with a LAN cable connected to them both(do i need a crossover cable?) how would I get the data from the LAN port? with a python script ...
The_ SCP_Master's user avatar
-2 votes
1 answer
1k views

If I use UART to send sensor data from a Pi Pico to another computer (received via /dev/tinyUSB0), does the "default protocol" have any sort of error correction? I guess I don't need to ...
0__'s user avatar
  • 532
0 votes
2 answers
206 views

i have following Problem: I have A raspberry Pi 3B+ with a Touchscreen, which uses every Single Pin on the 40Pin GPIO header. The only thing i have is a i2c breakout on my Touchscreen. But i have the ...
manintree's user avatar
-1 votes
1 answer
50 views

so I'm sure someone has an easy answer to this. I'm running a Raspberry Pi headlessly - I can SSH in to its static IP address, while it sits in a box so it can't get damaged. Usually I just send it ...
user138953's user avatar
0 votes
1 answer
681 views

I have a test set-up where an STM32F4 microcontroller is reading in an analogue signal and sending it to a windows PC through UART. The windows PC runs a Python script that interprets the data and ...
ChrisD91's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
10