Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Datasheet of the Sensor:
www.ctconline.com/.../1_VS_TA102_DS.pdf
Accelerometer Out = 100mV/g =equivalent to=> +/- 8Vpk-pk
Temperature Out = 10mV/°C
Please provide...
FDS uses softdevice API. SDK 14.0.0
FDS writes are all successful for the same file id and different record keys until the flash is full
fds_delete_record() is called...
Hi,
I'm developing software for the nrf52832. However, I can't use the SDK of Nordic for several reasons.
In the code, I would like to save a small amount of data...
I tried to assigned each device to different group(subscriptions) by the following code segment.
for (uint16_t i=0; i < devCnt; i++) {
......
ERROR_CHECK(config_client_server_set...
Hello Everyone,
I am trying to incorporate NFC-BLE pairing feature in my ble_app_uart example. I have imported all the necessary files to the project and have installed...
Hi,
I am working on the project as a MultiLink example. My environment is using nRF52840DK & Softdevice 6 & SDK15.
I am trying to make multiple connections and communicate...
Trying to understand how the Device UUID is derived.
in iOS, Device UUID: FC7C7422-2BCF-894B-E848-855791DD3DD9
in RTT:
DEVICEID0: 0E064007 DEVICEID1: 14669F75 DEVICEADDR0...
Hello.
Hello.
I am trying to install pc-ble-driver-js on my computer but it fails to install. If anyone could guide me how to install it, that will be appreciated...
I'm having a strange problem where the Supervision timeout does not seem to work right at the point the connection is initiated (sd_ble_gap_connect() was called but BLE_GAP_EVT_CONNECTED...
I'm using the SPI in slave mode and have a very high power draw: > 2 mA. The issue happens both in my application + custom board as well as with the dev-kit + SPIS example...
Hello
I just have some small queries.
Let's say that I am scanning continuously for advertisement packets. I think the MAC address of the devices sending these packets...
Hello
We have two boards PCA10040, client and peripheral. Blinky exemple.
The project is with two buttons on peripheral side and 2 leds on the client side.
If we hold...
i haven't seen any code posted for the HC-SR04 ultrasonic distance sensor connected to the nRF24LE1, so i rolled my own, see below. it works well enough. the sensor runs on...
Hi all!
I've been working on a firmware to timestamp GPIO events using PPI in nRF52, and it works:
github.com/HiveTracker/firmware (more context: hivetracker.github.io...
Hello,
We're preparing to build a new application based on the examples available in the Mesh sdk and wondering if you have any tips on how to extract only the files needed...