Search found 13 matches

by Terrence
Fri Aug 11, 2017 7:18 pm
Forum: Other Boards
Topic: GHI BrainPad running MP
Replies: 0
Views: 1667

GHI BrainPad running MP

Check out Gus' video on running mp on their BrainPad board (a TinyCLR c# board)

https://forums.ghielectronics.com/t/run ... -045/20569
by Terrence
Fri Jun 30, 2017 9:47 pm
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 52876

Re: Porting to Nordic Semiconductor nRF52

Where is the current GitHub repo for this incredible project?

I see the pull request here:
https://github.com/micropython/micropython/pull/3137

Where should I download it from and is there a tutorial of sorts?

Thank you.
by Terrence
Thu Aug 25, 2016 10:21 pm
Forum: General Discussion and Questions
Topic: RFM65 radio with MicroPython
Replies: 13
Views: 11942

Re: RFM65 radio with MicroPython

I wish @VisualEcho would chime in, it looks like he was working on the Radiohead library which is just what I need.

http://forum.micropython.org/viewtopic.php?f=15&t=2134
by Terrence
Thu Aug 25, 2016 9:47 pm
Forum: General Discussion and Questions
Topic: RFM65 radio with MicroPython
Replies: 13
Views: 11942

Re: RFM65 radio with MicroPython

>>It's a great opportunity to learn. Give it a try, we can help you!

Well that is a very good point. Thank you for the offer. Let me start looking at those libs.
by Terrence
Thu Aug 25, 2016 3:53 pm
Forum: General Discussion and Questions
Topic: RFM65 radio with MicroPython
Replies: 13
Views: 11942

Re: RFM65 radio with MicroPython

>>not very hard.

Well that all depends on your experience. I don't have the chops to convert that radio library from c++ to MP.

I can barely get business logic written let alone low level libs.

Thanks.
by Terrence
Thu Aug 25, 2016 2:50 pm
Forum: General Discussion and Questions
Topic: RFM65 radio with MicroPython
Replies: 13
Views: 11942

Re: RFM65 radio with MicroPython

No doubt, LoRa is fantastic. I am using it in some other situations. For IOT in moderate ranges RFM69 is the ticket I believe. Way cheaper than LoRa and gateway tech is easier and cheaper as well. Once Austin's LoRaWAN coverage is better we can start using that for the great range it provides. It wo...
by Terrence
Wed Aug 24, 2016 2:30 pm
Forum: General Discussion and Questions
Topic: RFM65 radio with MicroPython
Replies: 13
Views: 11942

Re: RFM65 radio with MicroPython

I assume you've seen the official library for the NRF24L01+. But the RFM65 should offer longer range. Thanks for the tip. No, I had not, searching for RFM69 and micropython didn't turn that up, obviously. So do you think code for the Nordic radio will work for the RFM69? I don't know enough about t...
by Terrence
Wed Aug 24, 2016 3:21 am
Forum: General Discussion and Questions
Topic: RFM65 radio with MicroPython
Replies: 13
Views: 11942

RFM65 radio with MicroPython

<moved from Libs section to General Questions section> Having searched a bunch, I can't seem to find anyone using RFM69 with MicroPython. The esp8266 is great, but wifi uses too much energy for low power battery operated IOT projects. Anyone interested in this? Thanks. Edit: My goal would be to have...
by Terrence
Fri Aug 19, 2016 1:54 pm
Forum: General Discussion and Questions
Topic: Copy script file to board
Replies: 3
Views: 4889

Re: Copy script file to board

Thank you for that explanation @pythoncoder.

And @shaoziyang thank you for your suggestions.
by Terrence
Thu Aug 18, 2016 10:25 pm
Forum: General Discussion and Questions
Topic: Adafruit tutorials about MicroPython
Replies: 3
Views: 4587

Re: Adafruit tutorials about MicroPython

Yes I watched both videos and they helped a bunch with setting up my Feather.huzzah board.