Ansluta - I can recieve but not send

About receivers, transmitters, transceivers, connections, antennas etc.

Moderators: rtenklooster, Voyager, BertB, Stuntteam

Post Reply
Message
Author
Justblair
Normal user
Posts: 63
Joined: 08 Aug 2016, 23:42

Ansluta - I can recieve but not send

#1 Post by Justblair » 08 Nov 2016, 00:10

Just got a cc2500 and wired it up. I am able to receive commands from the ansluta remote control, but when I send...

10;ANSLUTA;ID=d3d2;SWITCH=0;CMD=OFF

I get no response. I have the cc2500 wired through a two way level converter and powered by the 3.3v pin on the Arduino mega. I tried adding a 10uf cap between power and ground.

As I understand it, if I am recieving, then my wiring must be ok as the module is talking through the spi bus. Can you suggest anything I should be looking out for?

Justblair
Normal user
Posts: 63
Joined: 08 Aug 2016, 23:42

Re: Ansluta - I can recieve but not send

#2 Post by Justblair » 10 Nov 2016, 12:29

I sent this as an email, but it might be helpful to other users to duplicate it in the forums...

Switching debug on I get this.

Receiving…..
20;43;Ansluta DEBUG;Bytes=06;5501d3d202aa;
20;44;ANSLUTA;ID=d3d2;SWITCH=0;CMD=SET_LEVEL=8;
20;45;Ansluta DEBUG;Bytes=06;5501d3d202aa;
20;46;ANSLUTA;ID=d3d2;SWITCH=0;CMD=SET_LEVEL=8;
20;49;Ansluta DEBUG;Bytes=06;5501d3d203aa;
20;4A;ANSLUTA;ID=d3d2;SWITCH=0;CMD=ON;
20;4B;Ansluta DEBUG;Bytes=06;5501d3d203aa;
20;4C;ANSLUTA;ID=d3d2;SWITCH=0;CMD=ON;
20;51;Ansluta DEBUG;Bytes=06;5501d3d201aa;
20;52;ANSLUTA;ID=d3d2;SWITCH=0;CMD=OFF;
20;53;Ansluta DEBUG;Bytes=06;5501d3d201aa;
20;54;ANSLUTA;ID=d3d2;SWITCH=0;CMD=OFF;

Sending…
10;ANSLUTA;ID=d3d2;SWITCH=0;CMD=OFF;
20;47;Ansluta DEBUG;0f0f0f0f0f0f;
20;48;OK;

Any idea what I have done wrong?

User avatar
Stuntteam
Site Beheer
Posts: 787
Joined: 27 Jan 2016, 16:46

Re: Ansluta - I can recieve but not send

#3 Post by Stuntteam » 11 Nov 2016, 01:00

Send you a test version..
For those who are wondering, Ikea made 2 versions of Ansluta.
A 433mhz version and a 2.4 ghz version.
For the 433mhz version you will need a 433mhz transceiver I have no debug data yet for this type so I do not know if it is supproted....
For the 2.4Ghz version you will need a CC2500 transceiver, this one is supported if you have the right hardware module and you have unlocked Ansluta support. Do not unlock hardware features without the hardware. Although there are tests for the hardware availability it might not work on each and every clone versions out there..
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8

renzema
New user
Posts: 1
Joined: 21 Nov 2016, 21:59

Re: Ansluta - I can recieve but not send

#4 Post by renzema » 21 Nov 2016, 22:02

I'm having the same problem... Can receive data, but sending it has no effect.

Code: Select all

20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R44;
20;01;setAnsluta=ON;
10;version;
20;02;VER=1.1;REV=44;BUILD=08;
10;status;
20;03;STATUS;setRF433=ON;setNodoNRF=OFF;setMilight=OFF;setLivingColors=OFF;setAnsluta=ON;setGPIO=OFF;setBLE=OFF;setMysensors=OFF;
20;04;ANSLUTA;ID=36ba;SWITCH=0;CMD=ON;
20;05;ANSLUTA;ID=36ba;SWITCH=0;CMD=ON;
20;06;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;
20;07;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;
20;08;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;
20;09;ANSLUTA;ID=36ba;SWITCH=0;CMD=OFF;
20;0A;ANSLUTA;ID=36ba;SWITCH=0;CMD=OFF;
10;ANSLUTA;ID=36ba;SWITCH=0;CMD=ON;
20;0B;OK;
Any ideas?

When I turn on debug, I see similar patterns as the previous post

Code: Select all

20;11;Ansluta DEBUG;0f0f0f0f0f0f;
20;12;OK;
20;13;Ansluta DEBUG;Bytes=06;550136ba02aa;
20;14;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;
20;15;Ansluta DEBUG;Bytes=06;550136ba02aa;
20;16;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;
20;17;Ansluta DEBUG;Bytes=06;550136ba01aa;
20;18;ANSLUTA;ID=36ba;SWITCH=0;CMD=OFF;
20;19;Ansluta DEBUG;Bytes=06;550136ba01aa;
20;1A;ANSLUTA;ID=36ba;SWITCH=0;CMD=OFF;
20;1B;Ansluta DEBUG;Bytes=06;550136ba02aa;
20;1C;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;
20;1D;Ansluta DEBUG;Bytes=06;550136ba02aa;
20;1E;ANSLUTA;ID=36ba;SWITCH=0;CMD=SET_LEVEL=8;

Justblair
Normal user
Posts: 63
Joined: 08 Aug 2016, 23:42

Re: Ansluta - I can recieve but not send

#5 Post by Justblair » 22 Nov 2016, 13:46

Yes...

10;ANSLUTA;36ba;0;SET_LEVEL=8

10;ANSLUTA;36ba;0;ON


10;ANSLUTA;36ba;0;OFF

User avatar
Dr_Genestealer
New user
Posts: 9
Joined: 27 Jan 2017, 21:47

Re: Ansluta - I can recieve but not send

#6 Post by Dr_Genestealer » 04 Feb 2017, 02:26

Justblair wrote:I have the cc2500 wired through a two way level converter
Can you please let me know what type of level converter you used and confirm your wiring. A photo would be great too.

Many thanks,
Richard

Justblair
Normal user
Posts: 63
Joined: 08 Aug 2016, 23:42

Re: Ansluta - I can recieve but not send

#7 Post by Justblair » 18 Feb 2017, 12:36

Image

This is what I am using... I don't know the brand, but these are very easy to find on e-bay

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests