jerryneedell

Results 21 comments of jerryneedell

FYI -- I hav been using both an iPhone 11 and an iPhone 7 to test the nRF24L01 library from @2bndy5 The iPhone's "see" packets with PDU type 0x40 or...

Sorry for the confusion. When I first tested it, the iPhone was behaving inconsistently. After a power cycle it started responding to both types ...

> just to be clear @jerryneedell In the screenshots, I see you''re using the `master()` from my library's BLE example. Did you [comment out this line](https://github.com/2bndy5/CircuitPython_nRF24L01/blob/ecd5f406f11361f1a67060a2b285d11180894b4a/examples/nrf24l01_fake_ble_test.py#L83) so that advertisements were...

FYI -- with my feather esp32 V2 I am experiencing a different issue: I can configure I2C with scl on Pin 20: I have loaded esp32spiram-20220323-unstable-v1.18-244-g66fe3d5cb.bin ``` MicroPython v1.18 on...

With UF2 bootloader -- this is a "normal" I2C accessing the SHTC3 sensor ![esp32s2_normal_i2c](https://user-images.githubusercontent.com/15856834/107677583-6f061400-6c68-11eb-8a67-783e765273c8.png) This is the failed access after a soft reboot -- no activity on SDA ![esp32s2_fail_i2c](https://user-images.githubusercontent.com/15856834/107677584-6f9eaa80-6c68-11eb-87ff-a893e341a512.png)

Can you give some instructions. I don't understand what you are asking for. sorry...

The issue with the mcp9600 https://github.com/adafruit/circuitpython/issues/3894 occurs on my metro-esp32s2 even without the UF2 bootloader so does not appear to be related. ``` Auto-reload is on. Simply save files over...

without the UF2 bootlaoder the test code in https://github.com/adafruit/circuitpython/issues/4046 also causes a crash - drop USB and resets -- so also does not appear to be related... ``` import board...