maxholgasson
maxholgasson
@neo7530 and @chocotov1 will your code also work with a SAMD21 used in an Arduino Zero? A Im running out of space, ram, pins and I'm looking for an alternative...
OK, yes as far as I remind avr/wdt.h won't work an a SAMD21 but as you shown there are other libraries or commands for this purpose. So I would have...
Yeah 590µA is amazing. However I need a bigger MCU for menu, display etc. I'm gonna try it with the SAMD21 to get your code running as sone as I...
@chocotov1 Thanks for this awesome demonstration. >builtin RTC with 32 kHz crystal. Another huge benefit is that it's possible to debug your program with a debugger. That's true, however I...
@chocotov1 In your sketch _LoRaReceiverCadDemo328pDIO0_ you using ` while (LoRa.available()) { Serial.print((char)LoRa.read()); }` to print out the packets. i would like to transmit at least two different vales: first packet...
@chocotov1 Thanks a lot, it's working now. Nice to play around with those RFM95 boards. >you'll have to understand the bit operations It took quite some time till I understood...
@chocotov1 > I'll make a similar SAMD21 sketch with serial output instead and put add it to my fork this week. HI, I looked carefully at your forks to understand...
@chocotov1 Hi, ah cool thanks, I'll have a look and see if I can get it to work. Great to see that it's working with the SAMD21 even it uses...
Ok I'm trying to make repository(I need to look it up first what I have to include and hwo a repository is built) I made two different test bords for...
@chocotov1 I figured out that I couldn't use my full equipent pcb as there where too many components that are drawing some power. I now switched for power consumption testing...