Search Results: Project

Products | Content | Learn | Forums

Searched query: project

by hazelley
Mon Apr 21, 2025 8:55 pm
Forum: General
Topic: Some Coding help
Replies: 0
Views: 368

Some Coding help

Hello, I'm doing a Phidget project using a 1047-1 PhidgetEncoder Highspeed 4 input, with 2 draw wire sensors and a rotary encoder. I am using visual studio, C++. It has no errors in the actual code the errors say they are on line 1 so ...
by chanthujanc
Mon Apr 14, 2025 9:57 pm
Forum: General
Topic: Inquiry About Digitizer/DAS Compatibility for PhidgetSpatial Precision 3/3/3 with SeisComP
Replies: 3
Views: 1001

Inquiry About Digitizer/DAS Compatibility for PhidgetSpatial Precision 3/3/3 with SeisComP

Hello, I am currently utilizing the PhidgetSpatial Precision 3/3/3 (MOT0110_0) accelerometer in a project where the sensor feeds data to a Raspberry Pi for processing. My goal is to integrate this setup with SeisComP for seismic data analysis. Specifically, I plan to use ...
by Patrick
Tue Apr 08, 2025 2:49 pm
Forum: C#
Topic: Bug in Phidget NuGet since Sep 2024?
Replies: 4
Views: 6996

Re: Bug in Phidget NuGet since Sep 2024?

Hi, I'm surprised to hear that. I made a new test project under VS 2022 and .NET Framework 4.8.1. Installed the phidget22 Nuget package, and it copied over the native libraries as expected. Maybe you need to reset something in your project? Try removing ...
by nm17
Mon Apr 07, 2025 12:09 pm
Forum: C#
Topic: Bug in Phidget NuGet since Sep 2024?
Replies: 4
Views: 6996

Bug in Phidget NuGet since Sep 2024?

... (possibly any releases in between 2024-09 and today) the dll folder does not get created in bin. Obviously this causes issues when packaging the project. It feels there is a bug in the nuget package.
by Martin
Tue Feb 11, 2025 3:32 am
Forum: Linux
Topic: connection issue "device is in use"
Replies: 3
Views: 193828

Re: connection issue "device is in use"

Thank you for the answer but, in fact until now in my project, I used one python code to control the stepper drivers and another to control the imu. These two codes were then imported into a main program and everything worked even though the calls to ...
by Lil Guy
Sun Jan 05, 2025 1:18 pm
Forum: All Other Phidgets
Topic: 3269_3-24V/5.1Kg-cm/588RPM 4.25:1 DC Gear Motor
Replies: 1
Views: 35513

3269_3-24V/5.1Kg-cm/588RPM 4.25:1 DC Gear Motor

I have 3 of these motors sitting around from an autosteer project and want to use it to power a grain mill. I would like to be able to get the most torque from this motor while speed is of little consequence. Am I correct to assume that direct connection ...
by mattfowler
Fri Dec 13, 2024 12:43 pm
Forum: General
Topic: Phidgets Simulator
Replies: 13
Views: 86364

Re: Phidgets Simulator

... my teams have used the mock library to achieve the required behaviors without hardware attached. i'm currently integrating phidgets in a .NET project; if you'd provide interfaces for each of the concrete classes, we could achieve the same using github dot com /devlooped/moq (not posting external ...
by RedJoker
Fri Nov 15, 2024 1:19 pm
Forum: Python
Topic: Pyinstaller and Phidgets
Replies: 1
Views: 34499

Pyinstaller and Phidgets

Is there something special needed when using pyinstaller on a python project that uses phidgets? The error I'm getting on the target machine is "Failed to load dynlib/dll 'phidget22.dll'" The target machine does not have python or any libraries installed ...
by scsm
Thu Oct 03, 2024 2:49 am
Forum: C#
Topic: Phidget22.NET and HUB5000_0
Replies: 1
Views: 56821

Phidget22.NET and HUB5000_0

I have a few projects which are built with Visual Studio 2022 and the Phidget22.NET library. On my EXE build workstation I seem to have an old version (1.12.20220912) installed (latest seems to be 1.20.20240911). If I update this, ...
by mparadis
Mon Sep 30, 2024 8:24 am
Forum: C#
Topic: Using a change in voltage as a trigger in Unity
Replies: 2
Views: 35855

Re: Using a change in voltage as a trigger in Unity

... changes. Then you just need your program to look at the value and decide how you want the object to move. You should take a look at this sample project: Dial Phidget with Unity This project uses the encoder and digitalInput object instead of VoltageRatioInput, but it should give you an idea ...