-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support FCC/ CE marked board #42
Comments
Nice find. It's a little expensive, especially when you add all the additional pieces. Looks like a nice board. I ordered one. I will try to get it working once it arrives. |
Great! I spotted the Paxcounter project supports a bunch of boards. https://github.com/cyberman54/ESP32-Paxcounter#hardware Not sure if the pin definitions are useful: https://github.com/cyberman54/ESP32-Paxcounter/tree/master/src/hal Could these files just be copied over to support the same range of boards? |
Hmmm, that's cool, they have some sort of HAL (hardware abstraction layer) design. I don't think it would be as simple as copying and pasting these header files, because it's not clear to me how the pin definitions are being used and I do not think they are using the arduino-LoRa library, which has some built-in HAL that might conflict with their code. It does look it will be helpful while investigating other boards. Thanks! |
I thought it might not be as simple as that.. Did you get the GPS addon shield? https://pycom.io/product/pytrack/ |
These look interesting too: https://pycom.io/product/pygo1/ not shipping yet, but will Include a GPS, the battery is tiny but could be used with an IP67 external battery. It has a tiny OLED touchscreen too, so you could just about use it as a standalone device without a phone etc. I mentioned Disaster radio on the Pycom forum and their developer seemed interested |
So I have successfully flashed our firmware to a LoPy4. It took a little bit of doing because the LoPy4 does not have an on-board circuit that switches it in to bootloader mode. I found some useful instructions on how to program it here. Since I didn't have the expansion board and the Pysense board doesn't provide breakouts for the pins, I ended programing it with a a USB-to-UART adapter, I'd recommend following the USB UART Adapter wiring guide shown on this page. I still need to figure out the proper pinout for the LoRa transceiver. It should work by default because the pins are defined in the arduino-esp32 library here, but it doesn't seem to be working. I'll post to this issue once I sort out pin definitions. |
@paidforby Any progress on this one? |
Negative, the LoPy4 has been sitting in my closet for months. I think I've been discouraged because of the complicated flashing process, idk why they didn't just put a flashing circuit on their board like everyone else. I'll take another crack at it before June 1. |
I'm having some trouble getting this working even with a very simple example. I opened an issue here sandeepmistry/arduino-LoRa#364. Maybe someone else has had success, or maybe there's a reason it won't work. |
Annoying. I'll cross post into the Pycom forum if that's OK.. I'll need CE certified hardware for my installs which is why I'm keen on it.. |
I got it working! They were able to solve my issue. I just need to add Weird that we haven't come across this problem before with other boards, but I guess, they default SPI settings for the LoPy4 are not set to the LORA SPI pins? I'll push a commit to resolve this issue soon. |
Interestingly, I had to make Anyway, the LoPy4 (an FCC and CE marked board) will be supported as of version 1.0.0-rc.2. If you come across other FCC/CE boards that you would like supported, open a new issue. |
Great news :) Thanks.. |
If you have a multimeter and spare USB cable lying around I'd be interested in the real-world power consumption of this board running Disaster Radio in Bluetooth mode.. |
Can do. I'll take a look at the power consumption when I get a chance, might not happen for a week or two. |
Great work folks. Did you ever use the LoPy4 with the Pycom expansion board? I can't seem to get the SD card to mount. |
Afraid I haven't. It may be worth digging in https://github.com/cyberman54/ESP32-Paxcounter code, I think Disaster Radio reused their HAL layer & they support the SD. |
I'm looking to get a few nodes placed on buildings. It may be helpful if the boards proposed have CE markings in Europe.
This board is based on ESP32 and has an SX1276 so getting it working may not be too difficult?
https://pycom.io/product/lopy4/
It also appears to have a LoRa interrupt on Pin23 So the Powersaving referenced here may be possible
The text was updated successfully, but these errors were encountered: