I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hi,
As a newbee :-)
Im trying on an nRf5340DK board. I use NRF-connect/Vusial Studio Code: I managed to use zephyr/samples/basic/bkinky example with a build in nrf3540dk_nrf5340_cpuapp...
I erased a board using a MAC (Monterey 12.1) and a Segger Version 11.0 Part-no 8.19.28
nrfjprog --masserase
After which I was no longer able to program, connect, or recover...
Hi,
I was wondering if it was possible to avoid JWT for the NRF9160 by establishing connection between an MQTT Bridge to Google Cloud. Our goal is to establish 24/7 connection...
Hi NRF folk,
when I build sample projects in VSCode (ncs1.8) it works only for some projects (zephyr_st_ble, zephyr_system_off,...). When I use any of the sensor project...
I am using nrf52840-DK and trying to get the Zigbee Switch working. This is just a plain zigbee switch with no bind to light. However, this set attribute during init results...
Hello,
I am trying to make an application with three dongles and one DK. This application consist on control the 4 LEDS of the DK, and each LED is controlled by one different...
I have encountered two issues while using the NRF PWM driver on the nRF52 DK, with or without SoftDevice S132, along with SDK v11.0.0
The first one is the use of the NRF_DRV_PWM_PIN_INVERTED...
I'm building a COAP client using the Nordic nRF9160DK cloud coap-client example code as my base. I have the UDP version working great. But I'd like to convert to TCP.. I was...
Hi all, I have an odd issue with an iphone XR. The NRF Connect for Mobile application can see adverts from the device when scanning, but the device does not appear in the...
Hey! I'm trying to sniff the data moving between a Bluetooth LE button and a Central.
Installation of the Bluetooth LE Sniffer went pretty smoothly but Wireshark only shows...
Hi,
I'm trying to use a nrf delay to make a delay for a motor. The idea is to make the motor oscillated by putting it forward and then reverse via a delay. (you can find...
Hello,
I need to run "west build" and "west flash" commands from my custom IDE/Editor. If I open up Toolchain Manager and then do "Open bash" or "Open Command Prompt", ...
Hello,
I am trying to do directed advertising while us ing the coded PHY whithout bonding the devices but i am running into some problems.
The device with the BT-address...
Hi,
I use nRF5340DK (0.11.0) as HCI controller and noticed it can randomly (?) accept PDUs with access address other than configured. This basically makes it impossible...
Hi,
When I build CLI sample in nRF_Connect_SDK, I don't get any USB port for CLI.
I believe the sample is in default mode built for UART.
How to build this for USB,...