I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
I've made a handmade external Bluetooth FPCB with nrf52832.
I uploaded code with NRF DK board and checked that it is uploaded. So the circuit does not have any problem....
Hi,
After long time(around 5 years) Im try developing ble things on my nrf52840 DK Preview board and found some issues with NRF_LOG functions...
I use latest SEGGER Studio...
Hi , i am trying to program the ecg2 click sensor to test heartbeat values
I tried to test the sensor using the arduino and it works very well but I want to program it on...
To configure ANR in the Smart Remote 3 for nRF52 PCA63519 sample firmware, CONFIG_AUDIO_ANR_DELAY_LENGTH must be assigned a value in sr3_config.nrf52832_pca63519.h.
CONFIG_AUDIO_ANR_DELAY_LENGTH...
I'm making keypad using nRF52840. SDK version is 17.0.2.
It's 4*4 keypad and I want to wake up device when any key is pressed from sleep and let it do any action.
So it...
Hi,
I am developing an application using the NRF5 SDK, version 15.2.0.
I am experiencing issues with the NFC while using an iPhone 11 or 12. No field events are generated...
Would you please help to double check the connection between FEM and nRF52840 is correct or not?
FEM issky66112_11. which has two antennas.
phenomina is TX is normal.but...
It doesn't look like there's a way to do an incremental modem FOTA with the Azure IOT hub implementation. I have app fota working great with the 1.4.0 tag, and am quite pleased...
We are using nRF5340 Engineering D and are having issues with the SPIM peripheral.
In some transactions, the MOSI line is not correctly driven.
The following capture shows...
Hello Guys
Is it Possible to Add:
add support for PPP over already existing BT SPP functionality; or
add support for IP tethering (BT PAN) ?
The softdevice...
I am testing HCI UART and HCI USB to use nRF5340DK as a Bluetooth Controller for RPI400 . While HCI USB is working well as expected, I have trouble bringing up HCI UART. ...
Hi,
I'm trying to add a second slave twi device to the twi_sensor example with the LM75B temperature sensor but am having trouble. I am using the bmd-300 evaluation kit...