Search found 15 matches

by MBurdett
Sat Mar 03, 2018 10:28 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

:mrgreen: I have solved this! I had to change to use a USB power adapter to connect the radio to my Pi. I switched this back afterwards and I noticed that a Nordic Device was now showing in lsusb. I ran my code with sudo and this works perfectly the same as I had it on a Windows 10 machine. Thank yo...
by MBurdett
Sat Mar 03, 2018 9:58 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Hi,

It is not listed when I run lsusb. The message I posted previously happens with and without the sudo command.
by MBurdett
Mon Feb 26, 2018 9:56 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Certainly, the code I'm running is partly the test code you suggested. I then set the power output and tell the radio to produce a continuous wave: from crazyradio import Crazyradio cr = Crazyradio() cr.send_packet([0xff]) POWER_SETTING = 2 cr.set_power(POWER_SETTING) cr.set_cont_carrier(True) The e...
by MBurdett
Sat Feb 24, 2018 2:48 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Hi,

I have just tried running a basic script using a sudo command and the same thing happens. I am not sure what to try next.

Is there anything different I need to do to get this working with a raspberry pi at all?
by MBurdett
Wed Feb 21, 2018 9:18 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Hi,

I've tried using the radio with my test code on my Raspberry Pi and it really doesn't seem to like it. Everything runs fine on my Windows machine but my Raspberry Pi cannot seem to find the radio so not sure what I can do now. :?:
by MBurdett
Wed Feb 21, 2018 6:13 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Hi,

I may be better using a Pi zero as this may prove the easiest method without risking damage to the radio.

Certainly, I am using the radio for the transmission section of a small wireless power system at 2.4Ghz, so far this has worked perfectly for this.
by MBurdett
Tue Feb 20, 2018 6:24 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Thank you so much! I have this working exactly as I need to! :D :D

I just need to be able to upload my code so the radio runs it when it receives power, may I ask how to do this?
by MBurdett
Wed Feb 14, 2018 2:34 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Hi, Thank you, this works and when it runs the red LED lights up and flashes once each time it is run as expected. If I was to now program the radio do I just use commands like this? I need to write a script to send a test signal at a specific output in DBW and add this to the radio so it runs this ...
by MBurdett
Tue Feb 13, 2018 7:58 am
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Re: Sending control message failed, Windows 10

Hi,

I'm not really too comfortable doing that after trying that with my last radio and don't want to risk causing any issues. Is there a script I can run to test the basic functions of the radio?
by MBurdett
Thu Feb 08, 2018 11:19 pm
Forum: Support
Topic: Sending control message failed, Windows 10
Replies: 17
Views: 8940

Sending control message failed, Windows 10

Hi, I have been trying to use my new Crazyradio with my Windows machine. I had the same issue as before when I attempted to use this with my Raspberry Pi in that the device could not be found. When I first tried running the example scripts in the master firmware folder I had something similar on win...