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...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
Hi all,
I have just some issues with sd_flash_write and sd_flash_page_erase functions. I have created some code to read the temperature value and save this value in memory...
Hi,
I am considering nRF52 (most likely nRF52833 or 811 ) for a new design - curious how mature is the concurrent multiprotocol support in nRF52 - in particular for nRF52833...
Hi All,
We are using nRF52840 MCU and SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71. We are designing a device that uses switches connected to the below pins,
Pin...
Hi,
I use a custom board, softdevice and boot loader.
I use DFU to update a slave chip firmware. Everything goes right until we invalidate and write flash :
// Invalidate...
Hi
i use sdk 17.02
custom board
soft device
when i program input digital pin I have an extra consumption of arounf 9µA versus not using it.
Could you tell me if...
Hello,
I am using FDS successfully with SDK 17.0.2, secure bootloader and softdevice. Bluetooth (BLE) environment, if it does matter.
I can read and write data. But following...
hi guys
i develop mobile app for iOS and use nrfMesh lib v3.0-beta1. i have few nodes subscribed to a group. I send GenericLevelSet message to a group and receive successful...
if a response to the http request is chunked ( https://en.wikipedia.org/wiki/Chunked_transfer_encoding ), it is not handled correctly by the serial_lte_modem.
Sometimes...
This should not be so hard - have to go here and wait until this gets answered.
1. I can't find an SDK consistent with SoftDevice s110.
2. I have an nRF51822 production...
I want to find out BLE throughput.
Throughput_bps = num_packets * (ATT_MTU - 3) * 8 / seconds.
In this equation, how can I find out num_packets?
Also, ATT_MTU =...
Hello,
I was just wondering that if somehow we can send the AGPS code data of thingy 91 to adafruit server through the MQTT just for testing purposes.
Let me know...
Hi everybody,
I have some trouble fixing the ERROR 19 [NRF_ERROR_RESOURCES]. I think it's something about the buffer queue size that is too busy. But I don't know how to...
Hi ,
can we use the Twi scanner for the nrf52832 customized board does it will work or not ? Because i complied the twi scanner program in the customized board even i changed...
Hi,
I am trying to learn free rtos on nrf 52dk. My doubt is how do we debug, watch tasks. I am using segger embedded studio IDE. for sdk, sequential execution of code the...