- Posts: 88
MultiModule help
- skretchmer
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- RedSleds
- Offline
- Posts: 226
You might try to format the root drive and copy the files back to it again, and see if that works.
The only other thing that I can think of is maybe you have a wiring error somewhere that you are repeating on all of your attempts at connecting everything together.
Other than that, I am out of ideas.
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
I figured out where to order v1.3 boards, and I hope to have them sometime soon. I'll give it another try with the 1.3 board, maybe my luck will be better.
I am assuming that the image on the wiki is a 1.3 board, as it is different from the v1.2 board i have. I also assumed the pinout was the same, as it's obviously the same order on the other two boards, just in a different orientation. I have posted pics of the board I have for reference.
thanks
Please Log in or Create an account to join the conversation.
- mwm
- Offline
I can't tell from either video what it actually is. Can you get a checksum of some kind of it? gmd5sum, maybe?
Also, your first test should be with just the multimodule. Take all the RF modules out of the MM, and only enable the MM in hardware.ini. The Tx should see the MM and boot, but with no extra protocols. If that's not working adding the RF modules will just confuse things.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
I have no experience with these chips, as far as a checksum. How do I do that to verify my AVR.hex file? (i have re-downloaded it several times, but i accept it might be corrupt.)
thanks
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
At first I got this error that is shown as a known issue on the wiki:
ERR: No switch found -- avr didn't initialize. this one is common and you need to try several times before giving up. Itoculd be improper wiring or just that the code isn't working properly. I'm still working on this
I repeated the power-on cycle three times, and I then received the usual output that I get:
1.Init
then
Found AVR: 0b911e53
hex: 17bytes
2. Verified
I can now repeat the power-on cycle as many times as i want, and I continue to get the second output on the screen.
i'm still looking into how to checksum the AVR.hex file i used.
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
:1000000010C020C01FC057C01DC01CC01BC01AC0DC
:1000100019C018C017C016C015C014C013C012C034
:1000200011C011241FBECFEDCDBF10E0A0E6B0E09F
:10003000EAE1F1E002C005900D92A836B107D9F7C8
:1000400040D069C0DDCFCF93DF9300D0CDB7DD279F
:1000500012BE83E083BF8FEA8ABB88E18DB980E45A
:100060008EB985EA8FB9FE013196CE01039620E460
:1000700032E00BC042B74D3710F01DB817C0769B69
:10008000F9CF4FB141932EB93FB9E817F90791F76E
:100090001DB88FE88ABB89818BBB8981869586953F
:1000A0008695867088BB0981FA800BBBCE5FCDBF79
:1000B000DF91CF910895E02EB09BEF2CEBBA10E0CA
:1000C000189510E00FE08FE0F82E8FE88ABB86E0ED
:1000D00087BB8FE08BBB80E182BB81E080BD80E28B
:1000E0008BBF80E38ABF8FB780688FBFC0E1D0E24B
:1000F000B09B0FC00AB604FEFBCFCC9B04C0B09BE4
:1001000008C011E006C0112319F01BBE9CDFDBBF45
:0A01100010E0CABFEDCFF894FFCF56
:08011A000001020307818200CD
:00000001FF
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
:1000100019C018C017C016C015C014C013C012C034
:1000200011C011241FBECFEDCDBF10E0A0E6B0E09F
:10003000EAE1F1E002C005900D92A836B107D9F7C8
:1000400040D069C0DDCFCF93DF9300D0CDB7DD279F
:1000500012BE83E083BF8FEA8ABB88E18DB980E45A
:100060008EB985EA8FB9FE013196CE01039620E460
:1000700032E00BC042B74D3710F01DB817C0769B69
:10008000F9CF4FB141932EB93FB9E817F90791F76E
:100090001DB88FE88ABB89818BBB8981869586953F
:1000A0008695867088BB0981FA800BBBCE5FCDBF79
:1000B000DF91CF910895E02EB09BEF2CEBBA10E0CA
:1000C000189510E00FE08FE0F82E8FE88ABB86E0ED
:1000D00087BB8FE08BBB80E182BB81E080BD80E28B
:1000E0008BBF80E38ABF8FB780688FBFC0E1D0E24B
:1000F000B09B0FC00AB604FEFBCFCC9B04C0B09BE4
:1001000008C011E006C0112319F01BBE9CDFDBBF45
:0A01100010E0CABFEDCFF894FFCF56
:08011A000001020307818200CD
:00000001FF
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
just in case that helps anything....
Please Log in or Create an account to join the conversation.
- mwm
- Offline
You can get an md5 checksum utility from winmd5.com/ . I don't do much windows, so can't help with it. But installing it and then posting the md5 sum for everything (the two dfu's and the avr.hex file) would give us a quick check for corrupt files.
If you look at SebyDocky's tutorial on installing the MM, you'll see that it says "hex: 338bytes". That's the kind of size you want to see.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
from my current copy of the nightly build:
749bcc12db4c1e161f65debce2294665
from the programmer DFU:
c6603b400f11e329ddb45a84d7db0f4a
and from the AVR.hex file v1.2:
5cd33bcd2c300e17e39e135801baba5e
thanks
Please Log in or Create an account to join the conversation.
- RedSleds
- Offline
- Posts: 226
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
He also gets clear lettering on the screen. The lettering on my 7e display is muddled and not clear for the last line.
Yes, I accept something is going wrong with the programming, I just don't understand what it could be. I am positive I have everything connected correctly, and am following the same instructions he did in his video, the only difference is Devo 10 to Devo7e.
thanks
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
Please Log in or Create an account to join the conversation.
- RedSleds
- Offline
- Posts: 226
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Please Log in or Create an account to join the conversation.
- skretchmer
- Topic Author
- Offline
- Posts: 88
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
Get the 3.3v / 5v one and very cheap.
Well from what I've seen posted you've done it all very well. So barring software issue.
Number one issue flashing AVRs is dry soldering. Re flux and re heat till nice and shiny solder.
Swapped miso / mosi or miss connected but you just get errors.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- MultiModule help