Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
I am following the turtorial in the Github and build a project which add a custom service. The project can read, write and notify between the board and mobile nRF connect...
Hello,
I am using a custom nRF52840 ( SDK 14.2.0, SoftDevice S140) based board.
I am using the UART module and associated UART drivers.
Is there a way to ignore the...
I have two nRF9160 DK boards that are programmed with modem firmware version 1.1.1 and are using V1.2.0 sdk software. They also are both programmed with the same mqtt_simple...
Hello,
I want to to configure mesh proxy node and along with that it should also contain relay functionalities using nrf5_SDK_for_Mesh_v4.1.0_src.
Is there any sample...
I'm seeing some issues I don't understand when using RTT. Here is a short fragment of code around the RTT_Write statement.
The commented out statements are included while...
I am using nRFConnect with nRF52840 Dongle. Since the last update to SoftDeviceAPI v5, nRFConnect cannot connect anymore to this specific devices (cheap JDY-10 BT/Serial adapters...
Hi, I want to store some personal data through flash in the LPN mesh routine. I read some posts and can be implemented by using flash manager, but I can't find the relevant...
Hello, I am working on storing words to flash using fds. I am working with the nRF52 DK and SDK V15.2.0. As mentioned in my earlier post , I am storing some critical state...
Hi,
Greetings!
I am using below setup:
SDK: v16.0.0
Mesh SDK: v4.0.0
Application: Light switch server and client
Hardware: nRF52DK
Distance between client and...
Hi, I am using ble_app_uart example for peripheral device and it will be powered by a 3.7 V battery. I need to use battery as long as possible. So I decided to make peripheral...
When I put the device into sleep it draws app 30 uA in sleep mode. Read in the manual: "Core standby current= 50 μA", "Current drawn if HFXO is forced on through for instance...
Hi,
I am trying to emulate a vendor's tool, whose BLE properties are configured as follows: Custom 128 bit Service UUID like XXXXXXXX- 0000 -XXXX-XXXX-XXXXXXXXXXXX
Custom...
hi, I am working nrf52832. I am making configuration file for nrf52.so I want to used Led3 set as high.
#define LED3 ((GPIO_PIN_CNF_SENSE_High << GPIO_PIN_CNF_SENSE_Pos...
Hi, I am looking to access nRF9160 modem via I2C. Essentially looking for hooks/ serial interface hand-off points used for instance in AT Client sample or Serial LTE Modem...
We have some devices out in the field with a mixture of application versions. In one particular case, we have device A on application version 10 and we have device B on application...