×

Notice

The forum is in read only mode.

protocol ne260_nrf24l01 for SoloPro Devo7E build

More
08 Apr 2015 07:34 #30901 by blackmoon
I would like to test this protocol, I have a solopro brick that I want to use on a micro plane.
Should I just add the following lines to the makefile in the protocol directory ?

Thank you.
ifndef BUILD_TARGET
....
PROTO_MODULES += $(ODIR)/protocol/ne260.mod
....
else #BUILD_TARGET
....
$(ODIR)/protocol/ne260.mod : $(ODIR)/ne260_nrf24l01.bin
	@echo Building 'ne260' module
	/bin/mkdir -p $(ODIR)/protocol/ 2>/dev/null; /bin/cp $< $@
endif #BUILD_TARGET
More
08 Apr 2015 14:08 #30902 by PhracturedBlue
Replied by PhracturedBlue on topic protocol ne260_nrf24l01 for SoloPro Devo7E build
yes assuming you are building for the devo7e. You also need to un-comment the line in protocol.h

Note that I know the protocol doesn't work. I just fried my Rx before I could figure out why. Unless you have access to an SPI and familiarity with capturing data, it is unlikely you'll get too far.
More
08 Apr 2015 15:49 #30909 by blackmoon
Replied by blackmoon on topic protocol ne260_nrf24l01 for SoloPro Devo7E build
Bummer, I thought it worked, should have known if it wasn't built, it was for a good reason... I do have a SPI but never got the time to involve myself in learning how to use it, and that won't change in the near future. So I'll just use the ppm module I bought from Kile some years back.

Thank you for the reply.
Time to create page: 0.067 seconds
Powered by Kunena Forum