Search found 51 matches

by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

No ! Same Pb with 9.63PL.
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

So i have modified findrf.cmake and findtcpip.cmake. Adding line SET(CMAKE_CURRENT_LIST_DIR ${CMAKE_SOURCE_DIR}/../rf (&tcpip) ) -- The C compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler AB...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

I have found :
cmake ../firmware -DPICC18_PATH=<path to picc18> -DDEBUG=n -DDEVICE_ADDRESS=<ip address for TellStick Net>
where <path to picc18> must include picc18 string
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

So custom firmware uploaded after 1 brick, but this page help to restore :
http://developer.telldus.com/wiki/How_t ... lStick_Net

After uploading, client/send.py mke light blinking.
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

I'm wondering about Tellstick-net firmware X. What is it able to do. Is it possible to see upgraded firmware 4 code source ? Or other sample code ?
In a first time i want to redirect sensors frames to putty.
Thanks
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Salut, C'est la même version que j'utilise. As tu progressé depuis ?
I'll do a new build and send you Logs and folder's tree ASAP
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Could you say us what is the difference between this 2 firmware. Is there more documentation to explore local firmware? Could you explain us if it is possible to capture sensor by the way of local firmware and if we could help you to declare new devices. In case case of new devices, were have they t...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

root@telldus:/.git/tellstick-net# ./compile-firmware.sh -- The C compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Configuring done -- Genera...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Je t'en prie, tu as réussi ? Je suis en train de me mettre a python pour modifier le client. J'aimerai bien scanner mes télécommandes pour les prendre en charge. Mais faut de l'énergie :)
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Salut, Oui j'ai commencé à planter mon code en pourissant la tache localAccessTask durant les attentes de requête en envoyant un caractère, mais c'est que ça dépote, d'où un beau déni de service :) (here i said that i have modified the firmware code to send caracter, but too quickly, so system fail ...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

tu as bien lu le readme.txt ? (Did you read the readme txt file) Prepare the source ------------------ Check out the source from the Telldus repository. We use submodules so they must also be initialized. git clone http://git.telldus.com/tellstick-net.git cd tellstick-net git submodule init git subm...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Ok, sorry !Too happy to discover that i'm not the only one frogggy ;)
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Ok, thanks for return.
So, one more question : where can i find Otio implementation in X-firmware.
ProtocolRisingSun.c isn't it ?
I want to implement it on receive, where can i find info on this protocol or should i capture ?
Thanx
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

Re: tellstick-net custom firmware build

Ok, fine. Very nice code. So I would like to know if it's possible to use usb socket on tellstick-net for communicate ? I found many TCP/Stack from microchip, because I want to communicate with telnet or putty, what is for you the best way to do this link ? Have you sample code to implement this con...
by ritro
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 72879

tellstick-net custom firmware build

Hi, I have setup my tellstick-net with telldus-live. I would like to build custom firmware. I'm under Windows 7 x86. I have follow this page : http://developer.telldus.com/blog/2012/03/02/help-us-develop-local-access-using-tellstick-net-build-your-own-firmware and the README.TXT cmake seems to work ...