search for: arduinos

Displaying 20 results from an estimated 69 matches for "arduinos".

Did you mean: arduino
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
...report ACPresent, Charging, and also remaining run time. Am I missing something? Is there a runtime config based way to instruct NUT how to map ACPresent, Charging, etc HID statuses to NUT's specific structure? Over on the GitHub for the other project, others have reported success with NUT and Arduinos using that library, but I don't know what "success" means to them. I can't see how it's actually useful without the addition of the above lines. I'm probably missing the original intent. Any insight or advice is appreciated. If I'm on the right track, I'll do anot...
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
...ng, and also remaining run time. > > Am I missing something? Is there a runtime config based way to instruct > NUT how to map ACPresent, Charging, etc HID statuses to NUT's specific > structure? Over on the GitHub for the other project, others have reported > success with NUT and Arduinos using that library, but I don't know what > "success" means to them. I can't see how it's actually useful without the > addition of the above lines. I'm probably missing the original intent. > > Any insight or advice is appreciated. If I'm on the right trac...
2023 Nov 13
1
What is the arduino sub-driver intended to be used for?
...ng run time. >> >> Am I missing something? Is there a runtime config based way to instruct >> NUT how to map ACPresent, Charging, etc HID statuses to NUT's specific >> structure? Over on the GitHub for the other project, others have reported >> success with NUT and Arduinos using that library, but I don't know what >> "success" means to them. I can't see how it's actually useful without the >> addition of the above lines. I'm probably missing the original intent. >> >> Any insight or advice is appreciated. If I'm o...
2018 Aug 19
2
Protocol for an Arduino based UPS
Hi, I'm building a DIY UPS for a Raspberry Pi using a 12V SLA battery, charger, and an off the shelf 5V regulator. To monitor the battery level I'd like to use an Arduino or similar type device. Since the Arduino can have a serial over USB connection with the Pi I'd like to implement a protocol that can be used with NUT. Does anyone know if something like this has already been done?
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
...;> >>> Am I missing something? Is there a runtime config based way to instruct >>> NUT how to map ACPresent, Charging, etc HID statuses to NUT's specific >>> structure? Over on the GitHub for the other project, others have reported >>> success with NUT and Arduinos using that library, but I don't know what >>> "success" means to them. I can't see how it's actually useful without the >>> addition of the above lines. I'm probably missing the original intent. >>> >>> Any insight or advice is appreciat...
2009 Jun 03
1
Wiring or Arduino package/scripts
Hi, I am looking any way to communicant with Arduino (http://www.arduino.cc/) Wiring (http://www.wiring.org.co) boards and read data generate with sensor on these. If anyone know how to do it, I will appreciate if could give some advice. Thanks in advance
2018 Jul 17
1
Codec Implementation on Hardware
Respected Sir/Madam, I am working as Research Scholar at IIT, Bhubaneshwar, which is one of the pioneer educational organization in India. ( http://www.iitbbs.ac.in ) My assigned task is to transfer voice signal (Audio in future) over wireless sensor network. I have Arduino DUE, Arduino Mega, TMS320C6713 DSP board, TMS320F28379D Lunch pad, FPGA boards and necessary Microphone, filter, amplifier,
2023 Oct 30
2
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
> VID 2341 doesn't show up in the NUT Git source tree. I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers /arduino-hid.c I don't know enough about the project to know what a "subdriver" (that's what the comments says) is, but it looks to me like there's at least some people that have
2018 Aug 20
0
Protocol for an Arduino based UPS
On Aug 19, 2018, at 3:31 PM, Glenn Ramsey <gr at componic.co.nz> wrote: > > Hi, > > I'm building a DIY UPS for a Raspberry Pi using a 12V SLA battery, charger, and > an off the shelf 5V regulator. To monitor the battery level I'd like to use an > Arduino or similar type device. Since the Arduino can have a serial over USB > connection with the Pi I'd like
2023 Oct 30
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
On Oct 29, 2023, at 10:17 PM, Kelly Byrd <kbyrd at memcpy.com> wrote: > > > VID 2341 doesn't show up in the NUT Git source tree. > I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers > /arduino-hid.c > Sorry, I made a mistake while searching for the VID. That should work. > Is it
2023 Oct 29
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
Apologies for the long post. I'm trying to include what I hope are the relevant bits (output of lsusb -v and usbhid-ups) Long term goal: I've got a DIY UPS that I would like to get working with my QNAP NAS (which uses Linux and NUT underneath the hood) Immediate short-term problem: I can't get past running usbhid-ups on Ubuntu 23.10 with an Arduino Leonardo. I have an Arduino Micro
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
Kelly Byrd <kbyrd at memcpy.com> writes: > Making progress on this PR. I have question about storing and checking > state in a subdriver > HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to > the spec, the values are: > 0: maH > 1: mwH > 2: percent (%) > 3: Boolean support only (OK or failed) > > Grep'ing the source,
2010 Apr 20
1
Serial connections?
Does anybody know if there is any support to read from serial ports? I just got an arduino, and wanted to write some scripts for working with real time streaming sensor data... In base::connections documentation, it's not clear if there's an easy way to do this? Any ideas on hacking it? I'm open to win/linux/mac solutions. I'm not sure how sockets work, but possibly there is a
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
You have the device side right. Devices have "UPS.PowerSummary.CapacityMode" (are the next three in %, mAh, or mWh? "UPS.PowerSummary.FullChargeCapacity" "UPS.PowerSummary.RemainingCapacity" "UPS.PowerSummary.RemainingCapacityLimit" "UPS.PowerSummary.WarningCapacityLimit" According to nut-names.txt, NUT has: battery.charge | Battery
2023 Feb 20
2
Using 'dummy.ups' for a real application, not just testing...
Tom via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes: >>That makes sense. So you'll have input voltage, output voltage, and >>output current I would guess. You might consider a nodemcu (ESP8266) >>publishing via MQTT to reduce power and use of unobtainium. > > Yes, that is exactly what I was planning to instrument. Maybe battery > voltage too
2023 Nov 05
1
Passing hid_rep_index to libusb_get_config_descriptor is wrong?
Hi all, I posted originally here last week: https://alioth-lists.debian.net/pipermail/nut-upsuser/2023-October/013461.html Since then, I've been building and testing from source following the instructions a helpful reply in the above thread pointed out. The original problem is I've got one of these arduino HID power devices, as a project for a DIY UPS at home. This arduino is a composite
2016 Aug 05
2
Tripp-Lite SMART1500LCDT
On Fri, 5 Aug 2016, Marco Walther wrote: > On 08/03/2016 05:25 AM, Stuart Gathman wrote: >> I've made some progress getting this Tripplite to work: >> http://gathman.org/2016/07/30/Standard_Schmandard/ >> >> Basically, plug it into a USB hub that actually implements USB2.0, then >> power cycle the port when it hangs. It does seem to be a hardware >>
2023 Nov 05
1
Passing hid_rep_index to libusb_get_config_descriptor is wrong?
Thank you for the investigation! I've thought about this in vague terms, i.e. that numbers like this should be configurable, but did not have time to read into USB-related libraries and specs to make any more specific sense of it (and the libusb code is not mine except the recent layers of cleanup). I guess I did not even realize that there is more than the regularly mentioned "interface
2019 Apr 28
3
"Untrusted application launcher (desktop launchers)"
At Sun, 28 Apr 2019 18:53:21 +0100 CentOS mailing list <centos at centos.org> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sun, 2019-04-28 at 12:11 -0400, Robert Heller wrote: > > I am having this problem on Ubuntu 18.04 -- I manage a batch of desktop > > machines with some convience desktop launchers, which gnome3 insists are > >
2023 Nov 05
1
Passing hid_rep_index to libusb_get_config_descriptor is wrong?
Thanks for the quick reply! Ya, I'm new to all this so I didn't know this either, I was vaguely aware of USB composite devices from other projects, but never how it was all enumerated. I dug a bit more on this and I'm convinced the relationship is this: Device ??? Configuration 1 ??? Interface 1 ? ??? Endpoint 1 ? ??? Endpoint 2 ? ??? ... ??? Interface 2