formtapez / ZigUP

CC2530 based multi-purpose ZigBee Relais, Switch, Sensor and Router
314 stars 73 forks source link

Improve detail on how to flash HEX files #7

Closed daparix closed 4 years ago

daparix commented 4 years ago

I just build/soldered my first unit, and running following issues:

PD: Not really in the main request as this part is not generic, but I can not flash the hex and would need some help: The CC debugger shows red led when I do not connect the ZigUP and SmartRF Studio detects it right. If I plug the CC debugger with ZigUP connected, led shows off (and USB does not detect the CC debugger). Do I need to power ZigUP as well to 220V or it maybe some problem with my soldering - I just took a snapshop if someone can confirm it is right?

IMG_20190821_004248

IMG_20190821_004238

daparix commented 4 years ago

IMG_20190821_120900

daparix commented 4 years ago

None: Just realized the HEX files can be got from "Releases" tab, but I meant to have the HEX files as part of the source tree as well for those users that are not very expert with GitHub

formtapez commented 4 years ago

Hi, please do not connect 220 Volts in this state - It is way too dangerous. Powering via CC-Debugger is totally okay for programming.

It seems you have a short somewhere between GND and +3V3, when your Debugger-LED went off when plugging in. Can you measure resistance between this two signales?

Your polarity of the connector is right, and yes, it is very tight to the connector nearby.

daparix commented 4 years ago

thanks for all the feedback!

indeed I have a short between 3.3V and GND. I tried visually and resoldered a couple of components, but I have still not fixed it, so will need to allocate more time. will come back as I progress on this, maybe I try a second unit mount (step by step) to progress on this, as I guess will be quicker/easier than finding the wrong solder or component in my first unit.

great work done by you!

daparix commented 4 years ago

Sorry to have delayed so much, I have too many projects in queue!!. Built a second unit checking carefully each component soldering as I mounted them and I got a working one. Resistance between 3.3V and GND is around 4.5Kohm.

This one properly connects via CC_Debugger and I got a nice green led light, so ready to be programmed.

Many thanks!