Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hello
I am using the experimental_ble_app_uart for s110. I want to use the sd_temp_get() and convert the temperature value to a uint8_t, but if understand correctly when...
Current I used nRF52840 Dongle to develop a Bluetooth PC Tool base on nrf_ble_driver_obj_sd_api_v5 which shared on https://github.com/NordicSemiconductor/pc-ble-driver/blob...
hi,
I am done with general vehicle diag code. now, i need to interface with kwp via uart in nrf9160 controller.
please, suggest some ideas.
Thanks in advance ...
I just bought nrf52840 and J-link V9.
I look at start nrf52840 blinky.
website:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0...
I want to read ADC values from AIN2 (P0.04), and AIN3 (P0.05) channels of nrf52805. I am using S112, and I have the following code found in the internet.
float readADC(uint8_t...
Hi,
I want to build up a test software to test our product.
I find out pc-ble-driver that might be conformed our requirement and follow up below link to set up environment...
Hello, everyone.
I am using sdk v17 and I am looking into timer. I used the app_timer simply, but I don't know the nrf_drv_timer because I've never seen it before. Can...
I am a beginner who just bought nrf52832 dk and started !!
I am trying to control the pressure sensor, gyro/ accelerationsensor and motor,
but i ts not easy because...
I'm trying to build a quick application to scan for all devices in the vicinity and print out their details (device name, manf data, RSSI, and BLE address). I am parsing the...
According to BLE 5.1 Core Specification Coded PHY and CTE are mutually exclusive. But losing 4xRange to implement Direction Finding is a big loss if, for instance, you need...
Hello,
I used the examples\peripheral\libuarte example to implement a driver for NBIoT DCE. I embedded the sample in my project and started debugging. Although the transmitter...
I got an error at pc = 0x104F0 (id = 1, pc = 66800, info = 0). My code is advertising and doing nothing else except a timer for the LED flashing, so I'm not sure what could...
HI
I am using the customized nRF52832 board with a temperature sensor connected via i2c .Firmware i merged the ble_app_uart and twi_sensor xample code. Here the RX AND SDA...
Hi everyone,
I've written a custom BLE service with two characteristics. I want to write more that one bytes to one of the characteristics and then to store the written...