Ah, you need to select the Heltec WiFi Kit 32 boardThanks!
Both OneButton and U8G2 are installed in the libraries, it's still not compiling
View attachment 317434
Upvote 0
Ah, you need to select the Heltec WiFi Kit 32 boardThanks!
Both OneButton and U8G2 are installed in the libraries, it's still not compiling
View attachment 317434
Ah, you need to select the Heltec WiFi Kit 32 board
The board is selected and connected (Got the board today, and I was able to install the IDE and the Heltec USB driver for ESP32). I managed to upload the example sketches, the FXChrony.ino doesn't compile though.
The board is selected and connected (Got the board today, and I was able to install the IDE and the Heltec USB driver for ESP32). I managed to upload the example sketches, the FXChrony.ino doesn't compile though.
Thanks for the help @DaystateRebel - it helped that you pointed me in the right direction.It still looks like there's something wrong with the board selection - this is what my IDE shows.
That needs to exactly match because in the code I check
#if defined(ARDUINO_heltec_wifi_kit_32)
U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, /* clock=*/ 15, /* data=*/ 4, /* reset=*/ 16);
static esp_adc_cal_characteristics_t adc_chars;
#endif
ARDUINO_heltec_wifi_kit_32 and ARDUINO_wifi_kit_32 aren't the same and I think that's why you get the u8g2 error
View attachment 317464
Weird, but OK, glad it worked. Now let's see a pic of it working - think of it as Rebel TaxThanks for the help @DaystateRebel - it helped that you pointed me in the right direction.
I replaced the heltec throughout the code to read ARDUINO_wifi_kit_32 and I was able to successfully compile and upload.
@Privateer (@bigHUN) As far as the M5Stack Core2, it's a very full featured board. This firmware should get you more than 90% there. Ported it for an older M5Stack "Gray" with 3 buttons vs the touch screen that the M5Stack Core2 has. I recommend to mess last with the fonts (best to use anti-alias like this: https://github.com/takkaO/OpenFontRender Use the default font first, because changing fonts was time intensive (for me). The current font is NOT anti-alias, it just provides the giant (but jagged) numbers that take advantage of the larger screen.Then I guess I'll have to just muck along.
I'm not a total Newbe at programming so this is a pretty new toy to play with.
It is open source so I guess I'll start down this trail and see where it leads.
You'd be amazed at some of the stuff I've programmed for.
Thanks. My ultimate goal is to make it work with UIFlow, but that is again a different learning curve. I asked the question in several places so far no answer - how can I "listen" the external BT. There are YT videos with existing M5 addon accessories which are cable connected but no one is showing how to use the built in BT antenna.
The Bluetooth code is written in the firmware that we are posting here. You can follow it in there. There are also simple examples in Arduino IDE and probably in UIFlow as well. You gotta dig in on your own and then ask specific questions once you get stuck. Unless you find a full blown class somewhere that teaches it from A to Z.Thanks. My ultimate goal is to make it work with UIFlow, but that is again a different learning curve. I asked the question in several places so far no answer - how can I "listen" the external BT. There are YT videos with existing M5 addon accessories which are cable connected but no one is showing how to use the built in BT antenna.
I don't think that exist for UIFlow anywhere and that is a scary part. Back 12+ years ago arduino was like that and I still feel the pain from endless nights researching.Unless you find a full blown class somewhere that teaches it from A to Z.
Join the club!Back 12+ years ago arduino was like that and I still feel the pain from endless nights researching.
Issue comes from using Heltec board definitions not the expressif definitions, heltec just call board wifi kit 32, need to use espresiff systems definitions or change all references in code.Weird, but OK, glad it worked. Now let's see a pic of it working - think of it as Rebel T
Thanks for the tip, ithink I'm going to kill off the LOLIN32 variant, only one guy has one and I don't think he's using itIssue comes from using Heltec board definitions not the expressif definitions, heltec just call board wifi kit 32, need to use espresiff systems definitions or change all references in code.
Neither, it's a 16 bit number representing frequency and 8 bits representing return signal strength.Q?
2. What is a format that the FX radar broadcasts? JSON or XML ?
Issue comes from using Heltec board definitions not the expressif definitions, heltec just call board wifi kit 32, need to use espresiff systems definitions or change all references in code.
Managed to fix the issue - apparently there are TWO Esp 32s, one is the Heltec definition which just says Wifi Kit 32 and the other is the Expressif definition, which says Heltec WiFi kit.Weird, but OK, glad it worked. Now let's see a pic of it working - think of it as Rebel Tax
It's the M5StickC Plus I believeQ?
1. What is that Stick you guys working on right now? I would like to get one of those to speed up my progress.
3. The M5Stack Core is still in the mail hoping to get it this year. The Core2 is on backorder ETA mid January, so I got some time to play with the Stick.
2. What is a format that the FX radar broadcasts? JSON or XML ?
Try reducing the minimum return value in the menuAnyone tried to insert in the code your own personal pellets/guns?
Results?
The downloaded code works fine, but when I put my data in it...
The menu works as they should, but when I shot... crickets... nothing in the display.