Git Product home page Git Product logo

Comments (20)

ghoti57 avatar ghoti57 commented on July 26, 2024

The autotune process runs on the device not on the pi.
The pi just provides a serial terminal to communicate with the device and trigger autotune.

Why do you want to run autotune?
What device do you have?
What doesn't work?
Are you sure the device is connected to the pi as /dev/ttyUSB0

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

Yes it got connected as ttyUSB0.

I want to run the autotune for two reasons:
Check that the communication between the unit and the pi is working

And

As mentioned in the above mentioned linked comment his advise was to run the autotune in the situation the unit will be running.

Or doesnt the autotune make an sense if it has been run already on a whole different location?

Edit:
I read I could use minicom and it connected. This is what I saw, does that make sense?(its via my phone, can redo it on my laptop later on)
image

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

That is reporting that the device is receiving messages and reporting them to the pi over the USB connection. It appears to be
functioning.

I repeat my question - what type of device do you have? Where did you get it?

Autotune is only necessary for devices that have been built with poor quality components. It won't do anything useful if the device is well made.

What type of system are you trying to monitor?

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

Im trying to monitor my Evohome system. If got the first gen color screen with the RFG100 internet gateway and that gateway is failing some times plus I can't see which room is requesting heat. So especially for the heatrequest I want to use this setup.

Im using these components.
image
image
image

It's good to know that the module is working, I now know that I can try and use the Evogateway project of github user smar000. That won't put out data yet and I was wondering if that is because my reciever but that seems to be working/putting data on the serial at least.

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

So you have a self build device.

Autotune was written specifically to deal with some usb nanoCul devices that used poor quality components on the radio module.

You can run autotune but it probably won't make a significant difference.

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

Yes it's a DIY indeed.

It's for the Crystal on the Nano or on the CC1101?

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

The problem was with the crystal on the cc1101.

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

And the tune is saved on the Nano or on the chip of the CC1101?

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

It's saved on the nano. The cc1101 had no non-volatile storage.

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

Okay, should it make any difference in which location you run the tune?

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

I have run the autotune a few times now on the Pi and got following outcome:
!F F=216605

With this info saved to the unit with !FS im recieving good packages now.
So running it in the place where you are going to run it seems to make sense??

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

By the way, are there any benefits of using the Atmega32U4 instead of the Atmega328p?

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

The 32u4 uses a hardware UART to connect to the CC1101 and has better RX performance than the 328p which uses a software UART. TX performance should be the same.

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

So if I want to send command trough the module it would work better with the 32U4, correct?

Would this unit work?

https://a.aliexpress.com/_m0k2pMw

Or this one:

https://a.aliexpress.com/_mPX8Vaq

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

Hi Peter,

Would you suggest any of the two above units or do you have another suggestion?

Any suggestion for the radio C1101 board or keep the one I already have because it's working?

A friend of mine also wants a unit so I was thinking going for the 32U4 or sticking with the 328P which I'm using too.

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

I will release a batch of these in the next week.

https://indalo-tech.onlineweb.shop/SSM-D/p7844707_21129532.aspx

If you really want to continue with a self build device a 32u4 device is much better. Any 328p device with as usb interface uses the HW UART for the host usb interface. On the 32u4 it is available for the cc1101 interface and packet RX is much better.

from evofw3.

Maikel-K avatar Maikel-K commented on July 26, 2024

Hi Peter,

The website says no shipping outside the UK and that would be 40 euros without shipping.

Im in the Netherlands so I think shipping isn't an option and I think it's "expensive".

Which of the two above 32U4 units would you recommend by looking at it?

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

Check the FAQ about delivery outside the UK which I've recently updated. I can now shop to the Netherlands but you will have to pay VAT and a handling charge in the Netherlands.

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

Make sure you request a stock update to be informed about when they are available.

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

Not really an issue with the code

from evofw3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.