unCleanCode

Results 18 comments of unCleanCode

Hi @Polyphe few notes: Note #1. The problem for me was that both NRF52832_XXAA and NRF52833_XXAA were defined, and some defines were conflicting (specifically the GPIO_COUNT was 1, when for...

Wow, that's strange. I bought two of Nano 2 and just put the same code on second one and it consumes below 100uA! What can be the problem with the...

No, circuit is the same (in fact for test purposes all I have in my circuit is battery, multimeter and BLE Nano 2. No resistors, no extra wires, no LEDs,...

Btw, I simplified my code to the following: ``` #include void setup() { NRF_POWER->SYSTEMOFF = 1; } void loop() {} ``` This code on my normal Nano 2 gives 4uA...

Hi @giowild , equipement - multimeter. Recently updated mine to Amprobe AM-520 HVAC if that's important connection - simply putting it in series connection. Sorry, not sure is that the...

instead of running `component={withTracker(SearchableComponent)}` try somewhere define `const searchableComponentWithTracker = withTracker(SearchableComponent)` and later `component={searchableComponentWithTracker}` other way is in SearchableComponent.jsx use `export default withTracker(SearchableComponent)` and then in your Router: `component={SearchableComponent}` in...

Their example is wrong, from what I can see

Having the same problem. Appeared just recently, I believe after OS update