We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
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...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
1. Made a copy of hello world (hello_world_2) and made sure it builds and runs fine
2. Added SPI1 based loop...
Hello
I am trying to implement nRF9160 with LwM2M client on smart device which will be managed by our own instance of Leshan server.
After the device is registered,...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
I am trying to use a verified and working project as a base and make changes (as opposed to making changes to the...
I'm trying to evaluate the nrf5340 using the PDK.
I want to port an nrf52(832) application to it and I'm having a lot of trouble understanding how to work with west and...
I have been working on porting the nrf Desktop Mouse to my custom hardware which includes an Adafruit_nrf52840 feather, and a PMW3360 motion sensor.
I ran the Peripheral...
Hi,
Some background, I'm writing a test firmware for the NRF52840 DK that will be used in our production line. We're programming 10 devices simultaneously with the same...
Hi,
I am using sdk11 and nrf51422 device with s130 softdevice for ble_multilink_lesc example code. How do I add DFU service in the existing code? I have added DFU service...
I need to add a time stamp to the sensor date。
But I dont known how to get the time in microseconds.
Maybe the timer in with 1Mhz can realize this,but I don't known how...
Hello,
I developed a Thread network starting off from SDK for Thread 4.1 multiprotocol example. In my application I send data over MQTT-SN with a period of 1 second (packet...
Hi,
I'm using NRF52840 device to connect to a mobile via BLE.
Sometimes, I have error 133 and disconnection.
Can I initialize my BLE in a different way (characteristics...
int main(void) { bool erase_bonds; ret_code_t err_code;
log_init();
{ // Initialize the async SVCI interface to bootloader before any interrupts are enabled. err_code...
Hi,
I am using nrf mesh 5.0 sdk and nrf 17.02 sdk for nrf5832 board and want to implement scene setup server model in the light ctl and light lc model combined. I am not...
Hi,
We are working on our new product which needs a BLE connection with a mobile phone.
Our requirements are as follow:
1) Four digital output. (It's preferred to be...