Hi rosito,
and after pressing the power button, the remote finally stopped working
I tried to reproduce the brick using JHerrick's file and I get a lot of crashes of the remote. Most of the time it self recovers with a normal reset, but sometimes I had to remove the batteries, but it never bricked ...
Search found 60 matches
- Sun Jun 29, 2014 2:34 am
- Forum: JP1 - Beginners
- Topic: Bricked URC-7962 SmartControl Motion
- Replies: 2
- Views: 6074
- Sun Mar 16, 2014 2:06 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Wed Feb 26, 2014 11:29 am
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
The use case is this: For some reason, IrScrutinizer has been put into capturing mode, and the user decides that (s)he wants to bail out. Should (s)he just wait for a few seconds, or is (s)he required to grab to an arbitrary remote to send a junk signal just to get out of the capture state
Why not ...
Why not ...
- Tue Feb 25, 2014 3:04 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Mon Feb 10, 2014 3:07 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
For the long time perspective: I wrote down my ideas of a modular, general IR server for sending, receiving, capturing . What do you say?
I really like the idea of a general purpose IR box on the network which can be controlled via a mobile phone. There are WiFi and LAN shields for the Arduino but ...
I really like the idea of a general purpose IR box on the network which can be controlled via a mobile phone. There are WiFi and LAN shields for the Arduino but ...
- Sun Feb 09, 2014 3:43 am
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Sat Feb 08, 2014 1:17 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Sun Feb 02, 2014 3:28 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Sun Feb 02, 2014 8:36 am
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
On a different tack, what do you guys think about the possibility to use a Leonardo or similar board with full speed USB capability (12Mbits/sec) to implement a Widget approach but using, say, 5uSec counting intervals?
I have added such modes ('n' and 'm') but it is very experimental. Actually I ...
I have added such modes ('n' and 'm') but it is very experimental. Actually I ...
- Sat Feb 01, 2014 8:09 am
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
I've improved the usability for switching between the modes. The command is now also accepted when a capture is already listening. After a capture has been finished, a new capture of the same type is started automatically.
The new source can be found here.
Michael
The new source can be found here.
Michael
- Wed Jan 29, 2014 3:38 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
I've made a new version which supports 3 modes without recompiling. You have to send one of the characters 'a', 'r' or 'b' to activate these modes and they are only active until a signal has been captured:
press 'a' for aggregating capture
press 'r' for raw capture (rising edges)
press 'b' for raw ...
press 'a' for aggregating capture
press 'r' for raw capture (rising edges)
press 'b' for raw ...
- Tue Jan 28, 2014 2:12 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Mon Jan 27, 2014 3:43 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Mon Jan 06, 2014 2:23 pm
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
- Mon Jan 06, 2014 2:09 am
- Forum: JP1 - Software
- Topic: Arduino sketch to generate raw code for use with IR Scope
- Replies: 63
- Views: 148891
Fixed next bug: the last pulse length was not printed out.MikeT wrote:You can find the new version of the source code here
/edit: and large gap values were missing the upper bits, so pauses between signals were printed too small
Michael