Ivor Wanders

Results 116 comments of Ivor Wanders

Cool, I'm glad you're getting it all working! > So I'm trying to find the magic button that gets pushed when creating an instance. Any ideas? Absolutely, thanks for sharing...

> I am currently building an FCC certified module with HopeRF and To maximize usability of your module I would breakout all the DIO pins. > wanted to know if...

> So you basically recommend I disconnect DIO0 from INT and let the user decide. That's what I would do yes, but I can see your argumentation for not doing...

> From my recollection I did try your DIO0 example and it worked. Though according to the datasheet, automode looks to be only available on DIO2? Yeah, automode is only...

I would definitely switch away from an Atmega328p, going towards a 32 bits microcontroller with a lot more RAM than the Atmega328p helps a lot when you want to do...

> I am using this library with esp12f, used minimal interrupt method, communication distance between two modules is very low only 5-10 cm. How to increase this distance? @ramanc51 ,...

Hmm, I can definitely see `setFrequency` failing, the signature is: ``` void setFrequency(uint32_t freq); ``` So any value about 32 bits will get truncated. I developed this library against the...

Hi, I've filed #13 , I cannot test this unfortunately. @Pablo2048 , @sheinz if you have time, could you give that branch a spin and see if that allows you...

Hi @ramanc51, 915 MHz would overflow, you're likely running into #12 , I filed #13 to mitigate it, but no one ever reported back with test results on that branch,...

Ok, then I'd start very simple to debug this. Read up on the datasheet to make one radio module a dumb listener (no addressing, no crc, fixed length packages (or...