maxholgasson

Results 39 comments of maxholgasson
trafficstars

Hi does your code works with bluetooth only? Wifi needs more energy than bluetooth and when turned off it's only possible to turn on the camera via bluetooth

I guess probably not or how do you make sure to wake up the whole setting when there's a packet sent?

I want what Sandeep showed in the video. A low power receiver that wakes up with CAD eg

Hi, ah I thought that's your video because this github is linked there https://www.youtube.com/watch?v=_Lw62DjQsZ8

Thanks for your work. I'm getting my RFM95 modules ready and am curious about testing your code. Which sketch would you recommend for the sender unit?

Great! btw you wrote "I'll tidy up the code that's used in the video and make an example that uses the watchdog instead of the watch crystal for the sleep...

@morganrallen it was just a question as this timer IC is obiously more power efficeint than the internal watchdog. There are even breakoutboard available for those who don't use selfmade...

Wow ok, where did you put the `ADCSRA = 0;` int the go_to_sleep() function?

Nice! btw Do both Dio0 and DIO1 need interrupt capable pins? I would need at least one interrupt pin on the 328P for something else

That's awesome!