Search found 14 matches
- Thu Feb 08, 2018 8:24 pm
- Forum: General Discussion
- Topic: bin for services and characteristic (BLE)
- Replies: 1
- Views: 2857
Re: bin for services and characteristic (BLE)
Does the step 2. PKI Bin need for this work?
- Thu Feb 08, 2018 5:03 pm
- Forum: General Discussion
- Topic: bin for services and characteristic (BLE)
- Replies: 1
- Views: 2857
bin for services and characteristic (BLE)
hi, my generated bin is not read by ble client, another service are discovered but not the ones in bin file.
bin file is generated whit success from the csv and writed at 0x21000 whit succes too.
on client only show uuid 1801, 1800 and not the ones configured at bin file. any help?
bin file is generated whit success from the csv and writed at 0x21000 whit succes too.
on client only show uuid 1801, 1800 and not the ones configured at bin file. any help?
- Thu Feb 01, 2018 1:47 pm
- Forum: General Discussion
- Topic: ble between two esp32
- Replies: 4
- Views: 5936
Re: ble between two esp32
testing to connect esp32 role client to a server in android 7 whit nrf connect , yes the esp32 client connect succesful.
- Wed Jan 31, 2018 3:41 pm
- Forum: General Discussion
- Topic: ble between two esp32
- Replies: 4
- Views: 5936
Re: ble between two esp32
whit an android phone yes is connectable:
+BLECONN:0,"41:d1:5d:7a:b4:2a"<CR><LF>
but not whit an esp32 client role (example above).
+BLECONN:0,"41:d1:5d:7a:b4:2a"<CR><LF>
but not whit an esp32 client role (example above).
- Tue Jan 30, 2018 7:12 pm
- Forum: General Discussion
- Topic: ble between two esp32
- Replies: 4
- Views: 5936
ble between two esp32
hello, anyone have succes connecting two esp32 via ble? here first one white role server: [TX] AT+BLEINIT=2<CR><LF> [RX] AT+BLEINIT=2<CR><LF> <CR><LF> OK<CR><LF> [TX] AT+BLEINIT?<CR><LF> [RX] AT+BLEINIT?<CR><LF> +BLEINIT:2<CR><LF> <CR><LF> OK<CR><LF> [TX] AT+BLEADVDATA="1122334455"<CR><LF> [RX] AT+B...
- Mon Jan 29, 2018 3:42 pm
- Forum: General Discussion
- Topic: how add ATBLEService.bin ?
- Replies: 1
- Views: 2980
how add ATBLEService.bin ?
Afther generated how we add the file ATBLEService.bin to be write whit flash tool in mingw32.
the other files are writed ok but how add this file in partition to be write too?
the other files are writed ok but how add this file in partition to be write too?
- Sat Jan 13, 2018 1:42 pm
- Forum: General Discussion
- Topic: Cant flash esp32
- Replies: 0
- Views: 2206
Cant flash esp32
hello, im unable to flash the esp32 module. the module is on boot mode like i confirme in this line rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))<CR><LF> waiting for download<CR><LF> seeme to not detect the info of device, i use a cp2104 adapter. atached i put image, ...
- Sun Dec 10, 2017 4:53 pm
- Forum: General Discussion
- Topic: +ipd
- Replies: 8
- Views: 9807
Re: +ipd
I just need to print the +ipd packect in the uart0 (uart0 already actived for log, rest of at cmds still print in uart1) no need interrupt isr. this code will print all at cmd at same uart. static int32_t at_port_write_data(uint8_t*data,int32_t len) { uint32_t length = 0; length = uart_write_bytes(C...
- Sun Dec 10, 2017 11:19 am
- Forum: General Discussion
- Topic: +ipd
- Replies: 8
- Views: 9807
Re: +ipd
Hi, setting the uart in menuconfig will put whole at cmds too is same uart, i just need receive the ipd packet in a diferente uart form other at cmd.
In code i dont find any reference for ipd, must be in the libat_core.a but dont know how edit this file.
In code i dont find any reference for ipd, must be in the libat_core.a but dont know how edit this file.
- Fri Dec 08, 2017 1:32 pm
- Forum: General Discussion
- Topic: Cant flash esp32
- Replies: 2
- Views: 4120
Re: Cant flash esp32
i try 8mb or 12 is the same error.
the problem is is not detecting info device.
i use ftdi cable for com emulation, enyone know if must be CP2x based?
the problem is is not detecting info device.
i use ftdi cable for com emulation, enyone know if must be CP2x based?