ghoti57 / evofw3

Major overhaul of evofw2 Evohome listening software to use asynchronous radio mode
60 stars 10 forks source link

BusWare SSC #1

Closed lustasag closed 4 years ago

lustasag commented 4 years ago

I was wondering if the firmware was compatible with this module?

It's a board that sits on top of a RB Pi, compatible with 'culfw' firmware.

image

ghoti57 commented 4 years ago

I'm afraid not.  The software will not run on a pi.  It will currently only run on an atmega328.

On 9 Jul 2020, 21:23, at 21:23, "Aurél Gábris" notifications@github.com wrote:

I was wondering if the firmware was compatible with this module?

It's a board that sits on top of a RB Pi, compatible with 'culfw' firmware.

image

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/ghoti57/evofw3/issues/1

lustasag commented 4 years ago

Thanks for responding. The module itself has an ATMEL processor on it.

ghoti57 commented 4 years ago

Sorry, I didn’t look at the details carefully enough and missed the m1284p.

I’m not sure if the FW will run on this board. Three questions need to be answered that aren’t clear the information at the link.

  1. Although the cc1101 supports 433 MHz and 868 Mhz there’s a hardware difference between the chip and the antenna – it’s NOT software selectable. The board MUST be designed for 868MHz operation.

  2. The FW requires at least a 16 MHZ clock on the MCU - 8 MHz is not fast enough for the processing required.

  3. If the board satisfies the first two conditions then the connections from the cc1101 to the m1284p need to be on appropriate pins. The FW may work as is or may need some minor reassignments.

From: Aurél Gábris [mailto:notifications@github.com] Sent: 09 July 2020 22:30 To: ghoti57/evofw3 evofw3@noreply.github.com Cc: ghoti57 peteraprice@btinternet.com; Comment comment@noreply.github.com Subject: Re: [ghoti57/evofw3] BusWare SSC (#1)

Thanks for responding. The module itself has an ATMEL processor on it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ghoti57/evofw3/issues/1#issuecomment-656360718 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRU2W3HFG6QZJN3XPEJ7VTR2YZFPANCNFSM4OV6LCKA . https://github.com/notifications/beacon/AIRU2W5FRYNZN7BQKZNA7TTR2YZFPA5CNFSM4OV6LCKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE4PUKDQ.gif

lustasag commented 4 years ago

Great, thanks for the info! I'll check out the details next week.

lustasag commented 4 years ago

The producer informed me that all their MCUs are clocked at 8MHz. So I guess we can close this issue :-(