I found out that tensorflow lite was available in Raspberry Pi Pico.
So is the teachable machine available in Raspberry Pi Pico?
I don't know because I don't have any knowledge of this. What should I do if possible?
Related
As the title says, I want to run a script on the Raspberry Pi from my Windows PC. The connection between PC and Raspberry Pi 4 (Raspbian OS) should be done using an Ethernet cable. The Rasperry Pi cannot be operated permanently in the network. Is it correct that then a SSH connection is out of the question?
For background: the Raspberry Pi is connected to a camera and a stepper motor. Depending on the position of the object to be photographed, the stepper motor is moved and then a photo is taken. This photo is then to be sent back to the PC via the network cable. The script on the Raspberry Pi (rotation stepper motor and image capture) is implemented with Python and fully functional. Is it generally possible to run the Pi script using the Ethernet cable and transfer the generated images back?
Using a Windows QT GUI I want to start this script and display the images later.
Is this possible or can someone suggest a simpler way? Maybe someone already had a similar problem and would help me.
Many thanks in advance.
If you have an extra Ethernet NIC on your computer, you can directly connect your PC and Raspberry PI (on relatively newer hardware) or if that doesn't work, you can use a crossover Ethernet cable to connect your PC to the PI. Then configure an ssh server on the PI and enable Avahi and dhcpd and execute your script via that using MSYS ssh or Putty (ssh pi#hostname.local). Don't forget to change your hostname.
Bonus tip: you can also send your data (images) back over the same connection.
I wanted to send data between Android and Raspberry Pi 3 via Bluetooth.
I made a working Android program to send file from Android to Raspberry Pi 3, but I don't have any clue to make the program to receive (take data) from Raspberry Pi 3 without using any hardware on the Raspberry Pi 3 such as keyboard,mouse, and monitor.
Is it possible to make that kind of program? if yes, can you give me examples or references?
I need to use my Pi 3 without a desktop ,using an ethernet I connected my pi and laptop and I'm using ssh to start with Pi but how to find IP of my Pi 3?
You can try a broadcast ping from your machine. So if your local machine has IP address 192.168.1.123, then do a ping 192.168.1.255 and see which machines answer. One of the replies should be from the Raspberry Pi.
I have a Comfast CF-WU810N V2.0 - 2.4GHz 802.11b/g/n 150Mbps USB 2.0 Wireless Wi-Fi Network Adapter. It works with most of my devices but not with my Raspberry Pi. I want to set it up with my Raspberry Pi 2 Model B running windows 10 iot core. How do I do it? Please Help!
As of today the only supported WiFi dongle is the official Raspberry Pi dongle. This is known and actively being worked on.
Is there anybody who can confirm it is possible to extract depth/RGB images from Kinect V2 + Kinect Adapter for Windows on Raspberry Pi 2 Model B?
As far as I know, Raspberry Pi 2 Model B has USB 3.0 which is a requirement for Kinect V2. I would like to know if anyone had success in RGB, IR and depth image transfer from Kinect V2 using libfreenect2 or any other similar way.
Furthermore, anyone knows any hardware similar to Raspberry Pi 2 (more expensive but still cheap) which supports Kinect V2?
According to the Raspberry Pi 2 datasheet, it only has USB 2.0 ports. So it won't work. :-(
The most basic hardware that works that I know of is the NVIDIA Jetson TK1. At $192 it's way more expensive then a Raspberry Pi, but cheaper than most other options. For more information on using libfreenect2 with the TK1, see this HOWTO