tellnet local network ansd compilation
Moderator: Telldus
Re: tellnet local network ansd compilation
I restored my tellnet. That's cool. The reason why i bought it was a way to interconnect my Otio remote with all my stuff. But even with C++ and compied sources, i can't do, and can't help. sigh !
-
- Site Admin
- Posts: 2243
- Joined: Fri Mar 17, 2023 9:45 am
- Location: Lund
- Contact:
Re: tellnet local network ansd compilation
Receiving signals with the custom firmware is not implemented and must be implemented first. Just compiling will not work.
Micke Prag
Software
Telldus Technologies
Software
Telldus Technologies
Re: tellnet local network ansd compilation
Olk ty
I already knew that.
1/ But i can't see how listening for an event. For example, my Chacon Swith Remote "activates" tellnet, i mean: Tellnet blinks two times. I can't see in your code where it's written "If ChaconRemote=On then Blink{2}". can you show me please ?
2/ By the way, is there free space on tellnet to install a small linux kernel ?
Sursum corda
I already knew that.
1/ But i can't see how listening for an event. For example, my Chacon Swith Remote "activates" tellnet, i mean: Tellnet blinks two times. I can't see in your code where it's written "If ChaconRemote=On then Blink{2}". can you show me please ?
2/ By the way, is there free space on tellnet to install a small linux kernel ?
Sursum corda
-
- Site Admin
- Posts: 2243
- Joined: Fri Mar 17, 2023 9:45 am
- Location: Lund
- Contact:
Re: tellnet local network ansd compilation
Check rf/receive.c in the function rfReceiveTask(), there is a call to parseArcTechSelflearning() that is decoding your chacon signalsphilarete wrote:1/ But i can't see how listening for an event. For example, my Chacon Swith Remote "activates" tellnet, i mean: Tellnet blinks two times. I can't see in your code where it's written "If ChaconRemote=On then Blink{2}". can you show me please ?
It is not the space that is your main concern. If you want to install a Linux-kernel you must first port it to run on a PIC18F. You will probably need to port GCC to be able to compile to this architecture also. My advice, don't.philarete wrote:2/ By the way, is there free space on tellnet to install a small linux kernel ?
Micke Prag
Software
Telldus Technologies
Software
Telldus Technologies
Re: tellnet local network ansd compilation
You're the best, thank you !
I won't try to install linux... right now.
I won't try to install linux... right now.
