Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm just doing that to control PWM of a remote motor or LED power supply. I'm using ESP8266 and allowing web interface to set the number or speed/brightness steps and the PWM value of each of those steps.been contemplating this for some time and wonder if Swordfish has a module or?
All I find is using an Arduino.
tried accessing the Swordfish site using another computer (Nortons won't let me access site)
I want to store the hex values in EEProm for later use.
Not really, but it depends on what you mean by "a remote control using pic".been contemplating this for some time and wonder if Swordfish has a module or?
I can't see this ending well.am contemplating on going to an Arduino as there are lots more support than Swordfish
Well, you could save yourself some money and learn how to use what you already have.got to do something and won't get anywhere unless I try.
My point exactly.and yet to see any code in Swordfish that deals with an IR emitter/ detector for reading a tv remote
one of my first was a receiver for a specific tv remote to run a duct taped robot, rip the 40khz ir reciever(i bought 10$ tsop.. nice smooth digital output much easier), and tie it to a pin, i used a pic 16 or 18 i think, first write code for a read loop (hint, read delay times between on an off, but have a large buffer waiting, in my remote the strings were several bytes for the device code and several bytes for the command, after good reads , start reading other buttons and you will be able to resolve the hex commands.
from there, compress and save...
spitting back out is almost just LED on a pin, but you need to vibrate the 40k carrier, aswell as the I/O time, i ended up using a flasher circuit tuned at 40k and powered the flasher from pic output
But the first thing to check is the carrier frequency of the remote you are trying to get in to