Search found 42 matches

by Fugazi
Tue May 31, 2022 1:25 pm
Forum: Hardware
Topic: Esp32 - communicating with lithium charger
Replies: 1
Views: 1039

Esp32 - communicating with lithium charger

Hi Does anyone know any lithium charger IC's that I can communicate with the esp32 to monitor charge of battery. I tried a TP4096 but the HIGH and LOW of the leds arent true highs and lows, more a pwm signal and when the battery is charged the charge led flashes resulting in hundreds of ISR routines...
by Fugazi
Wed Feb 26, 2020 10:19 am
Forum: Hardware
Topic: Esp32 Pico D4 voltage regulator.
Replies: 0
Views: 2682

Esp32 Pico D4 voltage regulator.

If you want to power your pico d4 with a lithium polymer cell ( 3.7v ) , I have tested a few regulators and this one performs the best so far :-

XC6222D331PR-G

Just in case anyones looking

Thanks
by Fugazi
Tue Feb 18, 2020 10:34 am
Forum: Hardware
Topic: Pico D4 with a Lipo battery
Replies: 2
Views: 3725

Pico D4 with a Lipo battery

Hi,

Having some troubles with powering a pico d4 with a lipo battery.

Using a ht7333 or ht7833 regulator with a 3.7v lipo battery that I used for the standard esp32 successfully, the pico d4 reports brownouts on boot everytime.

Any ideas how to power with a lipo ?

Thanks
by Fugazi
Wed Jun 20, 2018 9:32 am
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

Hi

Thanks for the message, do you have some code that works and stays connected with the iphone then ?

I have tried loads of things and still getting the disconnect, tried about 5 different esp's while testing so i dont think its the erase flash !

Thanks

Phil
by Fugazi
Thu Jun 14, 2018 8:42 am
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

Hi

Do you have your app code online, would be good to try?

I havent tried wide messages yet as I need to maintain compatibility with Android and the HM10 works fine so theres an setting with the esp32 thats not right ....

Thanks anyway :)
by Fugazi
Mon Jun 11, 2018 12:44 pm
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

HM10 characteristics are here.... Do you think that if I try and all all of these it might work perhaps ? V 09:09:56.411 Connecting to 7C:EC:79:EB:44:D8... D 09:09:56.411 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE) D 09:09:56.770 [Callback] Connection state changed with status: 0 an...
by Fugazi
Mon Jun 11, 2018 7:23 am
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

True, But I am trying to copy the HM-10 BLE module, the iphone just connects to this and works forever, no disconnects So it is possible, could be just a setting in the BLE characteristics I am missing .... If you just connect with the Iphone with the esp32 and then dont send any notifications it st...
by Fugazi
Sun Jun 10, 2018 8:41 pm
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

No I dont, is this required on IOS ?

Thanks
by Fugazi
Fri Jun 08, 2018 6:47 am
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

Hi Thanks, i just needed to reboot the iphone, it was being daft, it works now, thanks for all the help. Unfortunately this does exactly the same as the arduino example. If you have 5 minutes spare try sending one byte every 50ms.... it runs for about one minute and then the iphone disconnects with ...
by Fugazi
Thu Jun 07, 2018 8:30 am
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 29035

Re: Iphone & BLE disconnects

Cant get anything to notify still

esp_ble_gatts_send_indicate(gl_profile.gatts_if, gl_profile.conn_id, gl_char[1].char_handle,1,&notify_pos,false); ?

Is these the parameters to be used ? thanks