Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hi everybody,
we have implemented DFU with button and it works like a charm. Now we want to improve that and implemented the buttonless version too. Though, instead of...
There was an Arduino ANCS library released for nrf8001. Seeing that Arduino Primo nrf52 will be coming into the market and knowing that there is Arduino nrf51/nrf52 core development...
hi.
i open ble_ant_app_hrm from sdk 9 and i send data over ant .
how can i send a data just one time cause i want save it on eeprom.
how can i send a data just one time...
Hi,
I noticed a bug in ble_ancs_c.c where it will write NULL-termination outside the attribute buffers added with ble_ancs_c_attr_add(). When the received ANCS notification...
I got a hardfault crash in the ANCS code, when an invalid ANCS notification was received from the phone: attr_id_parse() read 195 as attr_id, and used that as index in ancs_attr_list...
When one host and one device,the through can be 16KBps。But,when one host and two device ,the Max throughput is only 6KBps。Can you tell me Why ?????And Can you tell me the...
I use keil4. When the code size less than 15297bytes is ok. I will cause error when the code size bigger than 15297bytes.
Something must config in keil4?
Thanks~
I'm trying to listen to a bluetooth low energy connection between a smart bracelet and my smartphone. In Wireshark 1.10.1 I only can see the Advertising Indicators. As soon...
We are able to run both these services (experimental buttonless DFU and experimental app ble blinky) individually in Eclipse GCC, SDK 12. However, when both of the services...
I am intended to integrate the Nordic SoC nRF52832 in our PCB to generate a PWM.
However, I could not understand the difference between the following:
topicSchematic QFAA...
Hi to everyone, i have the mpu6050 code and i have to change it with parameters of adxl345.
i have this definitions:
#define ADDRESS_WHO_AM_I (0x75U) //!< WHO_AM_I register...
Hi, I am trying to connect a peripheral device which in this case is a BLE device called DELTA and I am trying to connect it to a central device which is the NRF52 board....