Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
hi, i want to update firmware by OTA from sdk11.0.0_89a8197 to SDK_15.2, but can not scucess.
i tried follow command to build a zip file.
nrfutil pkg generate --hw-version...
Hello,
Here's my current setup:
I am using the nrf52840 SoC for development, which as I understand, has 2 UART instances available. One instance is being used for a third...
Hi
i am using the nrf52832 dk.
I am trying to combine the ble_app_uart code along with the fds code using ses.
what are the changes i have to make in the config file...
I changed the I2C pins to below, and it not work. so is it possible to reconfigure the I2C pin? what should I do since I already set to 8&9 in the hardware board? const nrf_drv_twi_config_t...
Hi,
Looking for some ground on getting the netowork parameters set for a zigbee device, My intention is to limit the number of scan intervals and the scan time to save power...
I'm planning wireless conference system. This needs some condition as under simultaneously use 5ch of wireless bi-directional connection through whole system. Each wireless...
Hi,
I am using nRF52832 soc to develop my project. with nRF5_SDK_15.3 . SES file
I need to connect both BMI160 accelerometer sensor and AT24C512 EEPROM ic in TWI.
how...
I am trying to update firmware that uses v14 of the nRF5 SDK to firmware that uses v15.3, but I am getting the error "Init command larger than expected.".
I'm wondering...
Hello everyone,
I'm running the IoT CoAP example on my nrf52840 Development Kit.
The border router is Rapberry 3 B+ on Jessie with Kernel version 4.19.46. I've put BLE_6LOWPAN_LEGACY_MODE...
I am using nRF5SDKforThreadandZigbeev300d310e7 sdk for thread example simple_coap_client. I try to add uart module with simple_coap_client and i have added uart configuration...
Hi,
I am running nrf52840 on a custom board, SDK 15.0.0, softdevice S140 6.0.0 and SES.
In my application I am reading an IMU ( ICM20602) and a laser ranger/Time of Flight...
hi,master.
Question 1: In Asia, the speed of accessing web pages is slow. SDK15 development documents can only be accessed online on the official website, but often cannot...
Hi,
I am running NRF52840 on a custom board with SDK 15.0.0, Softdevice S140 6.0.0 and SES.
I am measuring using a toggled GPIO pin measured on a CRO. This produces a...
I'm using an nRF52DK to monitor the RSSI and MAC address of my two phones through ble_evt_handler BLE_GAP_EVT_SCAN_REQ_REPORT.
I tested both Android and iPhone. They both...