Author Topic: [Update] RFM69 Library for ESP8266 - Moteino Compatible!  (Read 52166 times)

archeocomp

  • NewMember
  • *
  • Posts: 1
  • Country: sk
Re: [Update] RFM69 Library for ESP8266 - Moteino Compatible!
« Reply #90 on: March 16, 2017, 03:03:03 PM »
Hi folks, I am becoming little discouraged. Been experimenting since three days with two RFM69 modules, one connected to Arduino Mini 3V and the other to Wemos Mini. I can see read radios temeprature on both modules, but I can not receive on any of them. I tried send from Arduino to Wemos and reverse but no luck.
My two questions. Is the library here https://github.com/LowPowerLab/RFM69 suitable for both platforms? Is the receivng done via interrupt or not?

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: [Update] RFM69 Library for ESP8266 - Moteino Compatible!
« Reply #91 on: March 17, 2017, 10:18:22 AM »
Maybe try a board that is known to work out of box? Like a Moteino :P ?
Sorry for the shameless plug but if this is a hardware problem you'd be much better off to start with what works then optimize.
If it's software then usually its always mismatched settings, especially the IS_RFM69HW directive.

Miked82

  • NewMember
  • *
  • Posts: 1
Re: [Update] RFM69 Library for ESP8266 - Moteino Compatible!
« Reply #92 on: April 24, 2017, 03:39:46 PM »
Having issues compiling. Ideas?
EDIT:
I am trying 1.5.2


Code: [Select]
make[2]: Leaving directory '/opt/esp-rfm69/app/spiffs'
/opt/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -I/opt/esp-rfm69/sdk-overrides/include -I/opt/esp-open-sdk/sdk/include  -Wl,--gc-sections -Wl,-Map=mapfile -nostdlib -T/opt/esp-rfm69//ld/eagle.app.v6.ld -Wl,@/opt/esp-rfm69//ld/defsym.rom -Wl,--no-check-sections -Wl,--wrap=_xtos_set_exception_handler -Wl,-static -Wl,--start-group -lc -lgcc -lhal -lphy -lpp -lnet80211 -lwpa -lwpa2 -lmain -ljson -lsmartconfig -lssl -lcrypto user/.output/eagle/debug/lib/libuser.a json/.output/eagle/debug/lib/libjson.a platform/.output/eagle/debug/lib/libplatform.a libc/.output/eagle/debug/lib/liblibc.a http/.output/eagle/debug/lib/http.a dns/.output/eagle/debug/lib/dns.a driver/.output/eagle/debug/lib/libdriver.a lwip/.output/eagle/debug/lib/liblwip.a mqtt/.output/eagle/debug/lib/mqtt.a rfm/.output/eagle/debug/lib/rfm.a smart/.output/eagle/debug/lib/smart.a util/.output/eagle/debug/lib/util.a spiffs/.output/eagle/debug/lib/spiffs.a -Wl,--end-group -lm -o .output/eagle/debug/image/eagle.app.v6.out
/opt/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg'
collect2: error: ld returned 1 exit status
../Makefile:332: recipe for target '.output/eagle/debug/image/eagle.app.v6.out' failed
make[1]: *** [.output/eagle/debug/image/eagle.app.v6.out] Error 1
make[1]: Leaving directory '/opt/esp-rfm69/app'
Makefile:284: recipe for target '.subdirs' failed
make: *** [.subdirs] Error 2
« Last Edit: April 24, 2017, 03:52:14 PM by Miked82 »

Kylix

  • Jr. Member
  • **
  • Posts: 67
  • Country: ro
    • Omologazioni veicoli
Re: [Update] RFM69 Library for ESP8266 - Moteino Compatible!
« Reply #93 on: December 14, 2017, 07:17:01 AM »