Replies: 15 comments 12 replies
-
|
That's one of the very cheap clones with different circuitry, an 18650 type battery and a J613/4 tube. It should have a flat cell fixed inside the lid. It doesn't look as if even the clips are fitted to the board to mount a J321. Unless someone knows otherwise, you can't put RadPro on this clone. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Could somebody dump the firmware of this device? |
Beta Was this translation helpful? Give feedback.
-
|
Hey, tell me I'm not imagining this - the tube that the FNIRSI in the photo above came with - it was a J321??? I only just now noticed it as I was checking the MCU while installing your firmware! Unfortunately I had placed an order for a J321 separately at the same time as I ordered the GC-01 so I guess I'll have a spare tube soon! |
Beta Was this translation helpful? Give feedback.
-
|
By the way, plugging the FNIRSI in to a raspberry pi in order to charge it broke it! The filing system showed UNKNOWN.TXT, the red LED came on permanently, and the screen stayed black no matter what you pressed. But since I could see the filing system when I plugged it in to my windows portable, I knew it was up enough that I could do the firmware update - which I had been holding off on doing until the J321 I had ordered separately arrived. (That was when I discovered that the device already contained a J321! I noticed it not because I looked at the tube more closely, but because when I ran radpro, the background readings that I was getting were about 3X higher than before! It looks like the original firmware was deliberately scaling it down so that all their devices would report similar readings regardless of whether they had J321's or the cheaper tubes!) |
Beta Was this translation helpful? Give feedback.
-
|
I don't know if this helps or not - I have exactly the same counter from Aliexpress. No USB connectivity and no markings on the MCU. I found that if you turn the unit off then plug in a USB charger, then hold the UP button for some seconds it prints what looks like the MCU type on the screen. In my case it is 'CA32F1056L2-Z94'. I think the MCU in this unit may be a CA32F1056L2. Now the not so helpful part, I can't find anything about this chip, except it is listed on JLCPCB. |
Beta Was this translation helpful? Give feedback.
-
|
Some more on this. If this MCU is a CA32F0156L2 then I have traced the SWDIO/SWCLK/voltages etc. on the pin header. Strangely, they also go to the USB C connector (6-pins) onto pins A5 and B5 (CC1 & CC2?). Going from top to bottom (bottom being the USB end) the header is +3.0v, SWDIO, SWCLK, GND - Marked on the following picture. I also got the pinout for the CA32F0156L2, but no datasheet. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
So far as I am aware the STM32F051C8 part is also an M0 - so any code written for this might be a good starting point for porting to the CA32F0156L2ARM
CA32F0156L2ARM - 48 PIN QFP - (LQFP48(7x7mm)) |
Beta Was this translation helpful? Give feedback.
-
|
Translated basic CA32F0156L2 datasheet. Source -> https://www.zhwssz.com/uploads/file/20230618/9976584707c5c80c7e8013a9aa091942.pdf Interesting info around page 20 - Table 4-1Register set start address... etc. |
Beta Was this translation helpful? Give feedback.
-
|
I asked AI to compare the registers with the STM32 series. It found a close match specifically the STM32F4X IO map.
|
Beta Was this translation helpful? Give feedback.
-
|
The fake GC-01 display is probably a 2.4' ILI9341 LCD Display (SPI?) These can be found fairly inexpensively with the 18 pin interface shown above that matches @Mr-Blinky 's device |
Beta Was this translation helpful? Give feedback.
-
CA32F1056 Overview
Closest MatchBased on the specifications of the CA32F1056, the Microchip ATSAMD20 is the closest match:
Additional Details
Overall, while both processors share similar specifications, the ATSAMD20 offers a slightly more modern architecture while still adhering closely to the functionalities you are looking for. |
Beta Was this translation helpful? Give feedback.
-
|
I also got one of these Geiger Counterfeit 01 devices. Same inner life as reported by @gtoal, ~9cm long unlabeled tube, no way to trigger USB mass-storage mode, reports as "CA32F0156L2-62" when holding "up". The front side of the PCB has a two-line label "20240412" and "XBH-H240-VER1.6". Ironically, the case has a "FNIRSI" label above the LCD. Did the RadPro port go anywhere yet? |
Beta Was this translation helpful? Give feedback.
-
|
I tried to download the firmware from this fake GC-10. I know next to nothing about SWD and the STLink software, but guided by AI I did manage to at least get this thing to connect and probe the MCU. However, every time it keeps coming back with 'unknown chip id!'. This has a chip ID of 0x0200, or 0x200 depending on command. C:\stlink\bin>st-info --chipid C:\stlink\bin>st-flash read firmware.bin 0x08000000 0x20000 AI couldn't help much on this at this point and basically said if it is unknown to the software, then it ain't gonna work. So I really can't see this going anywhere because if the software doesn't know the chip it is just going to refuse. I guess it was worth a shot, but now I think I will simply retire my fake GC-10 because I'm not going to put in a half-decent tube with the unit running shoddy firmware. |
Beta Was this translation helpful? Give feedback.










Uh oh!
There was an error while loading. Please reload this page.
-
After watching "Project 326"'s Youtube videos on the GC01, I felt confident enough to buy a cheap one from Temu at a ridiculous $21 and ordered a J321 off eBay for a little less, thinking that I'd have no problem updating the tube and the firmware... well, on opening the case I find that the manufacturer has done the usual dirty trick of scraping off the identifying details from the MCU! (and the tube is quite anonymous too, but it's a safe bet that whatever it is, it still needs to be replaced with a J321...) So... does anyone have a good guess as to what the MCU might be here? Photo attached. (This is the source: https://www.temu.com/goods.html?_bg_fs=1&goods_id=601100084551123&sku_id=17594646284050 )

Beta Was this translation helpful? Give feedback.
All reactions