Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Foozinator

Member Since 06 Dec 2010
Offline Last Active Nov 27 2012 04:24 AM
-----

Topics I've Started

RFM12B over SPI

17 January 2011 - 07:00 AM

I'm struggling to get the Netduino talking with the RFM12B radio (http://www.sparkfun.com/products/9582) over SPI, and I'm running out of ideas. I based the code on the Arduino libraries (http://jeelabs.org/2...9/new-rf12demo/). Attached is my demo code. I'm getting intermittent problems with the nIRQ line. It either never goes down or it never goes up. If the interrupt handler fires (sometimes even before the radio setup is done), the data coming back is much larger than the buffer, and doesn't look right at all (something like 128, 128, 0, 0, 64, 8, 0, 4, 4, etc.) Also, if I attach the interrupt handler, I get garbage reads before the radio is even initialized. It looks like port.DisableInterrupts doesn't actually disable the interrupts. I've tried a bunch of variations on the SPI configuration, and I haven't gotten the radio to respond well at all. Does anyone have any ideas? Attached File  RF12BTest.zip   1.99KB   31 downloads

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.