-
-
Notifications
You must be signed in to change notification settings - Fork 148
BCM2835 support? #104
Comments
Forked it, got it working... |
This repository is open for someone else to take over maintenance. Interested? |
I said it once again. I would like to do this and spend some time - this said I may not be the guy having time to have a close look within a week.I also have just a limited set of PIs: old 1 rev (0x3), new 1 revisions , b+, zero, 3
Von meinem Samsung Gerät gesendet.
…-------- Ursprüngliche Nachricht --------
Von: Chris Hager <[email protected]>
Datum: 26.02.2018 13:09 (GMT+01:00)
An: metachris/RPIO <[email protected]>
Cc: Subscribed <[email protected]>
Betreff: Re: [metachris/RPIO] BCM2835 support? (#104)
This repository is open for someone else to take over maintenance. Interested?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/metachris/RPIO","title":"metachris/RPIO","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/metachris/RPIO"}},"updates":{"snippets":[{"icon":"PERSON","message":"@metachris in #104: This repository is open for someone else to take over maintenance. Interested?"}],"action":{"name":"View Issue","url":"#104 (comment)"}}}
|
I'd be down for taking some ownership. Like @DEvil0000 though, I too have a limited set of PIs, just some first gen Bs and a PI 3. But I really like the idea behind this library, super clever trick for getting an awesome PWM out of the PI. |
👍 what do you think would be good next steps for improving this repo? i'm open to adding new people as maintainers and move the RPIO pypi project to a common space. |
Well, tbh I think trying to create a "common" base with https://github.com/xinkaiwang/rpio-pwm would be useful (since that's how I got this one working again, at least on my PI). Consolidate the low level code and branch for the python and node versions. I can reach out and ask if that's something @xinkaiwang would like to do. Keeping in mind some of that code was also borrowed from other repos, so that spider-webs very quickly. Past that I think just testing would be the next big steps, but I think that's more on the community since this is an open sourced effort. I've been looking for an excuse to get another PI3, so I can definitely take on some testing with that one :) |
Sorry for pitching in late, but have you looked at @JamesGKent repo or mine, and at pull request #100 ? It seems several people have been looking at RPIO and ended up fixing the same board and kernel support issues over and over, so committing those fixes would definitely be helpful. As I said some months earlier, I don't think I'd be up for maintaining the repo all by myself, but I'd certainly be willing to participate and help move things forward. |
I did not have a close look at forks till now. I think there are some steps needed next:
I think its not too much work to get it mostly straight again. As soon as some people are on board we should have a quick discussion or meeting to figure out details. |
i think the biggest thing to start with would be merging some fixes for the newer cpus. but ultimately i think we need to implement the following:
and nice to haves:
|
@metachris so how do you want to proceed on this? |
I think last time I was reading the code was at about 0.7.X |
@metachris you asked now the third time for help/someone to take over but everytime you ignore all replies. Here are some people willing to help out so why do you ignore it/them and ask again one year later? |
Is there support for the BCM2835 based io? I've got a PI-B revision (one of the first) and I'm getting the "This module can only be run on a Raspberry Pi!" exception when I try to import the module.
running "cat /proc/cpuinfo" gives these hardware specs for my Pi (if that is helpful):
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 0002
Serial : 0000000024e08e00
When looking through the source for this project I noticed hard-coded values for the broadcom module "BCM2708". Are there forks for the 2835?
Thanks!
The text was updated successfully, but these errors were encountered: