Search found 47 matches

by 666hjk
Sun Sep 18, 2022 9:45 am
Forum: General Discussion
Topic: Simple BLE Example?
Replies: 5
Views: 10563

Re: Simple BLE Example?

Thanks Fugazi & jesseb for these post. learning something from your contribution.
by 666hjk
Wed Aug 24, 2022 1:09 am
Forum: Documentation
Topic: Security Manager Protocol (SMP) >> abbreviation meaning not found in esp32 documentation
Replies: 0
Views: 3556

Security Manager Protocol (SMP) >> abbreviation meaning not found in esp32 documentation

for newbies, Short Term Key (STK) Temporary Key (TK) Long Term Key (LTK) Connection Signature Resolving Key (CSRK) Identity Resolving Key (IRK) see SMP for better understanding >> https://fte.com/webhelpii/bpa600/Content/Documentation/WhitePapers/BTLE/Pairing.htm esp32 documentation is not firendly ...
by 666hjk
Mon Aug 08, 2022 11:07 am
Forum: Documentation
Topic: random device address queries.
Replies: 2
Views: 5350

Re: random device address queries.

ESP_wangfang, uint8_t addr_1m[6] = {0xc0, 0xde, 0x52, 0x00, 0x00, 0x01}; uint8_t addr_2m[6] = {0xc0, 0xde, 0x52, 0x00, 0x00, 0x02}; uint8_t addr_legacy[6] = {0xc0, 0xde, 0x52, 0x00, 0x00, 0x03}; uint8_t addr_coded[6] = {0xc0, 0xde, 0x52, 0x00, 0x00, 0x04}; 1) so am i right to say that these mac addr...
by 666hjk
Sat Aug 06, 2022 12:37 pm
Forum: General Discussion
Topic: esp32c3 - build project and flash successfully but RGB Led doesn't blink accordingly
Replies: 0
Views: 1421

esp32c3 - build project and flash successfully but RGB Led doesn't blink accordingly

Hi, i've build the below project and flash to my esp32c3 successfully (see below , main , 2 cmakelists & output from terminal ) . press on the reset button but the RGBLed doesn't start blinking accordingly. what have i miss out? any help appreciated. thanks. =========================================...
by 666hjk
Fri Jul 22, 2022 5:06 pm
Forum: ESP-IDF 中文讨论版
Topic: [已解决] 关于编译出错的疑问
Replies: 8
Views: 8692

Re: 关于编译出错的疑问

ming191 wrote:
Wed Jun 23, 2021 3:39 am
谢谢,确实可以编译了,我又学到一个menuconfig的配置。技术人员,我额外补充一句,我确实很多东西不懂,所以疑问有些多,不好意思。
谢谢你的提问, 我也遇到这问题,看了你们这个message 现在解决了。
by 666hjk
Wed Jul 20, 2022 11:57 am
Forum: Documentation
Topic: random device address queries.
Replies: 2
Views: 5350

random device address queries.

Hi to All, Regarding BLE5.0 multi advertising >> https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble_50/multi-adv/main/multi_adv_demo.c line 50 - 53 uint8_t addr_1m[6] = {0xc0, 0xde, 0x52, 0x00, 0x00, 0x01}; uint8_t addr_2m[6] = {0xc0, 0xde, 0x52, 0x00, 0x00, 0x02}; uin...
by 666hjk
Wed Jul 20, 2022 10:56 am
Forum: ESP32 Arduino
Topic: BLE notify
Replies: 2
Views: 2239

Re: BLE notify

noted.
by 666hjk
Thu Jul 07, 2022 3:54 pm
Forum: ESP-IDF
Topic: Is slave latency the same as maxi_skip ?
Replies: 0
Views: 1861

Is slave latency the same as maxi_skip ?

Hi, The struct below have a parameter as max_skip, is this the same as slave latency? I search the documentation on max_skip , can't find any info on it. pls advise. Thanks typedef struct { esp_ble_ext_adv_type_mask_t type; /*!< ext adv type */ uint32_t interval_min; /*!< ext adv minimum interval */...
by 666hjk
Wed Apr 27, 2022 10:39 pm
Forum: ESP32 Arduino
Topic: MPU6050 accelerometer without serial output
Replies: 2
Views: 2368

Re: MPU6050 accelerometer without serial output

Hi, Thanks for the 2 links , i'm going over it. 1) the output that i got (see below) , then it just hang. I press reset button, same thing happen. I actually tried on arduino nano with mpu6050 and level shifter, it work with g readings. 20:57:39.648 -> ets Jun 8 2016 00:22:57 20:57:39.648 -> 20:57:3...
by 666hjk
Tue Apr 26, 2022 8:10 pm
Forum: ESP32 Arduino
Topic: MPU6050 accelerometer without serial output
Replies: 2
Views: 2368

MPU6050 accelerometer without serial output

Hi, I'm doing a test on ESP32 with MPU6050 accelerometer for brake light (LED) but i could not get accel reading from output. The sketch below could compile and the setup part is ok with output ( Setup complete ). It then just hang there. I've check for loose connection which is ok (see attached pic...