Git Product home page Git Product logo

Comments (11)

ghoti57 avatar ghoti57 commented on July 26, 2024

The 5v is the power to the processor, not the cc1101.

It's usb powered so probably 5v. You just need to make sure there's not a regulator reducing the cpu input power to 3.3v

Might be worth asking Smart Home Komponente about schematics

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

There are alternative build options for the 328 that are different pinouts to the cc1101

from evofw3.

jaccol avatar jaccol commented on July 26, 2024

There is a pdf detailing which pins are used:
https://www.smart-home-komponente.de/support/aufbauanleitungen/

But if I read your board definition, the main question is the order of INT0/INT1
could I try a 'pro' layout in stead of a 'nano' or are there other differences between those?

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

That's the only difference between the pro and the nano

from evofw3.

benjaminvdb avatar benjaminvdb commented on July 26, 2024

@jaccol Were you able to get the firmware working? I'm considering to purchase the same USB dongle, since the one referenced in this repository is out-of-stock.

from evofw3.

jaccol avatar jaccol commented on July 26, 2024

I have not been able to get it to work, but I also did not spend much time on it, busy with other projects. I won't have physical access to the device for the next three weeks ...

from evofw3.

dennisvbussel avatar dennisvbussel commented on July 26, 2024

FYI i build a custom dongles using the Arduino Pro Micro 3.3V 8Mhz and a 868 radio. It only required a minor rework.

My tip is double check your SPI connection. Mine had the CS pin routed to the led. Unlikely though that de nanocul usb you bought has this issue.

image

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

@dennisvbussel

You appear to have moved the connection for the SPI CS pin,
What build options did you use to build?

The standard options available for
Atmega32u4 (3V3 8MHz) , pinout Pro Micro
should have compiled the firmware to use pin 18 ( Port B pin 6) on your board.

I suspect you used the SHA atmega32u4 pinout option which does attempt to use Port B Pin 0 for CS.
This pin does not appear on an edge connector which is why you appeared to need to solder on a wire.

from evofw3.

ghoti57 avatar ghoti57 commented on July 26, 2024

@dennisvbussel

You might want to look at this picture.

PXL_20210126_143445887

I found a lot of variation in the antennas I used early on.
I found the ones that had a much longer effective length were not working as well.

The one at the top was by far the best, so I experimented with trimming one of the longer ones and improved it to the same as the top one.

You can see that I progressively trimmed more away each time before getting the best result.

The length of the wire in the top antenna was 137mm, By the time I finished the bottom one it was about 143mm.
The antenna in your picture looks significantly longer.

When you calculate the length (L) you need to take into account the coil diameter(D), wire diameter(d), number of coils(n) and stub length(l).

L = l + n x pi x ( D - d )

You might want to play with the length of your antenna.

For reference, the antenna in this image works very well.
https://www.amazon.co.uk/dp/B07NJV1F6F/
You can see it's very similar to the top one above

from evofw3.

dennisvbussel avatar dennisvbussel commented on July 26, 2024

Yes indeed @ghoti57, I used the default build. Probably it would have been easier to just update te IO config however, now I get a cool looking led blink whenever the SPI bus is addressed :).

Regarding the antenna, I bought and assembled it as-is and so far it is working perfectly within my entire house :).

Antenna theory is cool but can be tricky to tune without proper equipment.

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.