What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hello,
We developed a large nRF52840 application using SES + nRF5_SDK_17.1.0, now we would like to migrate to nRF Connect + VS Code.
No problems setting up nRF Connect...
We have added custom code to default asset_tracker_v2 using SDK1.9.1, MFW version :- mfw_nrf9160_1.3.1 . The data is successfully uploaded to the cloud. After reaching the...
Hi,
I hope there is someone who can provide some help. I have a setup with multiple Laird BL654 (nrf52840 based module) peripherals connecting to iPad. Peripheral is designed...
I am having trouble figuring out how to put system in PM_STATE_SOFT_OFF from inside workqueue. If I put system to sleep inside workqueue it does't go to sleep, looks like...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hello
I am trying to upgrade a nRF52840 dongle via USB but it fails every time. I tried with my Ubuntu laptop and with a Raspberry pi 4 with same failure.
nrfutil dfu...
BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION Hi,
I've implemented a Central role application on the nRF52832 that scans for a particular Peripheral (with a specific UUID into...
sI am trying to turn on or off switch. When I measue voltage on feet of the switch it is always 3.3V. There is no change. I am setting pin on or off and I get state of pin...
MPU6050 cannot calculating the value of 3 axis and the value return is 0. What is problem? How can I fix it ? Thanks for helping me. AD0 open.Adress is 0x68
Here is my...
Hi,everyone:
I tried HSS mode, but it can't meet my needs.
When I use RTT mode, the configuration is as follows
test code:
RTT viewer:
but, J-scope has been...
Hello All,
I have ported the UART example ( <InstallFolder>\examples\peripheral\uart ) on top of blinky in nicla sense hardware. The TX is working only when rx pin is set...
Hi,
I'm trying to build a proof of concept for a BLE gateway that captures data from BLE sensors and sends it to the cloud via LTE-M connection. I'm hoping that the gateway...
Hi, we are developing a project based on the LWM2M client, everything is working fine but now we need three non volatile variables. We did some testing with the nvs example...