<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P]]></title><description><![CDATA[<p dir="auto">Hi, first post here. I followed the tutorial to get RFM69HCW working on a raspberry pi and have set one up as a gateway.</p>
<p dir="auto">I am now trying to get the RFM69HCW working with an ATMEGA328P<br />
I have checked the wiring and I have D0 going to PIN 2 of the ATMEGA328P</p>
<p dir="auto">In MySensors sketch, do I need to change anything?</p>
<p dir="auto">I have changed the following<br />
// Enable and select radio type attached<br />
//#define MY_RADIO_NRF24<br />
//#define MY_RADIO_NRF5_ESB<br />
#define MY_RADIO_RFM69<br />
//#define MY_RADIO_RFM95</p>
<p dir="auto">and I also added this</p>
<p dir="auto">#define MY_RFM69_FREQUENCY RF69_433MHZ<br />
#define MY_IS_RFM69HW</p>
]]></description><link>https://forum.mysensors.org/topic/9177/solved-newbie-trying-to-get-rfm69hcw-working-with-atmega328p</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 11:11:38 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/9177.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Mar 2018 17:53:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P on Tue, 03 Apr 2018 16:08:50 GMT]]></title><description><![CDATA[<p dir="auto">Solved the issue, I was using a custom PCB I had fabricated and the MOSI connection was not soldered properly.</p>
]]></description><link>https://forum.mysensors.org/post/88108</link><guid isPermaLink="true">https://forum.mysensors.org/post/88108</guid><dc:creator><![CDATA[Gaz83]]></dc:creator><pubDate>Tue, 03 Apr 2018 16:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P on Sat, 31 Mar 2018 20:58:01 GMT]]></title><description><![CDATA[<p dir="auto">Had a look at your code and the only thing I spotted was in the frequency you had RFM69_915MHZ where as I was using RF69_433MHZ... I missed the M.</p>
<p dir="auto">Tried again and still issues. Here is my monitor output, I am using the PassiveNode example sketch.</p>
<pre><code> __  __       ____
|  \/  |_   _/ ___|  ___ _ __  ___  ___  _ __ ___
| |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __|
| |  | | |_| |___| |  __/ | | \__ \  _  | |  \__ \
|_|  |_|\__, |____/ \___|_| |_|___/\___/|_|  |___/
        |___/                      2.2.0

16 MCO:BGN:INIT NODE,CP=RRNPA---,VER=2.2.0
25 TSM:INIT
26 TSF:WUR:MS=0
78 !TSM:INIT:TSP FAIL
79 TSM:FAIL:CNT=1
81 TSM:FAIL:DIS
82 TSF:TDI:TSL
</code></pre>
<p dir="auto">The tutorial doesn't mention anything about wiring the RS but I know on the adafruit version of RFM69HCW, you do need RS wired.</p>
]]></description><link>https://forum.mysensors.org/post/87923</link><guid isPermaLink="true">https://forum.mysensors.org/post/87923</guid><dc:creator><![CDATA[Gaz83]]></dc:creator><pubDate>Sat, 31 Mar 2018 20:58:01 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P on Thu, 29 Mar 2018 04:10:57 GMT]]></title><description><![CDATA[<p dir="auto">I have an RFM69HW running on a 328P.  My  code may help.<br />
You didn't specify your clock rate but if it is a std board running at 3.3V it is probably 8Mhz.<br />
The default DEBUG baud rate is 115k  maybe a little too fast for the 8Mhz.<br />
I lowered mine to 9600 because I can't read that fast anyway :)</p>
<pre><code>#define MY_DEBUG
#define MY_BAUD_RATE (9600ul)

// === Hardware / MySensors Initialization ================
// ========================================================
#define MY_RADIO_RFM69
#define MY_RFM69_FREQUENCY RFM69_915MHZ
#include &lt;MySensors.h&gt;

// === Node Initialization ================================
// ========================================================
#define CHILD_ID 5
#define sensortype S_MULTIMETER

#define LEDPIN 9 //PB1 is pin 9 on ProMini
#define LED_TST A0
#define NODE_TXT "Counting_test_Node"  

uint8_t MyCount;
uint8_t ACK_Result;
uint8_t NACK_Count;

</code></pre>
]]></description><link>https://forum.mysensors.org/post/87792</link><guid isPermaLink="true">https://forum.mysensors.org/post/87792</guid><dc:creator><![CDATA[JohnRob]]></dc:creator><pubDate>Thu, 29 Mar 2018 04:10:57 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P on Tue, 27 Mar 2018 20:55:52 GMT]]></title><description><![CDATA[<p dir="auto">Welcome to the MySensors community <a class="plugin-mentions-user plugin-mentions-a" href="/user/gaz83" aria-label="Profile: gaz83">@<bdi>gaz83</bdi></a>!<br />
That looks good (except that I think you wrote "not" instead of "now)".</p>
]]></description><link>https://forum.mysensors.org/post/87716</link><guid isPermaLink="true">https://forum.mysensors.org/post/87716</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Tue, 27 Mar 2018 20:55:52 GMT</pubDate></item></channel></rss>